Revision history for Perinci-Sub-GetArgs-Agv

0.16     2012-04-02

         [INCOMPATIBLE CHANGE]

         - Change $_pa_skip_check_required_args internal flag with
           'check_required_args' option.

         - Replace extra_getopts with extra_getopts_before and
           extra_getopts_after.


0.15     2012-03-29

         [FIXES]

         - extra_getopts --foo=s was cut and became --foo.


0.14     2012-03-23

         [INCOMPATIBLE CHANGES, REMOVED FEATURES]

         - Argument with underscore (foo_bar) is only represented with --foo-bar
           and no longer with --foo_bar, because having both disrupts
           Getopt::Long's ability to autocomplete (e.g. --foo).


0.13     2012-03-23

         Support arguments with dot (e.g. 'with.dot') using --with-dot syntax.


0.12     2012-02-28

         Parse arg's 'cmdline_aliases'.


0.11     2012-02-22

         Rename distribution from Sub-Spec-GetArgs-Argv to
         Perinci-Sub-GetArgs-Agv.


0.10     2012-01-27

         No functional changes. Build fix.


0.09     2012-01-27

         No functional changes. Upgrade to Data-Sah-0.02.


0.08     2012-01-20

         No functional changes. Mark deprecation.


0.07     2011-11-23

         No functional changes. Replace Data::Sah::Util with Data::Sah.


0.06     2011-08-31

         No functional changes. Updated because _parse_schema() is moved from
         Sub::Spec::Utils to Data::Sah::Util.


0.05     2011-08-25

         No functional changes. Update to Sub::Spec 0.15.


0.04     2011-08-03

         [NEW FEATURES]

         - Added per_arg_yaml option to allow specifying YAML for scalar types,
           e.g. --name-yaml '~'.


0.03     2011-07-29

         [FIXES]

         - (build) Add missing test dep: Data::Clone.

         [ETC]

         - Internally now uses Sub::Spec::GetArgs::Array to process arg_pos and
           arg_greedy arg type clauses.


0.02     2011-07-26

         No functional changes. Allow Sub::Spec::CmdLine to access an internal
         variable (yeah, some coupling still exists). Localize
         Getopt::Long::Configure() effect.


0.01     2011-07-26

         First release, spun off from Sub::Spec::CmdLine.