in reply to PMC (Perl Module Compiled) survey
perl has incorrectly reported the name of the file as foo.pm, not foo.pmc.feather:~ 107:$ echo 'sub abc { }' > foo.pmc feather:~ 108:$ perl -Mfoo -le1 foo.pm did not return a true value. BEGIN failed--compilation aborted.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: PMC (Perl Module Compiled) survey
by merlyn (Sage) on Mar 12, 2006 at 19:18 UTC | |
by Juerd (Abbot) on Mar 12, 2006 at 20:27 UTC |