Skip Menu |

This queue is for tickets about the POE-Component-Child CPAN distribution.

Report information
The Basics
Id: 6175
Status: resolved
Priority: 0/
Queue: POE-Component-Child

People
Owner: Nobody in particular
Requestors: apocalypse [...] 0ne.us
Cc:
AdminCc:

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



Subject: Version issues
A minor thing, POE's RC screws around with it ;) # Line 29 is this... use POE 0.23 qw(Wheel::Run Filter::Line Driver::SysRW); Show quoted text
cpan> install POE::Component::Child
Checking if source files are up to date Updating source file '01mailrc.txt.gz' Trying to get /pub/CPAN/authors/01mailrc.txt.gz from mirrors.kernel.org via ftp Updating source file '02packages.details.txt.gz' Trying to get /pub/CPAN/modules/02packages.details.txt.gz from mirrors.kernel.org via ftp Updating source file '03modlist.data.gz' Trying to get /pub/CPAN/modules/03modlist.data.gz from mirrors.kernel.org via ftp Gunzipping /root/.cpanplus/01mailrc.txt.gz Gunzipping /root/.cpanplus/03modlist.data.gz Gunzipping /root/.cpanplus/02packages.details.txt.gz Trying to get /pub/CPAN/authors/id/E/EC/ECALDER/POE-Component-Child-1.31.tar.gz from mirrors.kernel.org via ftp Trying to get /pub/CPAN/authors/id/E/EC/ECALDER/CHECKSUMS from mirrors.kernel.org via ftp Running [gpg --version]... WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 2E66 557A B97C 19C7 91AF 8E20 328D A867 450F 89EC Checksum for /root/.cpanplus/authors/id/E/EC/ECALDER/POE-Component-Child-1.31.tar.gz OK Already downloaded /root/.cpanplus/authors/id/E/EC/ECALDER/CHECKSUMS, won't download again without force Running [gpg --version]... WARNING: This key is not certified with a trusted signature! Primary key fingerprint: 2E66 557A B97C 19C7 91AF 8E20 328D A867 450F 89EC Untarring /root/.cpanplus/authors/id/E/EC/ECALDER/POE-Component-Child-1.31.tar.gz Extracting POE-Component-Child-1.31/ Extracting POE-Component-Child-1.31/Child.pm Extracting POE-Component-Child-1.31/README Extracting POE-Component-Child-1.31/Makefile.PL Extracting POE-Component-Child-1.31/Changes Extracting POE-Component-Child-1.31/LICENSE Extracting POE-Component-Child-1.31/echosrv Extracting POE-Component-Child-1.31/MANIFEST Extracting POE-Component-Child-1.31/test.pl ==> MISSING Signature file! <== Running [/usr/bin/perl Makefile.PL]... Checking if your kit is complete... Looks good Writing Makefile for POE::Component::Child Running [/usr/bin/make]... cp Child.pm blib/lib/POE/Component/Child.pm Manifying blib/man3/POE::Component::Child.3pm Running [/usr/bin/make test]... PERL_DL_NONLAZY=1 /usr/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl Argument "0.28_04" isn't numeric in subroutine entry at blib/lib/POE/Component/Child.pm line 29. 1..16 ok 1 - use PoCo::Child ok 2 - session created ok 3 - component 1 ok 4 - component 2 ok 5 - component 3 ok 6 - standard output ok 7 - dir change ok 8 - client write tested Argument "0.28_04" isn't numeric in numeric ge (>=) at blib/lib/POE/Component/Child.pm line 230. ok 9 - callback references ok 10 - quit method ok 11 - standard error ok 12 - done event ok 13 - killed ok 14 - died tested ok 15 - dir change restored ok 16 - all tests successful Running [/usr/bin/make install]... Installing /usr/lib/perl5/site_perl/5.8.2/POE/Component/Child.pm Installing /usr/share/man/man3/POE::Component::Child.3pm Writing /usr/lib/perl5/site_perl/5.8.2/i686-linux/auto/POE/Component/Child/.packlist Appending installation info to /usr/lib/perl5/5.8.2/i686-linux/perllocal.pod "/usr/bin/make" install -- OK Show quoted text
cpan> quit
this seems to be an issue/bug with certain versions of perl, according to dngnand. not sure what to do about it so I'm closing this ticket.