Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Safe.pm considered unsafe?

by The Mad Hatter (Priest)
on Dec 30, 2004 at 14:30 UTC ( [id://418265]=note: print w/replies, xml ) Need Help??


in reply to Re: Safe.pm considered unsafe?
in thread Safe.pm considered unsafe?

Unless the PAUSE docs are out of date, it uses it:
Please make sure all your *.pm files contain a $VERSION variable that conforms to the CPAN rules, i.e. the complete computation of $VERSION must take place on the one first line within the module that assigns to it. You can test if this is the case by running
perl -MExtUtils::MakeMaker -le 'print MM->parse_version(shift)' 'fil +e'
on the filenames in question. The CPAN indexer will run this code within a Safe compartement, so maybe even if the above command succeeds, PAUSE may fail if you're doing file IO or other potentially dangerous things within that line.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://418265]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (6)
As of 2024-04-23 14:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found