in reply to Re: Portable way to require Perl 5.8.8
in thread Portable way to require Perl 5.8.8
I haven't been able to find a version of Perl that actually warns in require v5.8.8;.
For Instance, 5.10.0 does:
H:\>perl -lwe "use v5.8.8; print 6" v-string in use/require non-portable at -e line 1. 6
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Portable way to require Perl 5.8.8
by JavaFan (Canon) on Mar 21, 2011 at 10:08 UTC |