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