i have a mod_perl app that uses a custom set of libs (like any good mod_perl app should), but when i try to test compilation at the command line ( perl -c module ) compilation will (expectedly) fail because the libs aren't in the default @INC.
i think there's a way to alter @INC on the command line, but i can't remember it.