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