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