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