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

Changes for version 0.476 - 2020-04-10

  • Better compliance with Getopt::Long: options specification is now an array instead of a hash. Not every option spec needs to be followed by a destination, e.g. ('foo=s' => $ary, 'bar') is okay instead of ('foo=s' => $ary, 'bar'=>sub {}). The hash form is still accepted but converted into array internally.

Modules

Complete command-line argument using Getopt::Long specification