The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.73 - 2016-08-24

  • For argument that has schema containing coerce rules from simple type, recognize it as simple (meaning not creating a --ARG-json or --ARG-yaml option for it but simply --ARG). For example, suppose argument 'foo' has schema ['array', of=>'str', 'x.perl.coerce_rules'=>['str_comma_sep']. This means we can specify the value using something like '--foo 1,2,3' instead of "--foo-json '[1,2,3]'".

Modules

Get subroutine arguments from command line arguments (@ARGV)