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