mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
11 lines
422 B
Plaintext
11 lines
422 B
Plaintext
Dancer2::Plugin::Path::Class exports the keyword 'ls'
|
|
returning a Path::Class object.
|
|
|
|
The 'ls' keyword also sets some 'vars'.
|
|
- ls_name: The basename of the path
|
|
- ls_cdup: The parent of the request path
|
|
- ls_dirs: A list of subdirectories if the path is a directory object
|
|
- ls_files: A list of files or just one file if the path is a file object
|
|
|
|
WWW: https://metacpan.org/release/HVOERS/Dancer2-Plugin-Path-Class-0.08
|