Skip Menu |

This queue is for tickets about the Perl6-Slurp CPAN distribution.

Report information
The Basics
Id: 93243
Status: resolved
Priority: 0/
Queue: Perl6-Slurp

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

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



Subject: $/ = REGEXP forbidden >= 5.19.9

http://search.cpan.org/~tonyc/perl-5.19.9/pod/perldelta.pod#Deprecations

http://search.cpan.org/~tonyc/perl-5.19.9/pod/perlvar.pod#$/



PERL_DL_NONLAZY=1 /home/kent/perl5/perlbrew/perls/perl-5.19.9/bin/perl5.19.9 "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Setting $/ to a REGEXP reference is forbidden at /home/kent/.cpanm/work/1393018429.800261/Perl6-Slurp-0.051004/blib/lib/Perl6/Slurp.pm line 122.
# Looks like your test exited with 9 just after 13.
t/chomp.t ..........
Dubious, test returned 9 (wstat 2304, 0x900)
All 13 subtests passed
t/errors.t ......... ok
t/filehandle.t ..... ok
t/filename.t ....... ok
t/ioderfile.t ...... ok
t/filetemp.t ....... ok
t/ipc.t ............ ok
Setting $/ to a REGEXP reference is forbidden at /home/kent/.cpanm/work/1393018429.800261/Perl6-Slurp-0.051004/blib/lib/Perl6/Slurp.pm line 122.
# Looks like your test exited with 9 just after 11.
t/irs.t ............
Dubious, test returned 9 (wstat 2304, 0x900)
All 11 subtests passed
t/iofile.t ......... ok
t/lexfilehandle.t .. ok
t/no_source.t ...... ok
t/layers.t ......... ok
t/string.t ......... ok

Test Summary Report
-------------------
t/chomp.t        (Wstat: 2304 Tests: 13 Failed: 0)
  Non-zero exit status: 9
t/irs.t          (Wstat: 2304 Tests: 11 Failed: 0)
  Non-zero exit status: 9
Files=13, Tests=165,  0 wallclock secs ( 0.11 usr  0.03 sys +  0.74 cusr  0.18 csys =  1.06 CPU)
Result: FAIL
Failed 2/13 test programs. 0/165 subtests failed.
make: *** [test_dynamic] Error 255
FAIL
Testing Perl6-Slurp-0.051004 failed.

 


 

Subject: Re: [rt.cpan.org #93243] $/ = REGEXP forbidden >= 5.19.9
Date: Sat, 22 Feb 2014 19:44:33 +1100
To: bug-Perl6-Slurp [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Thanks for the report, Kent. The issue is fixed in the latest release (uploaded this evening). Damian