Skip Menu |

This queue is for tickets about the Test-XML-RPC-Catalyst CPAN distribution.

Report information
The Basics
Id: 45198
Status: new
Priority: 0/
Queue: Test-XML-RPC-Catalyst

People
Owner: Nobody in particular
Requestors: jmmills@cpan.org (no email address)
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01
Fixed in: (no value)



Subject: t/100_simple.t does not pass under Catalyst::Runtime 5.80001
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi Copyright 1987-2007, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. 5.80001 Cannot determine perl version info from lib/Test/XML/RPC/Catalyst.pm *** Module::AutoInstall version 1.03 *** Checking for Perl dependencies... [Core Features] - Catalyst::Runtime ...loaded. (5.80001 >= 5.7012) - Catalyst::Plugin::Server ...loaded. (0.24 >= 0.24) - Test::Simple ...loaded. (0.86 >= 0.72) - Test::WWW::Mechanize::Catalyst ...loaded. (0.51 >= 0.41) - XML::RPC ...loaded. (0.9 >= 0.6) *** Module::AutoInstall configuration finished. Checking if your kit is complete... Looks good Writing Makefile for Test::XML::RPC::Catalyst cp lib/Test/XML/RPC/Catalyst.pm blib/lib/Test/XML/RPC/Catalyst.pm Manifying blib/man3/Test::XML::RPC::Catalyst.3pm PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/100_simple.t t/pod.t t/podcoverage.t t/100_simple.t ... 1/3 Class Catalyst::Dispatcher is calling the deprecated method Catalyst::Dispatcher::dispatch_types, this will be removed in Catalyst 5.9X at /usr/local/share/perl/5.10.0/Catalyst/Dispatcher.pm line 713, <$fh> line 1. # Failed test 'can XMLRPC methods' # at t/100_simple.t line 14. # Looks like you failed 1 test of 3. t/100_simple.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests t/pod.t .......... skipped: set TEST_POD to enable this test t/podcoverage.t .. skipped: set TEST_POD to enable this test Test Summary Report ------------------- t/100_simple.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=3, Tests=3, 2 wallclock secs ( 0.05 usr 0.02 sys + 1.40 cusr 0.21 csys = 1.68 CPU) Result: FAIL Failed 1/3 test programs. 1/3 subtests failed. make: *** [test_dynamic] Error 255 # prove -I lib -v t/100_simple.t t/100_simple.t .. 1..3 ok 1 - use Test::XML::RPC::Catalyst; Class Catalyst::Dispatcher is calling the deprecated method Catalyst::Dispatcher::dispatch_types, this will be removed in Catalyst 5.9X at /usr/local/share/perl/5.10.0/Catalyst/Dispatcher.pm line 713, <$fh> line 1. not ok 2 - can XMLRPC methods # Failed test 'can XMLRPC methods' # at t/100_simple.t line 14. ok 3 # Looks like you failed 1 test of 3. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/3 subtests Test Summary Report ------------------- t/100_simple.t (Wstat: 256 Tests: 3 Failed: 1) Failed test: 2 Non-zero exit status: 1 Files=1, Tests=3, 1 wallclock secs ( 0.04 usr 0.01 sys + 1.09 cusr 0.07 csys = 1.21 CPU) Result: FAIL