Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the autobox-Core CPAN distribution.

Report information
The Basics
Id: 45266
Status: resolved
Priority: 0/
Queue: autobox-Core

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

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



Subject: "use 5.8.0" is non-portable
When autobox::Core is used with 5.10 you get this warning: v-string in use/require non-portable at /usr/local/perl/5.10.0/lib/site_perl/5.10.0/autobox/Core.pm line 17. That's: use 5.8.0; That warning was introduced in 5.10 because it doesn't make much sense to use a 5.6 feature in a version check... $ perl5.5.5 -wle 'use 5.8.0' syntax error at -e line 1, near "use 5.8" Execution of -e aborted due to compilation errors. So it should be: use 5.008;
On Fri Apr 24 02:31:36 2009, MSCHWERN wrote: Show quoted text
> When autobox::Core is used with 5.10 you get this warning: > v-string in use/require non-portable at > /usr/local/perl/5.10.0/lib/site_perl/5.10.0/autobox/Core.pm line 17. > > That's: use 5.8.0; > > That warning was introduced in 5.10 because it doesn't make much sense > to use a 5.6 feature in a version check... > > $ perl5.5.5 -wle 'use 5.8.0' > syntax error at -e line 1, near "use 5.8" > Execution of -e aborted due to compilation errors. > > So it should be: use 5.008;
Fixed. Thanks!
These auto-generated RT queues default to email => off! Amazingly awesome bug bit bucket!