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 | |
by tonyc (Hermit) on Jun 10, 2025 at 23:22 UTC | |
by LanX (Saint) on Jun 10, 2025 at 23:24 UTC |