Skip Menu |

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

Report information
The Basics
Id: 71207
Status: resolved
Priority: 0/
Queue: File-Slurp

People
Owner: cwhitener [...] gmail.com
Requestors: rkitover [...] prismnet.com
Cc:
AdminCc:

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



Subject: throws warning on perl 5.10.0
Date: Sat, 24 Sep 2011 16:17:58 -0400
To: bug-File-Slurp [...] rt.cpan.org
From: Rafael Kitover <rkitover [...] prismnet.com>
% perl -w -MFile::Slurp -le 1 v-string in use/require non-portable at /home/rkitover/perl5/perlbrew/perls/perl-5.10.0/lib/site_perl/5.10.0/File/Slurp.pm line 3. This can be fixed by changing the "use 5.6.2;" to "use 5.006002;"
On Sat Sep 24 15:18:11 2011, rkitover@prismnet.com wrote: Show quoted text
> % perl -w -MFile::Slurp -le 1 > v-string in use/require non-portable at > /home/rkitover/perl5/perlbrew/perls/perl- > 5.10.0/lib/site_perl/5.10.0/File/Slurp.pm line 3. > > This can be fixed by changing the "use 5.6.2;" to "use 5.006002;"
This issue is causing test failures in other distributions that have their own warnings tests. E.g., http://www.cpantesters.org/cpan/report/db7c04c2-407c-11e1-9d6f-f6dbfa7543f5
Hi Everyone, This particular bug has been fixed and that use statement only exists in the Makefile.PL now and uses the 5.006 form. There are two dev releases with this correction, 9999.20_01 and 9999.20_02. After a suitable time testing, we'll cut a production release. Thanks, Chase