0.03
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.03 Wed. May 2nd, 2007
4     ~ downgraded the Getopt version requirement
5       to 2.35 as per RT #26844
6     ~ adding blblack to the authors list
7       
8     * MooseX::Getopt      
9       - doc update to show simple way to of excluding 
10         an attribute, but not having accessors with 
11         underscores (thanks to Zaba on #moose for this)
12     * MooseX::Getopt::Meta::Attribute
13       - tightening up the type constraint in the 
14         cmd_alias coercion to only accept strings
15
16 0.02 Friday, April 6, 2007
17     * MooseX::Getopt
18       - added the ARGV attribute (thanks to blblack)
19         - added tests and docs for this
20
21     * MooseX::Getopt::Meta::Attribute
22       - added the cmd_aliases attribute (thanks to blblack)
23         - added tests and docs for this
24       - added support for Moose 0.19's custom 
25         attribute metaclass alias registry.
26         - added tests and docs for this
27
28 0.01 Friday, March 9, 2007
29     - module released to CPAN