Skip Menu |

This queue is for tickets about the List-Cycle CPAN distribution.

Report information
The Basics
Id: 86682
Status: new
Priority: 0/
Queue: List-Cycle

People
Owner: Nobody in particular
Requestors: aaroncutchin [...] yahoo.com
Cc:
AdminCc:

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



Subject: List::Cycle fails compilate under CentOS 6.3, Perl 5.10.1
Date: Wed, 3 Jul 2013 12:09:43 -0700 (PDT)
To: "bug-List-Cycle [...] rt.cpan.org" <bug-List-Cycle [...] rt.cpan.org>
From: Aaron Cutchin <aaroncutchin [...] yahoo.com>
[root@shopstyle-prod-crawl101 ~]# cat /etc/issue CentOS release 6.3 (Final) [root@shopstyle-prod-crawl101 ~]# perl --version This is perl, v5.10.1 (*) built for x86_64-linux-thread-multi [root@shopstyle-prod-crawl101 ~]# perl -MCPAN -e shell Terminal does not support AddHistory. cpan shell -- CPAN exploration and modules installation (v1.9402) Enter 'h' for help. cpan[1]> install List::Cycle CPAN: Storable loaded ok (v2.20) Going to read '/root/.cpan/Metadata'   Database was generated on Tue, 02 Jul 2013 21:53:02 GMT Running install for module 'List::Cycle' CPAN: YAML loaded ok (v0.70) Running make for P/PE/PETDANCE/List-Cycle-1.02.tar.gz CPAN: Digest::SHA loaded ok (v5.47) CPAN: Compress::Zlib loaded ok (v2.02) Checksum for /root/.cpan/sources/authors/id/P/PE/PETDANCE/List-Cycle-1.02.tar.gz ok Scanning cache /root/.cpan/build for sizes ............................................................................DONE CPAN: Archive::Tar loaded ok (v1.58) List-Cycle-1.02/ List-Cycle-1.02/MANIFEST List-Cycle-1.02/Makefile.PL List-Cycle-1.02/README List-Cycle-1.02/Cycle.pm List-Cycle-1.02/t/ List-Cycle-1.02/t/reset.t List-Cycle-1.02/t/pod-coverage.t List-Cycle-1.02/t/00-load.t List-Cycle-1.02/t/dump.t List-Cycle-1.02/t/new.t List-Cycle-1.02/t/next.t List-Cycle-1.02/t/vals.t List-Cycle-1.02/t/pod.t List-Cycle-1.02/META.yml List-Cycle-1.02/META.json List-Cycle-1.02/Changes CPAN: File::Temp loaded ok (v0.22)   CPAN.pm: Going to build P/PE/PETDANCE/List-Cycle-1.02.tar.gz Checking if your kit is complete... Looks good Writing Makefile for List::Cycle cp Cycle.pm blib/lib/List/Cycle.pm Manifying blib/man3/List::Cycle.3pm   PETDANCE/List-Cycle-1.02.tar.gz   make -- OK Running make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/00-load.t ....... 1/1 # Testing List::Cycle 1.02, Perl 5.010001, /usr/bin/perl t/00-load.t ....... ok t/dump.t .......... ok t/new.t ........... String found where operator expected at t/new.t line 13, near "subtest 'Die on invalid constructor argument'"     (Do you need to predeclare subtest?) String found where operator expected at t/new.t line 21, near "subtest 'Die on next() without values'"     (Do you need to predeclare subtest?) "my" variable $empty masks earlier declaration in same scope at t/new.t line 23. "my" variable $rc masks earlier declaration in same scope at t/new.t line 24. syntax error at t/new.t line 13, near "subtest 'Die on invalid constructor argument'" syntax error at t/new.t line 19, near "}" syntax error at t/new.t line 27, near "}" Execution of t/new.t aborted due to compilation errors. # Looks like your test exited with 255 before it could output anything. t/new.t ........... Dubious, test returned 255 (wstat 65280, 0xff00) Failed 3/3 subtests t/next.t .......... ok t/pod-coverage.t .. ok t/pod.t ........... ok t/reset.t ......... ok t/vals.t .......... ok Test Summary Report ------------------- t/new.t         (Wstat: 65280 Tests: 0 Failed: 0)   Non-zero exit status: 255   Parse errors: Bad plan.  You planned 3 tests but ran 0. Files=8, Tests=31,  1 wallclock secs ( 0.03 usr  0.04 sys +  0.17 cusr  0.07 csys =  0.31 CPU) Result: FAIL Failed 1/8 test programs. 0/31 subtests failed. make: *** [test_dynamic] Error 255   PETDANCE/List-Cycle-1.02.tar.gz   make test -- NOT OK //hint// to see the cpan-testers results for installing this module, try:   reports PETDANCE/List-Cycle-1.02.tar.gz Running make install   make test had returned bad status, won't install without force Failed during this command:  PETDANCE/List-Cycle-1.02.tar.gz              : make_test NO