Comment 2 for bug 344801

Revision history for this message
Xavier Brochard (xavier) wrote : Re: [Bug 344801] Re: $PERLV doesn't contains useful value

My description was not complete:
I should have say (said ? doens't remember this point of grammar):
"I haven't checked that sub findMYSubs is still working (perl 4 and perl 5)
with this patch."

Found this in perlvar (it wasn't in the french translation):
"This variable first appeared in perl 5.6.0; earlier versions of perl will see
an undefined value."
http://search.cpan.org/dist/perl/pod/perlvar.pod

the code should be something like
$PERLV = $^V; # what Perl are we runing, returns undefined if Perl > 5.6
$PERLV = $] + 0.0 if (!PERLV); what Perl are we runing if Perl >= 5.6

Le jeudi 19 mars 2009 02:07:36 Malcolm Fitzgerald, vous avez écrit :
> findMYSubs works with Perl 5.8.8
>
> just uncomment the call to findMYSubs and run AdmWodaStatus to see it
> in action

--
Xavier
<email address hidden>
09 54 06 16 26