Skip Menu |

This queue is for tickets about the Net-OSCAR CPAN distribution.

Report information
The Basics
Id: 8104
Status: resolved
Priority: 0/
Queue: Net-OSCAR

People
Owner: Nobody in particular
Requestors: perl [...] an.kiev.ua
Cc:
AdminCc:

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



Subject: cosmetic issue
Just a cosmetick issue, nothing really important. When running with warnings enabled I get a warning: v-string in use/require non-portable at /usr/lib/perl5/site_perl/5.8.0/Net/OSCAR.pm line 118. Perl 5.8.0 Linux 2.4.21
This is fixed in CVS. If you want the warning to go away for you, simply change: Show quoted text
> use v5.6.1;
in OSCAR.pm to: Show quoted text
> use 5.006_001;