- updated to 0.68
see /usr/share/doc/packages/perl-MooseX-Getopt/Changes
0.68 2015-03-04 18:16:30Z
- fix tests that look for the wrong prereqs (0.67)
0.67 2015-02-28 04:37:19Z
- remove argv from passed-through buildargs if no argv attribute exists, to
mollify MooseX::StrictConstructor (RT#101938, Jose Luis Martinez)
0.66 2015-01-28 02:05:54Z
- fix tests for formatting changes in Getopt::Long::Descriptive 0.099
(RT#101724)
OBS-URL: https://build.opensuse.org/request/show/297101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Getopt?expand=0&rev=26
- depend on newest Path::Tiny, to regain 5.8.x compatibility (gone since
v0.52)
- fix broken tests on win32 with file comparisons
- fix broken tests on win32 with file comparisons
- allow configfiles called "0"
- support more mechanisms for overriding default configfile
- when using in conjunction with MooseX::ConfigFromFile, configfile value now
properly passed to new()
- properly indicate optional dependency in tests using
MooseX::ConfigFromFile
- tests converted from using Path::Class to Path::Tiny
- missing test prereqs now declared (thanks for the automated reports, David
Cantrell!)
- unbreak Catalyst::Runtime tests (etc) by keeping _getopt_full_usage in the
callstack. (RT#82249)
- silence a warning in tests if the user does not have YAML::XS installed
(thanks for the report, Getty!)
- fix off-by-one issues in test plans if optional requirements are not met
- documentation and tests amended to prefer usage of 'trait' over 'metaclass'
as much as possible
- print_usage_text() exposed as a public method, to make it easier for
consuming classes to modify the behaviour when usage text is printed
- re-release to remove double $VERSION declarations
- -h is also treated as a --help option
- remove old perl-MooseX-Getopt-use_lib.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Getopt?expand=0&rev=14
- use Path::Class in test to avoid test failures on MSWin32 with filename
construction
- now respecting value of configfile passed to the constructor, when used in
conjunction with MooseX::ConfigFromFile. (Karen Etheridge)
- reformatted the Changes file, with the help of CPAN::Changes, to something
a little more standard.
- more release-only tests added
- Now bails with exit status 0, rather than dying, when printing
requested --usage/--help information (usage printed via invalid arguments
will still die, however). (Karen Etheridge)
- Fix tests when MooseX::ConfigFromFile is installed, with
Getopt::Long::Descriptive >= 0.091. RT#76287
- Pod fix from debian. Salvatore Bonaccorso <carnil@debian.org> RT#74681
- Spelling fix from debian. Jonathan Yu <jawnsy@cpan.org> RT#74681
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Getopt?expand=0&rev=12
* Fix argument parseing in process_argv when used with ConfigFromFile so that
-v can be used as expected, rather than being grabbed as --version
* More documentation on Getopt::Long settings and how they alter this role's
behaviour, in particular with regards to extra_argv capturing.
(Karen Etheridge)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Getopt?expand=0&rev=10
* Fix missing dependency. (RT#67077)
* Fix dist.ini 'Prereq' into 'Prereqs' (Damien Krotkine)
* MooseX::Getopt::GLD
- change it to a MooseX::Role::Parameterized, so that it accepts
'getopt_conf' parameter (Damien Krotkine)
* Fix missed change from Test::Exception to Test::Fatal
* The test suite now uses Test::Fatal instead of Test::Exception. (Karen
Etheridge)
* Move most of new_with_options logic into separate publically
accessible process_argv method, so that arg processing can be
done without actually creating object (Jonathan Swartz)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-MooseX-Getopt?expand=0&rev=7