0.07
[gitmo/MooseX-Getopt.git] / ChangeLog
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
2
29e4cc39 30.07 Tues. Dec. 4, 2007
6ac028c4 4 * MooseX::Getopt::Meta::Attribute::NoGetopt
5 - fixed miscapitalization of NoGetopt in the docs
6
f969917f 70.06 Fri. Nov. 23, 2007
26be7f7e 8 * MooseX::Getopt
9 - refactored &new_with_option some so that
10 this will work better with other Getopt
11 modules (nuffin)
0f8232b6 12
13 + MooseX::Getopt::Strict
14 - version of MooseX::Getopt which requires
15 you to specify which attributes you want
16 processed explicity
17 - added tests for this
18
19 + MooseX::Getopt::Meta::Attribute::NoGetopt
20 - a custom meta-attribute which can be
21 used to specify that an attribute should
22 not be processed
23 - added tests for this
26be7f7e 24
db536e20 250.05 Tues. July 3, 2007
2482085f 26 * MooseX::Getopt::OptionTypeMap
27 - added some checks to make sure that the type
db536e20 28 constraints are found properly and to give
29 better diagnostics
2482085f 30
1566a17b 310.04 Tues. June 26, 2007
f63e6310 32 * MooseX::Getopt::OptionTypeMap
33 - Added support for subtype constraint inference
1566a17b 34 from parent types
f63e6310 35 - added tests and docs for this
36 * MooseX::Getopt
37 - Added extra_argv attribute
38 - added tests and docs for this
f7695a83 39 - We now unmangle the Getopt::Long-mangled @ARGV
f63e6310 40 - added tests and docs for this
41 - We now throw an exception from new_with_options
42 if Getopt fails due to bad arguments.
43 - added tests and docs for this
44
3d9a716d 450.03 Wed. May 2nd, 2007
46 ~ downgraded the Getopt version requirement
e2911e34 47 to 2.35 as per RT #26844
3d9a716d 48 ~ adding blblack to the authors list
e2911e34 49
3d9a716d 50 * MooseX::Getopt
51 - doc update to show simple way to of excluding
52 an attribute, but not having accessors with
53 underscores (thanks to Zaba on #moose for this)
54 * MooseX::Getopt::Meta::Attribute
55 - tightening up the type constraint in the
56 cmd_alias coercion to only accept strings
e2911e34 57
1c3e6142 580.02 Friday, April 6, 2007
1a8b4ed1 59 * MooseX::Getopt
60 - added the ARGV attribute (thanks to blblack)
61 - added tests and docs for this
62
63 * MooseX::Getopt::Meta::Attribute
64 - added the cmd_aliases attribute (thanks to blblack)
65 - added tests and docs for this
66 - added support for Moose 0.19's custom
67 attribute metaclass alias registry.
68 - added tests and docs for this
69
d8a58354 700.01 Friday, March 9, 2007
f63e6310 71 - module released to CPAN