in reply to 'perl Makefile.PL' warning for v5.20 to v5.24
* Have others encountered the same warning message?
Sometimes, yes.
* Does anyone have any links to information regarding this warning?
Not me. But from memory, Perl just checks in the ASCII/Unicode control character set and excludes those from warnings that are explicitely allowed.
* The warning seems to be completely harmless. Is it?
Maybe. But it IS a warning, so at least one person thought this could be a problem big enough to write some code to warn you.
BTW, if you are using vim, :set ff=unix should also work to convert the file format.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: 'perl Makefile.PL' warning for v5.20 to v5.24
by kcott (Archbishop) on Jun 23, 2022 at 17:44 UTC | |
by cavac (Prior) on Jun 23, 2022 at 18:59 UTC | |
by kcott (Archbishop) on Jun 23, 2022 at 20:10 UTC |