Revision history for Sub::Spec::GetArgs::Argv

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.