Fix RT#47766
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3   * MooseX::Getopt
4     - Enable and document the argv parameter to the constructor.
5     - Applied patches in RT43200 and RT43255
6     - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
7       default config file name.
8
9 0.20 Wed. July 9 2009
10         - fix MANIFEST.SKIP to avoid double-packaging
11
12 0.19 Wed. July 8 2009
13   * MooseX::Getopt
14     - Fix Getopt config spec for --configfile (t0m)
15     - Add support for --usage/--help/--? (drew@drewtaylor.com)
16     - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
17
18   * Tests
19     - Fix warning from tests with new Moose (t0m)
20     - Fix tests on Win32 from RT#44909 (taro-nishino)
21
22 0.18 Thu. April 9 2009
23   * MooseX::Getopt::Dashes
24     - New module, for converting undercores to dashes (ilmari)
25
26 0.17 Wed. April 8 2009
27   * MooseX::Getopt
28     - work with latest Moose (hdp)
29
30         ~ unify module version numbers with dist version (hdp)
31
32 0.16 Tue. February 17 2009
33         * t/
34                 - run pod tests only if RELEASE_TESTING env var is set
35
36 0.15 Sat. July 26 2008
37         * MooseX::Getopt::OptionTypeMap
38           - Accept type constraint objects in the type mapping, not just names
39
40 0.14 Thurs. July 10, 2008
41         * MooseX::Getopt::OptionTypeMap
42           - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
43          
44         * MooseX::Getopt
45           - removed the default handling with Getopt::Long::Descriptive
46             as it would override constructor parameters and that was 
47             bad. Besides, Moose will just DWIM on this anyway. (stevan)
48             - added test for it (stevan)
49
50     * t/
51       - fixed Getopt::Long::Descriptive specific tests to only run 
52         if Getopt::Long::Descriptive is there (stevan)
53
54 0.13 Saturday, May 24, 2008
55     * MooseX::Getopt
56       - Commandline option shouldn't be required in the
57         case that the given "required" attribute has
58         been loaded from config (MooseX::ConfigFromFile)
59       - Support for MooseX::ConfigFromFile shouldn't require
60         that role be added at the same level as Getopt.
61       - fixed miscapitalization of NoGetopt in the docs
62       - added links to the traits in the docs
63       
64     ~ converted to Module::Install instead of 
65       Module::Build
66
67 0.12 Fri. March 14, 2008
68     ~~ updated copyright dates ~~
69
70     - upped the Moose dependency to support
71       the custom metaclass traits
72     - added Getopt::Long::Descriptive as an
73       optional dependency
74
75     * MooseX::Getopt
76       MooseX::Getopt::Meta::Attribute
77       MooseX::Getopt::Meta::Attribute::Trait
78       MooseX::Getopt::Meta::Attribute::NoGetopt
79       MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
80       - added support for custom metaclass traits
81         - added tests for this
82
83 0.11 Sun. Jan. 27, 2008
84     * MooseX::Getopt
85       - Commandline option shouldn't be required in the
86         case that the given "required" attribute has
87         a default or a builder method.
88
89 0.10 Wed. Jan. 23, 2008
90     * MooseX::Getopt
91       - Support default configfile attribute when
92         used with MooseX::ConfigFromFile-based roles
93
94 0.09 Tues. Jan. 22, 2008
95     * MooseX::Getopt
96       - Use Getopt::Long::Descriptive if it's available
97
98 0.08 Tues. Dec. 8, 2007
99     * MooseX::Getopt
100       - Added support for configfile loading via
101         MooseX::ConfigFromFile-based roles with
102         the -configfile commandline option.
103
104 0.07 Tues. Dec. 4, 2007
105     * MooseX::Getopt::Meta::Attribute::NoGetopt
106       - fixed miscapitalization of NoGetopt in the docs
107
108 0.06 Fri. Nov. 23, 2007
109     * MooseX::Getopt
110       - refactored &new_with_option some so that
111         this will work better with other Getopt
112         modules (nuffin)
113
114     + MooseX::Getopt::Strict
115       - version of MooseX::Getopt which requires
116         you to specify which attributes you want
117         processed explicity
118         - added tests for this
119
120     + MooseX::Getopt::Meta::Attribute::NoGetopt
121       - a custom meta-attribute which can be
122         used to specify that an attribute should
123         not be processed
124         - added tests for this
125
126 0.05 Tues. July 3, 2007
127     * MooseX::Getopt::OptionTypeMap
128       - added some checks to make sure that the type
129         constraints are found properly and to give
130         better diagnostics
131
132 0.04 Tues. June 26, 2007
133     * MooseX::Getopt::OptionTypeMap
134       - Added support for subtype constraint inference
135         from parent types
136         - added tests and docs for this
137     * MooseX::Getopt
138       - Added extra_argv attribute
139         - added tests and docs for this
140       - We now unmangle the Getopt::Long-mangled @ARGV
141         - added tests and docs for this
142       - We now throw an exception from new_with_options
143         if Getopt fails due to bad arguments.
144         - added tests and docs for this
145
146 0.03 Wed. May 2nd, 2007
147     ~ downgraded the Getopt version requirement
148       to 2.35 as per RT #26844
149     ~ adding blblack to the authors list
150
151     * MooseX::Getopt
152       - doc update to show simple way to of excluding
153         an attribute, but not having accessors with
154         underscores (thanks to Zaba on #moose for this)
155     * MooseX::Getopt::Meta::Attribute
156       - tightening up the type constraint in the
157         cmd_alias coercion to only accept strings
158
159 0.02 Friday, April 6, 2007
160     * MooseX::Getopt
161       - added the ARGV attribute (thanks to blblack)
162         - added tests and docs for this
163
164     * MooseX::Getopt::Meta::Attribute
165       - added the cmd_aliases attribute (thanks to blblack)
166         - added tests and docs for this
167       - added support for Moose 0.19's custom
168         attribute metaclass alias registry.
169         - added tests and docs for this
170
171 0.01 Friday, March 9, 2007
172     - module released to CPAN