0.03
[gitmo/MooseX-Getopt.git] / ChangeLog
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
2
3d9a716d 30.03 Wed. May 2nd, 2007
4 ~ downgraded the Getopt version requirement
e2911e34 5 to 2.35 as per RT #26844
3d9a716d 6 ~ adding blblack to the authors list
e2911e34 7
3d9a716d 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
e2911e34 15
1c3e6142 160.02 Friday, April 6, 2007
1a8b4ed1 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
d8a58354 280.01 Friday, March 9, 2007
29 - module released to CPAN