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