test the Changes file; standardize the dates
[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
ab59e697 100.40 2012-04-13
44c73832 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
ab59e697 160.39 2012-02-03
44c73832 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
ab59e697 200.38 2011-12-23
44c73832 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
ab59e697 250.37 2011-03-30
44c73832 26 - Fix missing dependency. (RT#67077)
27
ab59e697 280.36 2011-03-29
44c73832 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
ab59e697 340.35 2011-02-09
44c73832 35 - Fix missed change from Test::Exception to Test::Fatal
36
ab59e697 370.34 2011-02-08
44c73832 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
ab59e697 440.33 2010-08-26
44c73832 45 - Remove Test::Most from newly added test (RT#60766)
46
ab59e697 470.32 2010-08-26
44c73832 48 - Fix handling of Union types (RT#58417)
49
ab59e697 500.31 2010-07-07
44c73832 51 - Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
52
ab59e697 530.30 2010-07-06
44c73832 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
ab59e697 1150.22 2009-09-05
44c73832 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
ab59e697 1300.20 2009-07-09
44c73832 131 - fix MANIFEST.SKIP to avoid double-packaging
132
ab59e697 1330.19 2009-07-08
44c73832 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
ab59e697 1420.18 2009-04-09
44c73832 143 - MooseX::Getopt::Dashes
144 - New module, for converting undercores to dashes (ilmari)
145
ab59e697 1460.17 2009-04-08
44c73832 147 - MooseX::Getopt
148 - work with latest Moose (hdp)
149 - unify module version numbers with dist version (hdp)
150
ab59e697 1510.16 2009-02-17
44c73832 152 - Tests
153 - run pod tests only if RELEASE_TESTING env var is set
154
ab59e697 1550.15 2008-07-26
44c73832 156 - MooseX::Getopt::OptionTypeMap
157 - Accept type constraint objects in the type mapping, not just names
158
ab59e697 1590.14 2008-07-10
44c73832 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
ab59e697 1710.13 2008-05-24
44c73832 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
ab59e697 1810.12 2008-03-14
44c73832 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
ab59e697 1920.11 2008-01-27
44c73832 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
ab59e697 1970.10 2008-01-23
44c73832 198 - MooseX::Getopt
199 - Support default configfile attribute when used with
200 MooseX::ConfigFromFile-based roles
201
ab59e697 2020.09 2008-01-22
44c73832 203 - MooseX::Getopt
204 - Use Getopt::Long::Descriptive if it's available
205
ab59e697 2060.08 2007-12-08
44c73832 207 - MooseX::Getopt
208 - Added support for configfile loading via MooseX::ConfigFromFile-based
209 roles with the -configfile commandline option.
210
ab59e697 2110.07 2007-12-04
44c73832 212 - MooseX::Getopt::Meta::Attribute::NoGetopt
213 - fixed miscapitalization of NoGetopt in the docs
214
ab59e697 2150.06 2007-11-23
44c73832 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
ab59e697 2280.05 2007-07-03
44c73832 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
ab59e697 2330.04 2007-06-26
44c73832 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
ab59e697 2460.03 2007-05-02
44c73832 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
ab59e697 2560.02 2007-04-06
44c73832 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
ab59e697 2660.01 2007-03-09
44c73832 267 - module released to CPAN