Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: RFC: Devel::Deprecate

by Ovid (Cardinal)
on Apr 24, 2008 at 15:20 UTC ( [id://682652]=note: print w/replies, xml ) Need Help??


in reply to Re: RFC: Devel::Deprecate
in thread RFC: Devel::Deprecate

I think you're right about the 'if' condition. Not sure what I was thinking, though it's now in there and I've already uploaded.

By default, the deprecate() sub will only run if you're running tests (it checks for the $ENV{HARNESS_ACTIVE} variable). If, for some reason, this variable is true in your code, you can set $ENV{PERL_DEVEL_DEPRECATE_OFF} to a true value to disable the deprecation. Of course, as previously pointed out, merely omitting the 'die' date ensures that no fatal error will occur.

Cheers,
Ovid

New address of my CGI Course.

Replies are listed 'Best First'.
Re^3: RFC: Devel::Deprecate
by jplindstrom (Monsignor) on Apr 25, 2008 at 11:35 UTC
    I think you're right about the 'if' condition. Not sure what I was thinking, though it's now in there and I've already uploaded.

    Maybe you can... uh, what's the word... remove it from the supported features? :)

    /J

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-04-19 20:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found