reformat the Changes file
[gitmo/MooseX-Getopt.git] / Changes
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
eab3d04a 2
44c73832 3 - reformatted the Changes file, with the help of CPAN::Changes, to something
4 a little more standard.
5
506bb16d 60.41 2012-04-14 18:36:00 PDT-0700
44c73832 7 - Now bails with exit status 0, rather than dying, when printing
8 --usage/--help information. (Karen Etheridge)
9
100.40 Fri 13 Apr 2012
11 - Fix tests when MooseX::ConfigFromFile is installed, with
12 Getopt::Long::Descriptive >= 0.091. RT#76287
13 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
14 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
15
160.39 Fri 03 Feb 2012
17 - Fix argument parsing in process_argv when used with ConfigFromFile so
18 that -v can be used as expected, rather than being grabbed as --version
19
200.38 Fri 23 Dec 2011
21 - More documentation on Getopt::Long settings and how they alter this
22 role's behaviour, in particular with regards to extra_argv capturing.
23 (Karen Etheridge)
24
250.37 Wed 30 Mar 2011
26 - Fix missing dependency. (RT#67077)
27
280.36 Tue 29 Mar 2011
29 - Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
30 - MooseX::Getopt::GLD
31 - change it to a MooseX::Role::Parameterized, so that it accepts
32 'getopt_conf' parameter (Damien Krotkine)
33
340.35 Wed 09 Feb 2011
35 - Fix missed change from Test::Exception to Test::Fatal
36
370.34 Tue 08 Feb 2011
38 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen
39 Etheridge)
40 - Move most of new_with_options logic into separate publically accessible
41 process_argv method, so that arg processing can be done without actually
42 creating object (Jonathan Swartz)
43
440.33 Thu 26 Aug 2010
45 - Remove Test::Most from newly added test (RT#60766)
46
470.32 Thu 26 Aug 2010
48 - Fix handling of Union types (RT#58417)
49
500.31 Wed 7 Jul 2010
51 - Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
52
530.30 Tue 6 Jul 2010
54 - MooseX::Getopt::Basic
55 - uses attribute insertion order when determining the order in which
56 options are documented in the usage (e.g. in $obj->usage->text). (Karen
57 Etheridge)
58
59 - MooseX::Getopt::Basic
60 - store the usage object to the usage attr (RT#58715)
61 - properly checks whether the *option* --help, --usage, or --? were used,
62 rather than the attribute 'help', 'usage' or '?' were set
63 - MooseX::Getopt::GLD
64 - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
65 object, and the help attribute for storing --help, --usage and --? state
66 (RT#47865, RT#56783, RT#52474). (Karen Etheridge)
67
68 - MooseX::Getopt::Basic
69 - Disable auto_help config in Getopt::Long, to avoid calling into pod2usage
70 when the --help option is used while MooseX::ConfigFromFile is in use
71 (the intent is just to fetch the value of the configfile option)
72 (RT#57683). (Karen Etheridge)
73
740.29 2010-06-15
75 - Fix repository metadata. Thanks Robert Bohne for noticing!
76
770.28 2010-06-05
78 - MooseX::Getopt::Strict
79 - Make it work with Getopt attribute traits in addition to attribute
80 metaclasses.
81 - Switch from Module::Install to Dist::Zilla.
82
830.27 2010-02-10
84 - Makefile.PL
85 - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
86 avoid test failures.
87 - MooseX::Getopt::Dashes
88 - Document that using a cmd_flag argument to attributes can be used to
89 override the tr/_/-/ replacement ::Dashes does on attribute names
90
910.26 2009-12-10
92 - MooseX::Getopt::Basic
93 - Fix bug with attribute names containing upper case letters.
94 - Test suite
95 - Add t/106_no_ignore_case.t for testing the compatibility with
96 no_ignore_case
97
980.25 2009-11-26
99 - MooseX::Getopt
2860acac 100 - Split out the warnings and the exception from Getopt so that they can be
101 overridden.
44c73832 102 - Split out calling ->die on Getopt::Long::Descriptive::Usage so that it can
103 be overridden.
9b7f80a2 104 - Properly split roles as promised in 0.22.
dfad990c 105
44c73832 1060.24 2009-10-23
107 - MooseX::Getopt
108 - Fix bug with mixed case attribute names (MAROS)
109
1100.23 2009-10-02
111 - MooseX::Getopt
112 - Allow the config file to return a code ref which is called to return the
113 config file location (Gordon Irving)
114
1150.22 Sat. Sept 05 2009
116 - Require GLD 0.077 for RT#49427 as some versions are broken
117 - MooseX::Getopt
118 - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
119 and MooseX::Getopt::GLD.
120 - Tests
121 - Ensure author tests get run when in author mode.
122
1230.21 2009-08-27
124 - MooseX::Getopt
125 - Enable and document the argv parameter to the constructor.
126 - Applied patches in RT43200 and RT43255
127 - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
128 default config file name.
129
1300.20 Wed. July 9 2009
131 - fix MANIFEST.SKIP to avoid double-packaging
132
1330.19 Wed. July 8 2009
134 - MooseX::Getopt
135 - Fix Getopt config spec for --configfile (t0m)
136 - Add support for --usage/--help/--? (drew@drewtaylor.com)
137 - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
138 - Tests
139 - Fix warning from tests with new Moose (t0m)
140 - Fix tests on Win32 from RT#44909 (taro-nishino)
141
1420.18 Thu. April 9 2009
143 - MooseX::Getopt::Dashes
144 - New module, for converting undercores to dashes (ilmari)
145
1460.17 Wed. April 8 2009
147 - MooseX::Getopt
148 - work with latest Moose (hdp)
149 - unify module version numbers with dist version (hdp)
150
1510.16 Tue. February 17 2009
152 - Tests
153 - run pod tests only if RELEASE_TESTING env var is set
154
1550.15 Sat. July 26 2008
156 - MooseX::Getopt::OptionTypeMap
157 - Accept type constraint objects in the type mapping, not just names
158
1590.14 Thurs. July 10, 2008
160 - MooseX::Getopt::OptionTypeMap
161 - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
162 - MooseX::Getopt
163 - removed the default handling with Getopt::Long::Descriptive as it would
164 override constructor parameters and that was bad. Besides, Moose will
165 just DWIM on this anyway. (stevan)
166 - added test for it (stevan)
167 - Tests
168 - fixed Getopt::Long::Descriptive specific tests to only run if
169 Getopt::Long::Descriptive is there (stevan)
170
1710.13 Saturday, May 24, 2008
172 - MooseX::Getopt
173 - Commandline option shouldn't be required in the case that the given
174 "required" attribute has been loaded from config (MooseX::ConfigFromFile)
175 - Support for MooseX::ConfigFromFile shouldn't require that role be added
176 at the same level as Getopt.
177 - fixed miscapitalization of NoGetopt in the docs
178 - added links to the traits in the docs
179 - converted to Module::Install instead of Module::Build
180
1810.12 Fri. March 14, 2008
182 - updated copyright dates
183 - upped the Moose dependency to support the custom metaclass traits
184 - added Getopt::Long::Descriptive as an optional dependency
185 - MooseX::Getopt MooseX::Getopt::Meta::Attribute
186 MooseX::Getopt::Meta::Attribute::Trait
187 MooseX::Getopt::Meta::Attribute::NoGetopt
188 MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
189 - added support for custom metaclass traits
190 - added tests for this
191
1920.11 Sun. Jan. 27, 2008
193 - MooseX::Getopt
194 - Commandline option shouldn't be required in the case that the given
195 "required" attribute has a default or a builder method.
196
1970.10 Wed. Jan. 23, 2008
198 - MooseX::Getopt
199 - Support default configfile attribute when used with
200 MooseX::ConfigFromFile-based roles
201
2020.09 Tues. Jan. 22, 2008
203 - MooseX::Getopt
204 - Use Getopt::Long::Descriptive if it's available
205
2060.08 Tues. Dec. 8, 2007
207 - MooseX::Getopt
208 - Added support for configfile loading via MooseX::ConfigFromFile-based
209 roles with the -configfile commandline option.
210
2110.07 Tues. Dec. 4, 2007
212 - MooseX::Getopt::Meta::Attribute::NoGetopt
213 - fixed miscapitalization of NoGetopt in the docs
214
2150.06 Fri. Nov. 23, 2007
216 - MooseX::Getopt
217 - refactored &new_with_option some so that this will work better with other
218 Getopt modules (nuffin)
219 - MooseX::Getopt::Strict
220 - version of MooseX::Getopt which requires you to specify which attributes
221 you want processed explicity
222 - added tests for this
223 - MooseX::Getopt::Meta::Attribute::NoGetopt
224 - a custom meta-attribute which can be used to specify that an attribute
225 should not be processed
226 - added tests for this
227
2280.05 Tues. July 3, 2007
229 - MooseX::Getopt::OptionTypeMap
230 - added some checks to make sure that the type constraints are found
231 properly and to give better diagnostics
232
2330.04 Tues. June 26, 2007
234 - MooseX::Getopt::OptionTypeMap
235 - Added support for subtype constraint inference from parent types
236 - added tests and docs for this
237 - MooseX::Getopt
238 - Added extra_argv attribute
239 - added tests and docs for this
240 - We now unmangle the Getopt::Long-mangled @ARGV
241 - added tests and docs for this
242 - We now throw an exception from new_with_options if Getopt fails due to
243 bad arguments.
244 - added tests and docs for this
245
2460.03 Wed. May 2nd, 2007
247 - downgraded the Getopt version requirement to 2.35 as per RT #26844
248 - adding blblack to the authors list
249 - MooseX::Getopt
250 - doc update to show simple way to of excluding an attribute, but not
251 having accessors with underscores (thanks to Zaba on #moose for this)
252 - MooseX::Getopt::Meta::Attribute
253 - tightening up the type constraint in the cmd_alias coercion to only
254 accept strings
255
2560.02 Friday, April 6, 2007
257 - MooseX::Getopt
258 - added the ARGV attribute (thanks to blblack)
259 - added tests and docs for this
260 - MooseX::Getopt::Meta::Attribute
261 - added the cmd_aliases attribute (thanks to blblack)
262 - added tests and docs for this
263 - added support for Moose 0.19's custom attribute metaclass alias registry.
264 - added tests and docs for this
265
2660.01 Friday, March 9, 2007
267 - module released to CPAN