|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Re^3: checking syntax on multiple filesby Anonymous Monk |
| on Jan 09, 2013 at 21:41 UTC ( #1012574=note: print w/ replies, xml ) | Need Help?? |
|
Make only cares about the exit status of the shell; the shell eats them in the for loop. Try perl -c -Mstrict $$pl || exit 1 (I'm not a make wizard but I might try to create a "perl -c" target for each of the files in question. Well, a transformation rule perhaps. No idea on how to achieve that...)
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||