Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Perl debugger is interactively using features

by ikegami (Patriarch)
on Jun 10, 2025 at 18:39 UTC ( [id://11165350]=note: print w/replies, xml ) Need Help??


in reply to Perl debugger is interactively using features

It's the result of the following in perl5db.pl:

BEGIN { require feature; $^V =~ /^v(\d+\.\d+)/; feature->import(":$1"); $_initial_cwd = Cwd::getcwd(); }

(On a side note, it's pretty silly you can't do use feature $^V;.)

Replies are listed 'Best First'.
Re^2: Perl debugger is interactively using features
by LanX (Saint) on Jun 10, 2025 at 20:21 UTC
    Do you know since which version this is in the code?

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    see Wikisyntax for the Monastery

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2025-07-11 09:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.