Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 524096 - dev-perl/MooseX-Getopt-0.650.0 version bump
Summary: dev-perl/MooseX-Getopt-0.650.0 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard: All versions < 0.620.0 fail t/105_uc_...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-30 09:15 UTC by Kent Fredric (IRC: kent\n) (RETIRED)
Modified: 2014-12-01 21:04 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2014-09-30 09:15:26 UTC
t/104_override_usage.t .............. ok   
t/105_uc_bug_more.t ................. Dubious, test returned 2 (wstat 512, 0x200)
Failed 9/13 subtests 
Unknown option: debug
usage: 105_uc_bug_more.t [-?dh] [long options...]
        -d --Debug            
        -h -? --usage --help  Prints this usage information.
# Looks like you planned 13 tests but ran 4.
# Looks like your test exited with 2 just after 4.
t/106_no_ignore_case.t .............. ok     
t/107_no_auto_help.t ................ skipped: Test requires module 'MooseX::SimpleConfig' but it's not found
t/107_union_bug.t ................... ok   


Testing vs CPAN revealed all versions < 0.62 exhibited this bug.

+0.62      2014-03-07 05:44:01Z
+ - fix test that assumes option parsing is case-insensitive, which is no
+   longer true with Getopt::Long::Descriptive 0.097

=> Getopt::Long::Descriptive breaks tests.
Comment 1 Kent Fredric (IRC: kent\n) (RETIRED) gentoo-dev 2014-09-30 10:14:38 UTC
Like bug #524094, this requires Test::Warnings added to tree.

Pull #4 has both changes applied: https://github.com/gx86-git-test/gx86-test-dev/pull/4
Comment 2 Andreas K. Hüttel archtester gentoo-dev 2014-12-01 21:04:57 UTC
Has been done in the meantime.