list the optional prereqs as recommendations
[gitmo/MooseX-Getopt.git] / Changes
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
eab3d04a 2
894a791c 3{{$NEXT}}
5b6ab0d1 4
50.48 2012-12-23 18:08:04 PST-0800
f62b3744 6 - documentation and tests amended to prefer usage of 'trait' over 'metaclass'
7 as much as possible
83446b78 8 - print_usage_text() exposed as a public method, to make it easier for
9 consuming classes to modify the behaviour when usage text is printed
09d1dcec 10
110.47 2012-08-30 16:37:59 PDT-0700
0aef9713 12 - re-release to remove double $VERSION declarations
42fc8ff6 13
140.46 2012-08-30 15:17:28 PDT-0700
8d396d8a 15 - -h is also treated as a --help option
17376605 16
170.45 2012-05-13 09:49:58 PDT-0700
395546ae 18 - use Path::Class in test to avoid test failures on MSWin32 with filename
19 construction
278175f8 20
210.44 2012-05-11 10:44:48 PDT-0700
0a386894 22 - now respecting value of configfile passed to the constructor, when used in
23 conjunction with MooseX::ConfigFromFile. (Karen Etheridge)
3c2e131f 24
250.43 2012-04-29 09:35:52 PDT-0700
abb6efc0 26 - re-release as non-trial.
1ebd1980 27
309e2fb7 280.42-TRIAL 2012-04-15 09:13:05 PDT-0700
44c73832 29 - reformatted the Changes file, with the help of CPAN::Changes, to something
30 a little more standard.
8582c924 31 - more release-only tests added
44c73832 32
309e2fb7 330.41-TRIAL 2012-04-14 18:36:00 PDT-0700
44c73832 34 - Now bails with exit status 0, rather than dying, when printing
b29aeb85 35 requested --usage/--help information (usage printed via invalid arguments
36 will still die, however). (Karen Etheridge)
44c73832 37
ab59e697 380.40 2012-04-13
44c73832 39 - Fix tests when MooseX::ConfigFromFile is installed, with
40 Getopt::Long::Descriptive >= 0.091. RT#76287
41 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
42 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
43
ab59e697 440.39 2012-02-03
44c73832 45 - Fix argument parsing in process_argv when used with ConfigFromFile so
46 that -v can be used as expected, rather than being grabbed as --version
47
ab59e697 480.38 2011-12-23
44c73832 49 - More documentation on Getopt::Long settings and how they alter this
50 role's behaviour, in particular with regards to extra_argv capturing.
51 (Karen Etheridge)
52
ab59e697 530.37 2011-03-30
44c73832 54 - Fix missing dependency. (RT#67077)
55
ab59e697 560.36 2011-03-29
44c73832 57 - Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
58 - MooseX::Getopt::GLD
59 - change it to a MooseX::Role::Parameterized, so that it accepts
60 'getopt_conf' parameter (Damien Krotkine)
61
ab59e697 620.35 2011-02-09
44c73832 63 - Fix missed change from Test::Exception to Test::Fatal
64
ab59e697 650.34 2011-02-08
44c73832 66 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen
67 Etheridge)
68 - Move most of new_with_options logic into separate publically accessible
69 process_argv method, so that arg processing can be done without actually
70 creating object (Jonathan Swartz)
71
ab59e697 720.33 2010-08-26
44c73832 73 - Remove Test::Most from newly added test (RT#60766)
74
ab59e697 750.32 2010-08-26
44c73832 76 - Fix handling of Union types (RT#58417)
77
ab59e697 780.31 2010-07-07
44c73832 79 - Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
80
ab59e697 810.30 2010-07-06
44c73832 82 - MooseX::Getopt::Basic
83 - uses attribute insertion order when determining the order in which
84 options are documented in the usage (e.g. in $obj->usage->text). (Karen
85 Etheridge)
86
87 - MooseX::Getopt::Basic
88 - store the usage object to the usage attr (RT#58715)
89 - properly checks whether the *option* --help, --usage, or --? were used,
90 rather than the attribute 'help', 'usage' or '?' were set
91 - MooseX::Getopt::GLD
92 - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
93 object, and the help attribute for storing --help, --usage and --? state
94 (RT#47865, RT#56783, RT#52474). (Karen Etheridge)
95
96 - MooseX::Getopt::Basic
97 - Disable auto_help config in Getopt::Long, to avoid calling into pod2usage
98 when the --help option is used while MooseX::ConfigFromFile is in use
99 (the intent is just to fetch the value of the configfile option)
100 (RT#57683). (Karen Etheridge)
101
1020.29 2010-06-15
103 - Fix repository metadata. Thanks Robert Bohne for noticing!
104
1050.28 2010-06-05
106 - MooseX::Getopt::Strict
107 - Make it work with Getopt attribute traits in addition to attribute
108 metaclasses.
109 - Switch from Module::Install to Dist::Zilla.
110
1110.27 2010-02-10
112 - Makefile.PL
113 - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
114 avoid test failures.
115 - MooseX::Getopt::Dashes
116 - Document that using a cmd_flag argument to attributes can be used to
117 override the tr/_/-/ replacement ::Dashes does on attribute names
118
1190.26 2009-12-10
120 - MooseX::Getopt::Basic
121 - Fix bug with attribute names containing upper case letters.
122 - Test suite
123 - Add t/106_no_ignore_case.t for testing the compatibility with
124 no_ignore_case
125
1260.25 2009-11-26
127 - MooseX::Getopt
2860acac 128 - Split out the warnings and the exception from Getopt so that they can be
129 overridden.
44c73832 130 - Split out calling ->die on Getopt::Long::Descriptive::Usage so that it can
131 be overridden.
9b7f80a2 132 - Properly split roles as promised in 0.22.
dfad990c 133
44c73832 1340.24 2009-10-23
135 - MooseX::Getopt
136 - Fix bug with mixed case attribute names (MAROS)
137
1380.23 2009-10-02
139 - MooseX::Getopt
140 - Allow the config file to return a code ref which is called to return the
141 config file location (Gordon Irving)
142
ab59e697 1430.22 2009-09-05
44c73832 144 - Require GLD 0.077 for RT#49427 as some versions are broken
145 - MooseX::Getopt
146 - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
147 and MooseX::Getopt::GLD.
148 - Tests
149 - Ensure author tests get run when in author mode.
150
1510.21 2009-08-27
152 - MooseX::Getopt
153 - Enable and document the argv parameter to the constructor.
154 - Applied patches in RT43200 and RT43255
155 - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
156 default config file name.
157
ab59e697 1580.20 2009-07-09
44c73832 159 - fix MANIFEST.SKIP to avoid double-packaging
160
ab59e697 1610.19 2009-07-08
44c73832 162 - MooseX::Getopt
163 - Fix Getopt config spec for --configfile (t0m)
164 - Add support for --usage/--help/--? (drew@drewtaylor.com)
165 - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
166 - Tests
167 - Fix warning from tests with new Moose (t0m)
168 - Fix tests on Win32 from RT#44909 (taro-nishino)
169
ab59e697 1700.18 2009-04-09
44c73832 171 - MooseX::Getopt::Dashes
172 - New module, for converting undercores to dashes (ilmari)
173
ab59e697 1740.17 2009-04-08
44c73832 175 - MooseX::Getopt
176 - work with latest Moose (hdp)
177 - unify module version numbers with dist version (hdp)
178
ab59e697 1790.16 2009-02-17
44c73832 180 - Tests
181 - run pod tests only if RELEASE_TESTING env var is set
182
ab59e697 1830.15 2008-07-26
44c73832 184 - MooseX::Getopt::OptionTypeMap
185 - Accept type constraint objects in the type mapping, not just names
186
ab59e697 1870.14 2008-07-10
44c73832 188 - MooseX::Getopt::OptionTypeMap
189 - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
190 - MooseX::Getopt
191 - removed the default handling with Getopt::Long::Descriptive as it would
192 override constructor parameters and that was bad. Besides, Moose will
193 just DWIM on this anyway. (stevan)
194 - added test for it (stevan)
195 - Tests
196 - fixed Getopt::Long::Descriptive specific tests to only run if
197 Getopt::Long::Descriptive is there (stevan)
198
ab59e697 1990.13 2008-05-24
44c73832 200 - MooseX::Getopt
201 - Commandline option shouldn't be required in the case that the given
202 "required" attribute has been loaded from config (MooseX::ConfigFromFile)
203 - Support for MooseX::ConfigFromFile shouldn't require that role be added
204 at the same level as Getopt.
205 - fixed miscapitalization of NoGetopt in the docs
206 - added links to the traits in the docs
207 - converted to Module::Install instead of Module::Build
208
ab59e697 2090.12 2008-03-14
44c73832 210 - updated copyright dates
211 - upped the Moose dependency to support the custom metaclass traits
212 - added Getopt::Long::Descriptive as an optional dependency
213 - MooseX::Getopt MooseX::Getopt::Meta::Attribute
214 MooseX::Getopt::Meta::Attribute::Trait
215 MooseX::Getopt::Meta::Attribute::NoGetopt
216 MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
217 - added support for custom metaclass traits
218 - added tests for this
219
ab59e697 2200.11 2008-01-27
44c73832 221 - MooseX::Getopt
222 - Commandline option shouldn't be required in the case that the given
223 "required" attribute has a default or a builder method.
224
ab59e697 2250.10 2008-01-23
44c73832 226 - MooseX::Getopt
227 - Support default configfile attribute when used with
228 MooseX::ConfigFromFile-based roles
229
ab59e697 2300.09 2008-01-22
44c73832 231 - MooseX::Getopt
232 - Use Getopt::Long::Descriptive if it's available
233
ab59e697 2340.08 2007-12-08
44c73832 235 - MooseX::Getopt
236 - Added support for configfile loading via MooseX::ConfigFromFile-based
237 roles with the -configfile commandline option.
238
ab59e697 2390.07 2007-12-04
44c73832 240 - MooseX::Getopt::Meta::Attribute::NoGetopt
241 - fixed miscapitalization of NoGetopt in the docs
242
ab59e697 2430.06 2007-11-23
44c73832 244 - MooseX::Getopt
245 - refactored &new_with_option some so that this will work better with other
246 Getopt modules (nuffin)
247 - MooseX::Getopt::Strict
248 - version of MooseX::Getopt which requires you to specify which attributes
249 you want processed explicity
250 - added tests for this
251 - MooseX::Getopt::Meta::Attribute::NoGetopt
252 - a custom meta-attribute which can be used to specify that an attribute
253 should not be processed
254 - added tests for this
255
ab59e697 2560.05 2007-07-03
44c73832 257 - MooseX::Getopt::OptionTypeMap
258 - added some checks to make sure that the type constraints are found
259 properly and to give better diagnostics
260
ab59e697 2610.04 2007-06-26
44c73832 262 - MooseX::Getopt::OptionTypeMap
263 - Added support for subtype constraint inference from parent types
264 - added tests and docs for this
265 - MooseX::Getopt
266 - Added extra_argv attribute
267 - added tests and docs for this
268 - We now unmangle the Getopt::Long-mangled @ARGV
269 - added tests and docs for this
270 - We now throw an exception from new_with_options if Getopt fails due to
271 bad arguments.
272 - added tests and docs for this
273
ab59e697 2740.03 2007-05-02
44c73832 275 - downgraded the Getopt version requirement to 2.35 as per RT #26844
276 - adding blblack to the authors list
277 - MooseX::Getopt
278 - doc update to show simple way to of excluding an attribute, but not
279 having accessors with underscores (thanks to Zaba on #moose for this)
280 - MooseX::Getopt::Meta::Attribute
281 - tightening up the type constraint in the cmd_alias coercion to only
282 accept strings
283
ab59e697 2840.02 2007-04-06
44c73832 285 - MooseX::Getopt
286 - added the ARGV attribute (thanks to blblack)
287 - added tests and docs for this
288 - MooseX::Getopt::Meta::Attribute
289 - added the cmd_aliases attribute (thanks to blblack)
290 - added tests and docs for this
291 - added support for Moose 0.19's custom attribute metaclass alias registry.
292 - added tests and docs for this
293
ab59e697 2940.01 2007-03-09
44c73832 295 - module released to CPAN