How can I perform a \"shallow\" syntax check on perl files. The standard perl -c is useful but it checks the syntax of imports. This is sometimes nice but not great
perl -c
I guess you could make stubs for the missing libraries in your home folder.