chain _getopt_full_usage in the other direction, to unbreak modules that override...
[gitmo/MooseX-Getopt.git] / Changes
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
eab3d04a 2
894a791c 3{{$NEXT}}
b1507072 4 - unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
5 callstack. (RT#82249)
6615f76f 6
70.49 2012-12-26 10:13:41 PST-0800
ba2137c6 8 - silence a warning in tests if the user does not have YAML::XS installed
9 (thanks for the report, Getty!)
44f514c7 10 - fix off-by-one issues in test plans if optional requirements are not met
5b6ab0d1 11
120.48 2012-12-23 18:08:04 PST-0800
f62b3744 13 - documentation and tests amended to prefer usage of 'trait' over 'metaclass'
14 as much as possible
83446b78 15 - print_usage_text() exposed as a public method, to make it easier for
16 consuming classes to modify the behaviour when usage text is printed
09d1dcec 17
180.47 2012-08-30 16:37:59 PDT-0700
0aef9713 19 - re-release to remove double $VERSION declarations
42fc8ff6 20
210.46 2012-08-30 15:17:28 PDT-0700
8d396d8a 22 - -h is also treated as a --help option
17376605 23
240.45 2012-05-13 09:49:58 PDT-0700
395546ae 25 - use Path::Class in test to avoid test failures on MSWin32 with filename
26 construction
278175f8 27
280.44 2012-05-11 10:44:48 PDT-0700
0a386894 29 - now respecting value of configfile passed to the constructor, when used in
30 conjunction with MooseX::ConfigFromFile. (Karen Etheridge)
3c2e131f 31
320.43 2012-04-29 09:35:52 PDT-0700
abb6efc0 33 - re-release as non-trial.
1ebd1980 34
309e2fb7 350.42-TRIAL 2012-04-15 09:13:05 PDT-0700
44c73832 36 - reformatted the Changes file, with the help of CPAN::Changes, to something
37 a little more standard.
8582c924 38 - more release-only tests added
44c73832 39
309e2fb7 400.41-TRIAL 2012-04-14 18:36:00 PDT-0700
44c73832 41 - Now bails with exit status 0, rather than dying, when printing
b29aeb85 42 requested --usage/--help information (usage printed via invalid arguments
43 will still die, however). (Karen Etheridge)
44c73832 44
ab59e697 450.40 2012-04-13
44c73832 46 - Fix tests when MooseX::ConfigFromFile is installed, with
47 Getopt::Long::Descriptive >= 0.091. RT#76287
48 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
49 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
50
ab59e697 510.39 2012-02-03
44c73832 52 - Fix argument parsing in process_argv when used with ConfigFromFile so
53 that -v can be used as expected, rather than being grabbed as --version
54
ab59e697 550.38 2011-12-23
44c73832 56 - More documentation on Getopt::Long settings and how they alter this
57 role's behaviour, in particular with regards to extra_argv capturing.
58 (Karen Etheridge)
59
ab59e697 600.37 2011-03-30
44c73832 61 - Fix missing dependency. (RT#67077)
62
ab59e697 630.36 2011-03-29
44c73832 64 - Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
65 - MooseX::Getopt::GLD
66 - change it to a MooseX::Role::Parameterized, so that it accepts
67 'getopt_conf' parameter (Damien Krotkine)
68
ab59e697 690.35 2011-02-09
44c73832 70 - Fix missed change from Test::Exception to Test::Fatal
71
ab59e697 720.34 2011-02-08
44c73832 73 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen
74 Etheridge)
75 - Move most of new_with_options logic into separate publically accessible
76 process_argv method, so that arg processing can be done without actually
77 creating object (Jonathan Swartz)
78
ab59e697 790.33 2010-08-26
44c73832 80 - Remove Test::Most from newly added test (RT#60766)
81
ab59e697 820.32 2010-08-26
44c73832 83 - Fix handling of Union types (RT#58417)
84
ab59e697 850.31 2010-07-07
44c73832 86 - Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
87
ab59e697 880.30 2010-07-06
44c73832 89 - MooseX::Getopt::Basic
90 - uses attribute insertion order when determining the order in which
91 options are documented in the usage (e.g. in $obj->usage->text). (Karen
92 Etheridge)
93
94 - MooseX::Getopt::Basic
95 - store the usage object to the usage attr (RT#58715)
96 - properly checks whether the *option* --help, --usage, or --? were used,
97 rather than the attribute 'help', 'usage' or '?' were set
98 - MooseX::Getopt::GLD
99 - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
100 object, and the help attribute for storing --help, --usage and --? state
101 (RT#47865, RT#56783, RT#52474). (Karen Etheridge)
102
103 - MooseX::Getopt::Basic
104 - Disable auto_help config in Getopt::Long, to avoid calling into pod2usage
105 when the --help option is used while MooseX::ConfigFromFile is in use
106 (the intent is just to fetch the value of the configfile option)
107 (RT#57683). (Karen Etheridge)
108
1090.29 2010-06-15
110 - Fix repository metadata. Thanks Robert Bohne for noticing!
111
1120.28 2010-06-05
113 - MooseX::Getopt::Strict
114 - Make it work with Getopt attribute traits in addition to attribute
115 metaclasses.
116 - Switch from Module::Install to Dist::Zilla.
117
1180.27 2010-02-10
119 - Makefile.PL
120 - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
121 avoid test failures.
122 - MooseX::Getopt::Dashes
123 - Document that using a cmd_flag argument to attributes can be used to
124 override the tr/_/-/ replacement ::Dashes does on attribute names
125
1260.26 2009-12-10
127 - MooseX::Getopt::Basic
128 - Fix bug with attribute names containing upper case letters.
129 - Test suite
130 - Add t/106_no_ignore_case.t for testing the compatibility with
131 no_ignore_case
132
1330.25 2009-11-26
134 - MooseX::Getopt
2860acac 135 - Split out the warnings and the exception from Getopt so that they can be
136 overridden.
44c73832 137 - Split out calling ->die on Getopt::Long::Descriptive::Usage so that it can
138 be overridden.
9b7f80a2 139 - Properly split roles as promised in 0.22.
dfad990c 140
44c73832 1410.24 2009-10-23
142 - MooseX::Getopt
143 - Fix bug with mixed case attribute names (MAROS)
144
1450.23 2009-10-02
146 - MooseX::Getopt
147 - Allow the config file to return a code ref which is called to return the
148 config file location (Gordon Irving)
149
ab59e697 1500.22 2009-09-05
44c73832 151 - Require GLD 0.077 for RT#49427 as some versions are broken
152 - MooseX::Getopt
153 - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
154 and MooseX::Getopt::GLD.
155 - Tests
156 - Ensure author tests get run when in author mode.
157
1580.21 2009-08-27
159 - MooseX::Getopt
160 - Enable and document the argv parameter to the constructor.
161 - Applied patches in RT43200 and RT43255
162 - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
163 default config file name.
164
ab59e697 1650.20 2009-07-09
44c73832 166 - fix MANIFEST.SKIP to avoid double-packaging
167
ab59e697 1680.19 2009-07-08
44c73832 169 - MooseX::Getopt
170 - Fix Getopt config spec for --configfile (t0m)
171 - Add support for --usage/--help/--? (drew@drewtaylor.com)
172 - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
173 - Tests
174 - Fix warning from tests with new Moose (t0m)
175 - Fix tests on Win32 from RT#44909 (taro-nishino)
176
ab59e697 1770.18 2009-04-09
44c73832 178 - MooseX::Getopt::Dashes
179 - New module, for converting undercores to dashes (ilmari)
180
ab59e697 1810.17 2009-04-08
44c73832 182 - MooseX::Getopt
183 - work with latest Moose (hdp)
184 - unify module version numbers with dist version (hdp)
185
ab59e697 1860.16 2009-02-17
44c73832 187 - Tests
188 - run pod tests only if RELEASE_TESTING env var is set
189
ab59e697 1900.15 2008-07-26
44c73832 191 - MooseX::Getopt::OptionTypeMap
192 - Accept type constraint objects in the type mapping, not just names
193
ab59e697 1940.14 2008-07-10
44c73832 195 - MooseX::Getopt::OptionTypeMap
196 - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
197 - MooseX::Getopt
198 - removed the default handling with Getopt::Long::Descriptive as it would
199 override constructor parameters and that was bad. Besides, Moose will
200 just DWIM on this anyway. (stevan)
201 - added test for it (stevan)
202 - Tests
203 - fixed Getopt::Long::Descriptive specific tests to only run if
204 Getopt::Long::Descriptive is there (stevan)
205
ab59e697 2060.13 2008-05-24
44c73832 207 - MooseX::Getopt
208 - Commandline option shouldn't be required in the case that the given
209 "required" attribute has been loaded from config (MooseX::ConfigFromFile)
210 - Support for MooseX::ConfigFromFile shouldn't require that role be added
211 at the same level as Getopt.
212 - fixed miscapitalization of NoGetopt in the docs
213 - added links to the traits in the docs
214 - converted to Module::Install instead of Module::Build
215
ab59e697 2160.12 2008-03-14
44c73832 217 - updated copyright dates
218 - upped the Moose dependency to support the custom metaclass traits
219 - added Getopt::Long::Descriptive as an optional dependency
220 - MooseX::Getopt MooseX::Getopt::Meta::Attribute
221 MooseX::Getopt::Meta::Attribute::Trait
222 MooseX::Getopt::Meta::Attribute::NoGetopt
223 MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
224 - added support for custom metaclass traits
225 - added tests for this
226
ab59e697 2270.11 2008-01-27
44c73832 228 - MooseX::Getopt
229 - Commandline option shouldn't be required in the case that the given
230 "required" attribute has a default or a builder method.
231
ab59e697 2320.10 2008-01-23
44c73832 233 - MooseX::Getopt
234 - Support default configfile attribute when used with
235 MooseX::ConfigFromFile-based roles
236
ab59e697 2370.09 2008-01-22
44c73832 238 - MooseX::Getopt
239 - Use Getopt::Long::Descriptive if it's available
240
ab59e697 2410.08 2007-12-08
44c73832 242 - MooseX::Getopt
243 - Added support for configfile loading via MooseX::ConfigFromFile-based
244 roles with the -configfile commandline option.
245
ab59e697 2460.07 2007-12-04
44c73832 247 - MooseX::Getopt::Meta::Attribute::NoGetopt
248 - fixed miscapitalization of NoGetopt in the docs
249
ab59e697 2500.06 2007-11-23
44c73832 251 - MooseX::Getopt
252 - refactored &new_with_option some so that this will work better with other
253 Getopt modules (nuffin)
254 - MooseX::Getopt::Strict
255 - version of MooseX::Getopt which requires you to specify which attributes
256 you want processed explicity
257 - added tests for this
258 - MooseX::Getopt::Meta::Attribute::NoGetopt
259 - a custom meta-attribute which can be used to specify that an attribute
260 should not be processed
261 - added tests for this
262
ab59e697 2630.05 2007-07-03
44c73832 264 - MooseX::Getopt::OptionTypeMap
265 - added some checks to make sure that the type constraints are found
266 properly and to give better diagnostics
267
ab59e697 2680.04 2007-06-26
44c73832 269 - MooseX::Getopt::OptionTypeMap
270 - Added support for subtype constraint inference from parent types
271 - added tests and docs for this
272 - MooseX::Getopt
273 - Added extra_argv attribute
274 - added tests and docs for this
275 - We now unmangle the Getopt::Long-mangled @ARGV
276 - added tests and docs for this
277 - We now throw an exception from new_with_options if Getopt fails due to
278 bad arguments.
279 - added tests and docs for this
280
ab59e697 2810.03 2007-05-02
44c73832 282 - downgraded the Getopt version requirement to 2.35 as per RT #26844
283 - adding blblack to the authors list
284 - MooseX::Getopt
285 - doc update to show simple way to of excluding an attribute, but not
286 having accessors with underscores (thanks to Zaba on #moose for this)
287 - MooseX::Getopt::Meta::Attribute
288 - tightening up the type constraint in the cmd_alias coercion to only
289 accept strings
290
ab59e697 2910.02 2007-04-06
44c73832 292 - MooseX::Getopt
293 - added the ARGV attribute (thanks to blblack)
294 - added tests and docs for this
295 - MooseX::Getopt::Meta::Attribute
296 - added the cmd_aliases attribute (thanks to blblack)
297 - added tests and docs for this
298 - added support for Moose 0.19's custom attribute metaclass alias registry.
299 - added tests and docs for this
300
ab59e697 3010.01 2007-03-09
44c73832 302 - module released to CPAN