MooseX-Getopt-0.43
[gitmo/MooseX-Getopt.git] / Changes
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
eab3d04a 2
f6e9269b 3 {{$NEXT}}
3c2e131f 4
50.43 2012-04-29 09:35:52 PDT-0700
abb6efc0 6 - re-release as non-trial.
1ebd1980 7
309e2fb7 80.42-TRIAL 2012-04-15 09:13:05 PDT-0700
44c73832 9 - reformatted the Changes file, with the help of CPAN::Changes, to something
10 a little more standard.
8582c924 11 - more release-only tests added
44c73832 12
309e2fb7 130.41-TRIAL 2012-04-14 18:36:00 PDT-0700
44c73832 14 - Now bails with exit status 0, rather than dying, when printing
b29aeb85 15 requested --usage/--help information (usage printed via invalid arguments
16 will still die, however). (Karen Etheridge)
44c73832 17
ab59e697 180.40 2012-04-13
44c73832 19 - Fix tests when MooseX::ConfigFromFile is installed, with
20 Getopt::Long::Descriptive >= 0.091. RT#76287
21 - Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
22 - Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
23
ab59e697 240.39 2012-02-03
44c73832 25 - Fix argument parsing in process_argv when used with ConfigFromFile so
26 that -v can be used as expected, rather than being grabbed as --version
27
ab59e697 280.38 2011-12-23
44c73832 29 - More documentation on Getopt::Long settings and how they alter this
30 role's behaviour, in particular with regards to extra_argv capturing.
31 (Karen Etheridge)
32
ab59e697 330.37 2011-03-30
44c73832 34 - Fix missing dependency. (RT#67077)
35
ab59e697 360.36 2011-03-29
44c73832 37 - Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
38 - MooseX::Getopt::GLD
39 - change it to a MooseX::Role::Parameterized, so that it accepts
40 'getopt_conf' parameter (Damien Krotkine)
41
ab59e697 420.35 2011-02-09
44c73832 43 - Fix missed change from Test::Exception to Test::Fatal
44
ab59e697 450.34 2011-02-08
44c73832 46 - The test suite now uses Test::Fatal instead of Test::Exception. (Karen
47 Etheridge)
48 - Move most of new_with_options logic into separate publically accessible
49 process_argv method, so that arg processing can be done without actually
50 creating object (Jonathan Swartz)
51
ab59e697 520.33 2010-08-26
44c73832 53 - Remove Test::Most from newly added test (RT#60766)
54
ab59e697 550.32 2010-08-26
44c73832 56 - Fix handling of Union types (RT#58417)
57
ab59e697 580.31 2010-07-07
44c73832 59 - Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
60
ab59e697 610.30 2010-07-06
44c73832 62 - MooseX::Getopt::Basic
63 - uses attribute insertion order when determining the order in which
64 options are documented in the usage (e.g. in $obj->usage->text). (Karen
65 Etheridge)
66
67 - MooseX::Getopt::Basic
68 - store the usage object to the usage attr (RT#58715)
69 - properly checks whether the *option* --help, --usage, or --? were used,
70 rather than the attribute 'help', 'usage' or '?' were set
71 - MooseX::Getopt::GLD
72 - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
73 object, and the help attribute for storing --help, --usage and --? state
74 (RT#47865, RT#56783, RT#52474). (Karen Etheridge)
75
76 - MooseX::Getopt::Basic
77 - Disable auto_help config in Getopt::Long, to avoid calling into pod2usage
78 when the --help option is used while MooseX::ConfigFromFile is in use
79 (the intent is just to fetch the value of the configfile option)
80 (RT#57683). (Karen Etheridge)
81
820.29 2010-06-15
83 - Fix repository metadata. Thanks Robert Bohne for noticing!
84
850.28 2010-06-05
86 - MooseX::Getopt::Strict
87 - Make it work with Getopt attribute traits in addition to attribute
88 metaclasses.
89 - Switch from Module::Install to Dist::Zilla.
90
910.27 2010-02-10
92 - Makefile.PL
93 - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
94 avoid test failures.
95 - MooseX::Getopt::Dashes
96 - Document that using a cmd_flag argument to attributes can be used to
97 override the tr/_/-/ replacement ::Dashes does on attribute names
98
990.26 2009-12-10
100 - MooseX::Getopt::Basic
101 - Fix bug with attribute names containing upper case letters.
102 - Test suite
103 - Add t/106_no_ignore_case.t for testing the compatibility with
104 no_ignore_case
105
1060.25 2009-11-26
107 - MooseX::Getopt
2860acac 108 - Split out the warnings and the exception from Getopt so that they can be
109 overridden.
44c73832 110 - Split out calling ->die on Getopt::Long::Descriptive::Usage so that it can
111 be overridden.
9b7f80a2 112 - Properly split roles as promised in 0.22.
dfad990c 113
44c73832 1140.24 2009-10-23
115 - MooseX::Getopt
116 - Fix bug with mixed case attribute names (MAROS)
117
1180.23 2009-10-02
119 - MooseX::Getopt
120 - Allow the config file to return a code ref which is called to return the
121 config file location (Gordon Irving)
122
ab59e697 1230.22 2009-09-05
44c73832 124 - Require GLD 0.077 for RT#49427 as some versions are broken
125 - MooseX::Getopt
126 - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
127 and MooseX::Getopt::GLD.
128 - Tests
129 - Ensure author tests get run when in author mode.
130
1310.21 2009-08-27
132 - MooseX::Getopt
133 - Enable and document the argv parameter to the constructor.
134 - Applied patches in RT43200 and RT43255
135 - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
136 default config file name.
137
ab59e697 1380.20 2009-07-09
44c73832 139 - fix MANIFEST.SKIP to avoid double-packaging
140
ab59e697 1410.19 2009-07-08
44c73832 142 - MooseX::Getopt
143 - Fix Getopt config spec for --configfile (t0m)
144 - Add support for --usage/--help/--? (drew@drewtaylor.com)
145 - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
146 - Tests
147 - Fix warning from tests with new Moose (t0m)
148 - Fix tests on Win32 from RT#44909 (taro-nishino)
149
ab59e697 1500.18 2009-04-09
44c73832 151 - MooseX::Getopt::Dashes
152 - New module, for converting undercores to dashes (ilmari)
153
ab59e697 1540.17 2009-04-08
44c73832 155 - MooseX::Getopt
156 - work with latest Moose (hdp)
157 - unify module version numbers with dist version (hdp)
158
ab59e697 1590.16 2009-02-17
44c73832 160 - Tests
161 - run pod tests only if RELEASE_TESTING env var is set
162
ab59e697 1630.15 2008-07-26
44c73832 164 - MooseX::Getopt::OptionTypeMap
165 - Accept type constraint objects in the type mapping, not just names
166
ab59e697 1670.14 2008-07-10
44c73832 168 - MooseX::Getopt::OptionTypeMap
169 - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
170 - MooseX::Getopt
171 - removed the default handling with Getopt::Long::Descriptive as it would
172 override constructor parameters and that was bad. Besides, Moose will
173 just DWIM on this anyway. (stevan)
174 - added test for it (stevan)
175 - Tests
176 - fixed Getopt::Long::Descriptive specific tests to only run if
177 Getopt::Long::Descriptive is there (stevan)
178
ab59e697 1790.13 2008-05-24
44c73832 180 - MooseX::Getopt
181 - Commandline option shouldn't be required in the case that the given
182 "required" attribute has been loaded from config (MooseX::ConfigFromFile)
183 - Support for MooseX::ConfigFromFile shouldn't require that role be added
184 at the same level as Getopt.
185 - fixed miscapitalization of NoGetopt in the docs
186 - added links to the traits in the docs
187 - converted to Module::Install instead of Module::Build
188
ab59e697 1890.12 2008-03-14
44c73832 190 - updated copyright dates
191 - upped the Moose dependency to support the custom metaclass traits
192 - added Getopt::Long::Descriptive as an optional dependency
193 - MooseX::Getopt MooseX::Getopt::Meta::Attribute
194 MooseX::Getopt::Meta::Attribute::Trait
195 MooseX::Getopt::Meta::Attribute::NoGetopt
196 MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
197 - added support for custom metaclass traits
198 - added tests for this
199
ab59e697 2000.11 2008-01-27
44c73832 201 - MooseX::Getopt
202 - Commandline option shouldn't be required in the case that the given
203 "required" attribute has a default or a builder method.
204
ab59e697 2050.10 2008-01-23
44c73832 206 - MooseX::Getopt
207 - Support default configfile attribute when used with
208 MooseX::ConfigFromFile-based roles
209
ab59e697 2100.09 2008-01-22
44c73832 211 - MooseX::Getopt
212 - Use Getopt::Long::Descriptive if it's available
213
ab59e697 2140.08 2007-12-08
44c73832 215 - MooseX::Getopt
216 - Added support for configfile loading via MooseX::ConfigFromFile-based
217 roles with the -configfile commandline option.
218
ab59e697 2190.07 2007-12-04
44c73832 220 - MooseX::Getopt::Meta::Attribute::NoGetopt
221 - fixed miscapitalization of NoGetopt in the docs
222
ab59e697 2230.06 2007-11-23
44c73832 224 - MooseX::Getopt
225 - refactored &new_with_option some so that this will work better with other
226 Getopt modules (nuffin)
227 - MooseX::Getopt::Strict
228 - version of MooseX::Getopt which requires you to specify which attributes
229 you want processed explicity
230 - added tests for this
231 - MooseX::Getopt::Meta::Attribute::NoGetopt
232 - a custom meta-attribute which can be used to specify that an attribute
233 should not be processed
234 - added tests for this
235
ab59e697 2360.05 2007-07-03
44c73832 237 - MooseX::Getopt::OptionTypeMap
238 - added some checks to make sure that the type constraints are found
239 properly and to give better diagnostics
240
ab59e697 2410.04 2007-06-26
44c73832 242 - MooseX::Getopt::OptionTypeMap
243 - Added support for subtype constraint inference from parent types
244 - added tests and docs for this
245 - MooseX::Getopt
246 - Added extra_argv attribute
247 - added tests and docs for this
248 - We now unmangle the Getopt::Long-mangled @ARGV
249 - added tests and docs for this
250 - We now throw an exception from new_with_options if Getopt fails due to
251 bad arguments.
252 - added tests and docs for this
253
ab59e697 2540.03 2007-05-02
44c73832 255 - downgraded the Getopt version requirement to 2.35 as per RT #26844
256 - adding blblack to the authors list
257 - MooseX::Getopt
258 - doc update to show simple way to of excluding an attribute, but not
259 having accessors with underscores (thanks to Zaba on #moose for this)
260 - MooseX::Getopt::Meta::Attribute
261 - tightening up the type constraint in the cmd_alias coercion to only
262 accept strings
263
ab59e697 2640.02 2007-04-06
44c73832 265 - MooseX::Getopt
266 - added the ARGV attribute (thanks to blblack)
267 - added tests and docs for this
268 - MooseX::Getopt::Meta::Attribute
269 - added the cmd_aliases attribute (thanks to blblack)
270 - added tests and docs for this
271 - added support for Moose 0.19's custom attribute metaclass alias registry.
272 - added tests and docs for this
273
ab59e697 2740.01 2007-03-09
44c73832 275 - module released to CPAN