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

Changes for version 0.1.8 - 2014-03-17

  • API Changes:
    • None
  • New Features:
    • None
  • Enhancements:
    • None
  • Bug Fixes:
    • Several "s/-/_/g" regex's were missing the final "g". Without the global replacement, sub commands that had more than one '-' in them would fail to be found during dispatch. Closes https://github.com/mlawren/p5-OptArgs/issues/8.

Documentation

print an OptArgs program command summary

Modules

implementation of the optargs(1) command
integrated argument and option processing
integrated argument and option processing

Provides

in lib/Getopt/Args.pm
in lib/OptArgs.pm

Examples