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