8
0

- updated to 0.45

- 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
This commit is contained in:
Stephan Kulow
2012-05-28 13:58:50 +00:00
committed by Git OBS Bridge
parent 19a357d65f
commit 79c242b746
4 changed files with 34 additions and 9 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon May 28 13:46:00 UTC 2012 - coolo@suse.com
- updated to 0.45
- 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
-------------------------------------------------------------------
Tue Feb 14 07:52:08 UTC 2012 - coolo@suse.com