CGI-Info
view release on metacpan or search on metacpan
t/conf/script_path.yml view on Meta::CPAN
---
module: CGI::Info
function: script_path
accessor:
property: script_path
type: getter
new:
# Returns an absolute path
output:
type: string
min: 2
# Matches absolute paths on both Windows and Linux
# Linux: /path/to/file or Windows: C:\path\to\file or C:/path/to/file
# 'matches' => qr{^[A-Za-z]:\[/\]|/}, 'min' => 1, 'type' => 'string'
matches: ^[A-Za-z]:[/\\]|\/
config:
test_undef: yes
test_empty: no
test_nuls: no
dedup: yes
seed: 42
iterations: 50
( run in 1.334 second using v1.01-cache-2.11-cpan-71847e10f99 )