0.04
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.04 Tues. June 26, 2007
4     * MooseX::Getopt::OptionTypeMap
5       - Added support for subtype constraint inference
6         from parent types 
7         - added tests and docs for this
8     * MooseX::Getopt
9       - Added extra_argv attribute
10         - added tests and docs for this
11       - We now unmangle the Getopt::Long-mangled @ARGV
12         - added tests and docs for this
13       - We now throw an exception from new_with_options
14         if Getopt fails due to bad arguments.
15         - added tests and docs for this
16
17 0.03 Wed. May 2nd, 2007
18     ~ downgraded the Getopt version requirement
19       to 2.35 as per RT #26844
20     ~ adding blblack to the authors list
21       
22     * MooseX::Getopt      
23       - doc update to show simple way to of excluding 
24         an attribute, but not having accessors with 
25         underscores (thanks to Zaba on #moose for this)
26     * MooseX::Getopt::Meta::Attribute
27       - tightening up the type constraint in the 
28         cmd_alias coercion to only accept strings
29
30 0.02 Friday, April 6, 2007
31     * MooseX::Getopt
32       - added the ARGV attribute (thanks to blblack)
33         - added tests and docs for this
34
35     * MooseX::Getopt::Meta::Attribute
36       - added the cmd_aliases attribute (thanks to blblack)
37         - added tests and docs for this
38       - added support for Moose 0.19's custom 
39         attribute metaclass alias registry.
40         - added tests and docs for this
41
42 0.01 Friday, March 9, 2007
43     - module released to CPAN