in reply to Re: diagnostics pragma throwing a compile-time error in Cygwin-Perl
in thread diagnostics pragma throwing a compile-time error in Cygwin-Perl
choroba asked:
Can you find the file perldiag.pod anywhere else?
I tried out my shell-fu as follows (yes, admittedly, when it's something shellish that takes me a couple minutes to work out, I like to show off ;-):
$ perl -e'print $_."\0" for @INC' | find -files0-from - -type f -name perldiag.podThe result is no file found with that name. Thanks for your interest, choroba, and this was a good thing to check. Why that file would be missing? Not a clue, right?
Apr 16, 2025 at 15:43 UTC
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: diagnostics pragma throwing a compile-time error in Cygwin-Perl
by choroba (Cardinal) on Apr 16, 2025 at 15:52 UTC | |
by Intrepid (Curate) on Apr 16, 2025 at 17:31 UTC | |
by choroba (Cardinal) on Apr 16, 2025 at 20:41 UTC | |
by Intrepid (Curate) on Apr 17, 2025 at 17:19 UTC | |
by choroba (Cardinal) on Apr 17, 2025 at 17:29 UTC | |
|