0.06
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.06 Fri. Nov. 23, 2007
4     * MooseX::Getopt
5       - refactored &new_with_option some so that 
6         this will work better with other Getopt 
7         modules (nuffin)
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
20
21 0.05 Tues. July 3, 2007
22     * MooseX::Getopt::OptionTypeMap
23       - added some checks to make sure that the type 
24         constraints are found properly and to give 
25         better diagnostics
26
27 0.04 Tues. June 26, 2007
28     * MooseX::Getopt::OptionTypeMap
29       - Added support for subtype constraint inference
30         from parent types 
31         - added tests and docs for this
32     * MooseX::Getopt
33       - Added extra_argv attribute
34         - added tests and docs for this
35       - We now unmangle the Getopt::Long-mangled @ARGV
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
41 0.03 Wed. May 2nd, 2007
42     ~ downgraded the Getopt version requirement
43       to 2.35 as per RT #26844
44     ~ adding blblack to the authors list
45       
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
53
54 0.02 Friday, April 6, 2007
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
66 0.01 Friday, March 9, 2007
67     - module released to CPAN