Skip Menu |

This queue is for tickets about the POE-Component-WWW-XKCD-AsText CPAN distribution.

Report information
The Basics
Id: 120386
Status: open
Priority: 0/
Queue: POE-Component-WWW-XKCD-AsText

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc: KYZN [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.002
Fixed in: (no value)



CC: KYZN [...] cpan.org
Subject: Can't locate object method "uri" via package "WWW::XKCD::AsText"
The test suite does not work anymore. On my smokers I see the following: ... # Testing POE::Component::WWW::XKCD::AsText 0.002, Perl 5.025010, /bbbike/perl-5.25.10/bin/perl5.25.10 _child_error called (read 0 1 STDERR) at /opt/perl-5.25.10/lib/site_perl/5.25.10/POE/Session.pm line 483. t/00-load.t .................. ok _child_stderr: Can't locate object method "uri" via package "WWW::XKCD::AsText" at /tmpfs/.cpan-build-cpansand/2017022412/POE-Component-WWW-XKCD-AsText-0.002-0/blib/lib/POE/Component/WWW/XKCD/AsText.pm line 246. at /opt/perl-5.25.10/lib/site_perl/5.25.10/POE/Session.pm line 483. _child_error called (read 0 1 STDOUT) at /opt/perl-5.25.10/lib/site_perl/5.25.10/POE/Session.pm line 483. t/01-method-same-session.t ... Failed 5/5 subtests ... ... and then the test script hangs. This seems to be related to the latest version of WWW::XKCD::AsText. Statistical analysis: **************************************************************** Regression 'mod:WWW::XKCD::AsText' **************************************************************** Name Theta StdErr T-stat [0='const'] 1.0000 0.0000 214935458266974752.00 [1='eq_0.004'] -1.0000 0.0000 -89107533651830880.00 R^2= 1.000, N= 64, K= 2 ****************************************************************
This is happening because of changes made to WWW::XKCD::AsText. I'm taking a look.
I updated WWW::XKCD::AsText to how POE::Component expects. There's still one test failing due to extra newlines in comic text.