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