Skip Menu |

This queue is for tickets about the Catalyst-Runtime CPAN distribution.

Report information
The Basics
Id: 82249
Status: resolved
Priority: 0/
Queue: Catalyst-Runtime

People
Owner: ether [...] cpan.org
Requestors: ANDK [...] cpan.org
Cc: ether [...] cpan.org
AdminCc:

Bug Information
Severity: Normal
Broken in: 5.90019
Fixed in: (no value)



CC: ETHER [...] cpan.org
Subject: Fails with MooseX-Getopt-0.48
With MooseX-Getopt-0.48 the Catalyst test t/aggregate/unit_core_script_help.t fails. Downgrading to MooseX-Getopt-0.47 is a functioning workaround. I don't know if the bug is in Catalyst or MooseX::Getopt, I'm only reporting it because one of my smokers discovered the breakage. HTH&&Regards,
On Tue Dec 25 23:37:29 2012, ANDK wrote: Show quoted text
> With MooseX-Getopt-0.48 the Catalyst test > t/aggregate/unit_core_script_help.t fails. Downgrading to > MooseX-Getopt-0.47 is a functioning workaround.
Can you include the output of the test please?
On 20121226T183903Z, ETHER wrote: Show quoted text
> Can you include the output of the test please?
Sorry for the omission. % make test TEST_FILES=t/aggregate/unit_core_script_help.t TEST_VERBOSE=1 make[1]: Entering directory `/tmp/tmp.CEyWXrFVOZ/Catalyst-Runtime-5.90019-LzXTsW' PERL_DL_NONLAZY=1 /tmp/basesmoker-reloperl-v8oQ/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1, 'inc', 'blib/lib', 'blib/arch')" t/aggregate/unit_core_script_help.t t/aggregate/unit_core_script_help.t .. usage: unit_core_script_help.t [-?h] [long options...] -h -? --usage --help Prints this usage information. --loader_class The class to use to detect and load the PSGI engine No subtests run Test Summary Report ------------------- t/aggregate/unit_core_script_help.t (Wstat: 0 Tests: 0 Failed: 0) Parse errors: No plan found in TAP output Files=1, Tests=0, 0 wallclock secs ( 0.02 usr 0.00 sys + 0.34 cusr 0.02 csys = 0.38 CPU) Result: FAIL Failed 1/1 test programs. 0/0 subtests failed. make[1]: *** [test_dynamic] Error 255 make[1]: Leaving directory `/tmp/tmp.CEyWXrFVOZ/Catalyst-Runtime-5.90019-LzXTsW' zsh: exit 2 make test TEST_FILES=t/aggregate/unit_core_script_help.t TEST_VERBOSE=1
MooseX::Getopt 0.50 released to make this test (and code in Catalyst::Script::Create, Catalyst::ScriptRole) work again. I've also committed cd61f3ab2 to this dist's repo to use the newly created-and-documented public method print_usage_text, instead of the internal _getopt_full_usage, so as to work again with MooseX::Getopt 0.48.