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