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