233f75c7ee692c224ea550b8db62d894678bb7c3
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3   * Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
4   * Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
5
6 0.39 Fri 03 Feb 2012
7   * Fix argument parsing in process_argv when used with ConfigFromFile so that
8     -v can be used as expected, rather than being grabbed as --version
9
10 0.38 Fri 23 Dec 2011
11   * More documentation on Getopt::Long settings and how they alter this role's
12     behaviour, in particular with regards to extra_argv capturing.
13     (Karen Etheridge)
14
15 0.37 Wed 30 Mar 2011
16   * Fix missing dependency. (RT#67077)
17
18 0.36 Tue 29 Mar 2011
19   * Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
20   * MooseX::Getopt::GLD
21     - change it to a MooseX::Role::Parameterized, so that it accepts
22       'getopt_conf' parameter (Damien Krotkine)
23
24 0.35 Wed 09 Feb 2011
25   * Fix missed change from Test::Exception to Test::Fatal
26
27 0.34 Tue 08 Feb 2011
28   * The test suite now uses Test::Fatal instead of Test::Exception. (Karen
29     Etheridge)
30   * Move most of new_with_options logic into separate publically
31     accessible process_argv method, so that arg processing can be
32     done without actually creating object (Jonathan Swartz)
33
34 0.33 Thu 26 Aug 2010
35   * Remove Test::Most from newly added test (RT#60766)
36
37 0.32 Thu 26 Aug 2010
38   * Fix handling of Union types (RT#58417)
39
40 0.31 Wed 7 Jul 2010
41   * Fix issue causing tests to fail if MooseX::SimpleConfig isn't installed.
42
43 0.30 Tue 6 Jul 2010
44   * MooseX::Getopt::Basic
45     - uses attribute insertion order when determining the order in which
46       options are documented in the usage (e.g. in $obj->usage->text). (Karen
47       Etheridge)
48
49   * MooseX::Getopt::Basic
50     - store the usage object to the usage attr (RT#58715)
51     - properly checks whether the *option* --help, --usage, or --? were used,
52       rather than the attribute 'help', 'usage' or '?' were set
53   * MooseX::Getopt::GLD
54     - add the usage attribute for storing the Getopt::Long::Descriptive::Usage
55       object, and the help attribute for storing --help, --usage and --? state
56   (RT#47865, RT#56783, RT#52474).  (Karen Etheridge)
57
58   * MooseX::Getopt::Basic
59     - Disable auto_help config in Getopt::Long, to avoid calling into
60     pod2usage when the --help option is used while MooseX::ConfigFromFile
61     is in use (the intent is just to fetch the value of the configfile
62     option) (RT#57683). (Karen Etheridge)
63
64 0.29 Tue. Jun 15 2010
65   * Fix repository metadata. Thanks Robert Bohne for noticing!
66
67 0.28 Sat. Jun 05 2010
68   * MooseX::Getopt::Strict
69     - Make it work with Getopt attribute traits in addition to
70       attribute metaclasses.
71
72   * Switch from Module::Install to Dist::Zilla.
73
74 0.27 Sun. Feb 10 2010
75   * Makefile.PL:
76     - Bump dependency to Getopt::Long::Descriptive to 0.081 in an attempt to
77       avoid test failures.
78
79   * MooseX::Getopt::Dashes
80     - Document that using a cmd_flag argument to attributes can be used to
81       override the tr/_/-/ replacement ::Dashes does on attribute names
82
83 0.26 Thu. Dec 10 2009
84   * MooseX::Getopt::Basic
85     - Fix bug with attribute names containing upper case letters.
86   * Test suite:
87     - Add t/106_no_ignore_case.t for testing the compatibility with
88       no_ignore_case
89
90 0.25 Thu. Nov 26 2009
91   * MooseX::Getopt
92    - Split out the warnings and the exception from Getopt so that they can be
93      overridden.
94    - Split out calling ->die on Getopt::Long::Descriptive::Usage so that
95      it can be overridden.
96    - Properly split roles as promised in 0.22.
97
98 0.24 Fri. Oct  23 2009
99   * MooseX::Getopt
100     - Fix bug with mixed case attribute names (MAROS)
101
102 0.23 Fri. Oct  02 2009
103   * MooseX::Getopt
104     - Allow the config file to return a code ref which is called to return
105       the config file location (Gordon Irving)
106
107 0.22 Sat. Sept 05 2009
108     - Require GLD 0.077 for RT#49427 as some versions are broken
109
110   * MooseX::Getopt
111     - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
112     and MooseX::Getopt::GLD.
113
114   * Tests
115      - Ensure author tests get run when in author mode.
116
117 0.21 Thu. Aug 27 2009
118   * MooseX::Getopt
119     - Enable and document the argv parameter to the constructor.
120     - Applied patches in RT43200 and RT43255
121     - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
122       default config file name.
123
124 0.20 Wed. July 9 2009
125     - fix MANIFEST.SKIP to avoid double-packaging
126
127 0.19 Wed. July 8 2009
128   * MooseX::Getopt
129     - Fix Getopt config spec for --configfile (t0m)
130     - Add support for --usage/--help/--? (drew@drewtaylor.com)
131     - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
132
133   * Tests
134     - Fix warning from tests with new Moose (t0m)
135     - Fix tests on Win32 from RT#44909 (taro-nishino)
136
137 0.18 Thu. April 9 2009
138   * MooseX::Getopt::Dashes
139     - New module, for converting undercores to dashes (ilmari)
140
141 0.17 Wed. April 8 2009
142   * MooseX::Getopt
143     - work with latest Moose (hdp)
144
145     ~ unify module version numbers with dist version (hdp)
146
147 0.16 Tue. February 17 2009
148     * t/
149         - run pod tests only if RELEASE_TESTING env var is set
150
151 0.15 Sat. July 26 2008
152     * MooseX::Getopt::OptionTypeMap
153       - Accept type constraint objects in the type mapping, not just names
154
155 0.14 Thurs. July 10, 2008
156     * MooseX::Getopt::OptionTypeMap
157       - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
158
159     * MooseX::Getopt
160       - removed the default handling with Getopt::Long::Descriptive
161         as it would override constructor parameters and that was
162         bad. Besides, Moose will just DWIM on this anyway. (stevan)
163         - added test for it (stevan)
164
165     * t/
166       - fixed Getopt::Long::Descriptive specific tests to only run
167         if Getopt::Long::Descriptive is there (stevan)
168
169 0.13 Saturday, May 24, 2008
170     * MooseX::Getopt
171       - Commandline option shouldn't be required in the
172         case that the given "required" attribute has
173         been loaded from config (MooseX::ConfigFromFile)
174       - Support for MooseX::ConfigFromFile shouldn't require
175         that role be added at the same level as Getopt.
176       - fixed miscapitalization of NoGetopt in the docs
177       - added links to the traits in the docs
178
179     ~ converted to Module::Install instead of
180       Module::Build
181
182 0.12 Fri. March 14, 2008
183     ~~ updated copyright dates ~~
184
185     - upped the Moose dependency to support
186       the custom metaclass traits
187     - added Getopt::Long::Descriptive as an
188       optional dependency
189
190     * MooseX::Getopt
191       MooseX::Getopt::Meta::Attribute
192       MooseX::Getopt::Meta::Attribute::Trait
193       MooseX::Getopt::Meta::Attribute::NoGetopt
194       MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
195       - added support for custom metaclass traits
196         - added tests for this
197
198 0.11 Sun. Jan. 27, 2008
199     * MooseX::Getopt
200       - Commandline option shouldn't be required in the
201         case that the given "required" attribute has
202         a default or a builder method.
203
204 0.10 Wed. Jan. 23, 2008
205     * MooseX::Getopt
206       - Support default configfile attribute when
207         used with MooseX::ConfigFromFile-based roles
208
209 0.09 Tues. Jan. 22, 2008
210     * MooseX::Getopt
211       - Use Getopt::Long::Descriptive if it's available
212
213 0.08 Tues. Dec. 8, 2007
214     * MooseX::Getopt
215       - Added support for configfile loading via
216         MooseX::ConfigFromFile-based roles with
217         the -configfile commandline option.
218
219 0.07 Tues. Dec. 4, 2007
220     * MooseX::Getopt::Meta::Attribute::NoGetopt
221       - fixed miscapitalization of NoGetopt in the docs
222
223 0.06 Fri. Nov. 23, 2007
224     * MooseX::Getopt
225       - refactored &new_with_option some so that
226         this will work better with other Getopt
227         modules (nuffin)
228
229     + MooseX::Getopt::Strict
230       - version of MooseX::Getopt which requires
231         you to specify which attributes you want
232         processed explicity
233         - added tests for this
234
235     + MooseX::Getopt::Meta::Attribute::NoGetopt
236       - a custom meta-attribute which can be
237         used to specify that an attribute should
238         not be processed
239         - added tests for this
240
241 0.05 Tues. July 3, 2007
242     * MooseX::Getopt::OptionTypeMap
243       - added some checks to make sure that the type
244         constraints are found properly and to give
245         better diagnostics
246
247 0.04 Tues. June 26, 2007
248     * MooseX::Getopt::OptionTypeMap
249       - Added support for subtype constraint inference
250         from parent types
251         - added tests and docs for this
252     * MooseX::Getopt
253       - Added extra_argv attribute
254         - added tests and docs for this
255       - We now unmangle the Getopt::Long-mangled @ARGV
256         - added tests and docs for this
257       - We now throw an exception from new_with_options
258         if Getopt fails due to bad arguments.
259         - added tests and docs for this
260
261 0.03 Wed. May 2nd, 2007
262     ~ downgraded the Getopt version requirement
263       to 2.35 as per RT #26844
264     ~ adding blblack to the authors list
265
266     * MooseX::Getopt
267       - doc update to show simple way to of excluding
268         an attribute, but not having accessors with
269         underscores (thanks to Zaba on #moose for this)
270     * MooseX::Getopt::Meta::Attribute
271       - tightening up the type constraint in the
272         cmd_alias coercion to only accept strings
273
274 0.02 Friday, April 6, 2007
275     * MooseX::Getopt
276       - added the ARGV attribute (thanks to blblack)
277         - added tests and docs for this
278
279     * MooseX::Getopt::Meta::Attribute
280       - added the cmd_aliases attribute (thanks to blblack)
281         - added tests and docs for this
282       - added support for Moose 0.19's custom
283         attribute metaclass alias registry.
284         - added tests and docs for this
285
286 0.01 Friday, March 9, 2007
287     - module released to CPAN