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

Changes for version 0.001015 - 2020-01-20

  • Added :sep attribute to allow repeated params to be separated by something other than whitespace (Thanks, Toby!)
  • Now supports named captures within a type-regex. If type-regex includes named captures, the corresponding arg will be an hash-based object of type Keyword::Declare::Arg, which stringifies to the match, but whose other keys are the named captures. (Thanks, Toby!)
  • Fixed bug that ignored postfix flags on keytype regexes
  • Fixed extraction of keyword array parameters whose type-regexes include sub-captures (no longer inserts extra sub-capture values into the array)

Modules

Declare new Perl keywords...via a keyword...named keyword

Provides

in lib/Keyword/Declare.pm
in lib/Keyword/Declare.pm