Force author tests to be run when in author mode
[gitmo/MooseX-Getopt.git] / ChangeLog
1 Revision history for Perl extension MooseX-Getopt
2
3 0.22
4   * MooseX::Getopt
5     - Split into MooseX::Getopt::Basic (without the G::L::Descriptive support)
6     and MooseX::Getopt::GLD.
7
8   * Tests
9      - Ensure author tests get run when in author mode.
10
11 0.21 Thu. Aug 27 2009
12   * MooseX::Getopt
13     - Enable and document the argv parameter to the constructor.
14     - Applied patches in RT43200 and RT43255
15     - Applied patch from RT#47766 to not die if SimpleConfig cannot find the
16       default config file name.
17
18 0.20 Wed. July 9 2009
19         - fix MANIFEST.SKIP to avoid double-packaging
20
21 0.19 Wed. July 8 2009
22   * MooseX::Getopt
23     - Fix Getopt config spec for --configfile (t0m)
24     - Add support for --usage/--help/--? (drew@drewtaylor.com)
25     - Fix new_with_options to accept a hashref (DOUGDUDE@cpan.org)
26
27   * Tests
28     - Fix warning from tests with new Moose (t0m)
29     - Fix tests on Win32 from RT#44909 (taro-nishino)
30
31 0.18 Thu. April 9 2009
32   * MooseX::Getopt::Dashes
33     - New module, for converting undercores to dashes (ilmari)
34
35 0.17 Wed. April 8 2009
36   * MooseX::Getopt
37     - work with latest Moose (hdp)
38
39         ~ unify module version numbers with dist version (hdp)
40
41 0.16 Tue. February 17 2009
42         * t/
43                 - run pod tests only if RELEASE_TESTING env var is set
44
45 0.15 Sat. July 26 2008
46         * MooseX::Getopt::OptionTypeMap
47           - Accept type constraint objects in the type mapping, not just names
48
49 0.14 Thurs. July 10, 2008
50         * MooseX::Getopt::OptionTypeMap
51           - Change 'Float' which doesn't exist to 'Num' which does (perigrin)
52          
53         * MooseX::Getopt
54           - removed the default handling with Getopt::Long::Descriptive
55             as it would override constructor parameters and that was 
56             bad. Besides, Moose will just DWIM on this anyway. (stevan)
57             - added test for it (stevan)
58
59     * t/
60       - fixed Getopt::Long::Descriptive specific tests to only run 
61         if Getopt::Long::Descriptive is there (stevan)
62
63 0.13 Saturday, May 24, 2008
64     * MooseX::Getopt
65       - Commandline option shouldn't be required in the
66         case that the given "required" attribute has
67         been loaded from config (MooseX::ConfigFromFile)
68       - Support for MooseX::ConfigFromFile shouldn't require
69         that role be added at the same level as Getopt.
70       - fixed miscapitalization of NoGetopt in the docs
71       - added links to the traits in the docs
72       
73     ~ converted to Module::Install instead of 
74       Module::Build
75
76 0.12 Fri. March 14, 2008
77     ~~ updated copyright dates ~~
78
79     - upped the Moose dependency to support
80       the custom metaclass traits
81     - added Getopt::Long::Descriptive as an
82       optional dependency
83
84     * MooseX::Getopt
85       MooseX::Getopt::Meta::Attribute
86       MooseX::Getopt::Meta::Attribute::Trait
87       MooseX::Getopt::Meta::Attribute::NoGetopt
88       MooseX::Getopt::Meta::Attribute::Trait::NoGetopt
89       - added support for custom metaclass traits
90         - added tests for this
91
92 0.11 Sun. Jan. 27, 2008
93     * MooseX::Getopt
94       - Commandline option shouldn't be required in the
95         case that the given "required" attribute has
96         a default or a builder method.
97
98 0.10 Wed. Jan. 23, 2008
99     * MooseX::Getopt
100       - Support default configfile attribute when
101         used with MooseX::ConfigFromFile-based roles
102
103 0.09 Tues. Jan. 22, 2008
104     * MooseX::Getopt
105       - Use Getopt::Long::Descriptive if it's available
106
107 0.08 Tues. Dec. 8, 2007
108     * MooseX::Getopt
109       - Added support for configfile loading via
110         MooseX::ConfigFromFile-based roles with
111         the -configfile commandline option.
112
113 0.07 Tues. Dec. 4, 2007
114     * MooseX::Getopt::Meta::Attribute::NoGetopt
115       - fixed miscapitalization of NoGetopt in the docs
116
117 0.06 Fri. Nov. 23, 2007
118     * MooseX::Getopt
119       - refactored &new_with_option some so that
120         this will work better with other Getopt
121         modules (nuffin)
122
123     + MooseX::Getopt::Strict
124       - version of MooseX::Getopt which requires
125         you to specify which attributes you want
126         processed explicity
127         - added tests for this
128
129     + MooseX::Getopt::Meta::Attribute::NoGetopt
130       - a custom meta-attribute which can be
131         used to specify that an attribute should
132         not be processed
133         - added tests for this
134
135 0.05 Tues. July 3, 2007
136     * MooseX::Getopt::OptionTypeMap
137       - added some checks to make sure that the type
138         constraints are found properly and to give
139         better diagnostics
140
141 0.04 Tues. June 26, 2007
142     * MooseX::Getopt::OptionTypeMap
143       - Added support for subtype constraint inference
144         from parent types
145         - added tests and docs for this
146     * MooseX::Getopt
147       - Added extra_argv attribute
148         - added tests and docs for this
149       - We now unmangle the Getopt::Long-mangled @ARGV
150         - added tests and docs for this
151       - We now throw an exception from new_with_options
152         if Getopt fails due to bad arguments.
153         - added tests and docs for this
154
155 0.03 Wed. May 2nd, 2007
156     ~ downgraded the Getopt version requirement
157       to 2.35 as per RT #26844
158     ~ adding blblack to the authors list
159
160     * MooseX::Getopt
161       - doc update to show simple way to of excluding
162         an attribute, but not having accessors with
163         underscores (thanks to Zaba on #moose for this)
164     * MooseX::Getopt::Meta::Attribute
165       - tightening up the type constraint in the
166         cmd_alias coercion to only accept strings
167
168 0.02 Friday, April 6, 2007
169     * MooseX::Getopt
170       - added the ARGV attribute (thanks to blblack)
171         - added tests and docs for this
172
173     * MooseX::Getopt::Meta::Attribute
174       - added the cmd_aliases attribute (thanks to blblack)
175         - added tests and docs for this
176       - added support for Moose 0.19's custom
177         attribute metaclass alias registry.
178         - added tests and docs for this
179
180 0.01 Friday, March 9, 2007
181     - module released to CPAN