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