Skip Menu |

This queue is for tickets about the local-lib CPAN distribution.

Report information
The Basics
Id: 32871
Status: resolved
Priority: 0/
Queue: local-lib

People
Owner: apeiron [...] cpan.org
Requestors: mgrimes [...] cpan.org
Cc:
AdminCc:

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



Subject: v-strings create warnings in perl 5.10
First, great module! In perl 5.10, use warnings produces a warning when v-strings are used. So the following is reported local::lib is used: v-string in use/require non-portable at t.pl line 3. The following small change fixes it: -use 5.8.1; +use 5.008001; Thanks, Mark
Fixed in trunk.