This is my personal weblog, usually with stuff about music and other geeky things.

Thursday, July 10, 2008

Batch-checking that a set of Perl modules compile

cd module-dir; find . -name '*.pm' -exec perl -c {} \; 2>&1 | fgrep -v 'syntax OK'

blog comments powered by Disqus

About Me

My Photo
Mark Gardner
Warrington, Pennsylvania, United States
I get paid to hack code. Sometimes it even runs. I also used to play bass in a band.
View my complete profile

Previously...