Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: 'perl Makefile.PL' warning for v5.20 to v5.24

by cavac (Parson)
on Jun 23, 2022 at 18:59 UTC ( [id://11144998]=note: print w/replies, xml ) Need Help??


in reply to Re^2: 'perl Makefile.PL' warning for v5.20 to v5.24
in thread 'perl Makefile.PL' warning for v5.20 to v5.24

I don't have any systems anymore with such old Perl versions, so i'm limited to my rusty old memory and what i can glean from documentation.

I've read through the relevant perldeltas for 5.20 and 5.26. Both had changes regarding handling of literal control characters in variable names.

5.20 added deprecation warnings and 5.26 made code changes to disallow their use.

After seeing this, my best guess (without knowing the perl internals or grepping through the changelogs) is that the small change for 5.20 has introduced some false positives in control characters detection and 5.26 changed the parser enough that those went away.

My second guess would be a change in the Unicode handler, probably in the way Perl or a script detects Unicode/fileending stuff. v5.20 was the upgrade to Unicode 6.3, v5.26 to 9.0.

I could be totally mistaken, though.

PerlMonks XP is useless? Not anymore: XPD - Do more with your PerlMonks XP
  • Comment on Re^3: 'perl Makefile.PL' warning for v5.20 to v5.24

Replies are listed 'Best First'.
Re^4: 'perl Makefile.PL' warning for v5.20 to v5.24
by kcott (Archbishop) on Jun 23, 2022 at 20:10 UTC

    ++ Thankyou very much for your input and the extra checking you performed.

    "I could be totally mistaken, though."

    You've stated the guesses you've made: they all seem reasonable to me. In the absence of any contradicting information, I'm happy to go along with your explanation.

    — Ken

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-18 18:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found