hey, just curious, but does Module::ScanDeps handle the form of require (when scanning):
eval('require Some::Module');
Unfortunately, if you don't do this form, you get warnings if the module
is not installed, which is exactly why I'm wrapping it around an
eval in the first place..
Ed
