0.10 - support default configfile w/ MX::ConfigFromFile
[gitmo/MooseX-Getopt.git] / ChangeLog
CommitLineData
5dac17c3 1Revision history for Perl extension MooseX-Getopt
2
b4a79051 30.10 Wed. Jan. 23, 2008
4 * MooseX::Getopt
5 - Support default configfile attribute when
6 used with MooseX::ConfigFromFile-based roles
7
08ff0d65 80.09 Tues. Jan. 22, 2008
9 * MooseX::Getopt
10 - Use Getopt::Long::Descriptive if it's available
11
384fb15d 120.08 Tues. Dec. 8, 2007
ee69c4ba 13 * MooseX::Getopt
14 - Added support for configfile loading via
15 MooseX::ConfigFromFile-based roles with
16 the -configfile commandline option.
17
29e4cc39 180.07 Tues. Dec. 4, 2007
6ac028c4 19 * MooseX::Getopt::Meta::Attribute::NoGetopt
20 - fixed miscapitalization of NoGetopt in the docs
21
f969917f 220.06 Fri. Nov. 23, 2007
26be7f7e 23 * MooseX::Getopt
24 - refactored &new_with_option some so that
25 this will work better with other Getopt
26 modules (nuffin)
0f8232b6 27
28 + MooseX::Getopt::Strict
29 - version of MooseX::Getopt which requires
30 you to specify which attributes you want
31 processed explicity
32 - added tests for this
33
34 + MooseX::Getopt::Meta::Attribute::NoGetopt
35 - a custom meta-attribute which can be
36 used to specify that an attribute should
37 not be processed
38 - added tests for this
26be7f7e 39
db536e20 400.05 Tues. July 3, 2007
2482085f 41 * MooseX::Getopt::OptionTypeMap
42 - added some checks to make sure that the type
db536e20 43 constraints are found properly and to give
44 better diagnostics
2482085f 45
1566a17b 460.04 Tues. June 26, 2007
f63e6310 47 * MooseX::Getopt::OptionTypeMap
48 - Added support for subtype constraint inference
1566a17b 49 from parent types
f63e6310 50 - added tests and docs for this
51 * MooseX::Getopt
52 - Added extra_argv attribute
53 - added tests and docs for this
f7695a83 54 - We now unmangle the Getopt::Long-mangled @ARGV
f63e6310 55 - added tests and docs for this
56 - We now throw an exception from new_with_options
57 if Getopt fails due to bad arguments.
58 - added tests and docs for this
59
3d9a716d 600.03 Wed. May 2nd, 2007
61 ~ downgraded the Getopt version requirement
e2911e34 62 to 2.35 as per RT #26844
3d9a716d 63 ~ adding blblack to the authors list
e2911e34 64
3d9a716d 65 * MooseX::Getopt
66 - doc update to show simple way to of excluding
67 an attribute, but not having accessors with
68 underscores (thanks to Zaba on #moose for this)
69 * MooseX::Getopt::Meta::Attribute
70 - tightening up the type constraint in the
71 cmd_alias coercion to only accept strings
e2911e34 72
1c3e6142 730.02 Friday, April 6, 2007
1a8b4ed1 74 * MooseX::Getopt
75 - added the ARGV attribute (thanks to blblack)
76 - added tests and docs for this
77
78 * MooseX::Getopt::Meta::Attribute
79 - added the cmd_aliases attribute (thanks to blblack)
80 - added tests and docs for this
81 - added support for Moose 0.19's custom
82 attribute metaclass alias registry.
83 - added tests and docs for this
84
d8a58354 850.01 Friday, March 9, 2007
f63e6310 86 - module released to CPAN