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