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