in reply to Testing sub-module existence
eval { require Foo::Bar }; die "Foo::Bar didn't load right, man" unless $Foo::Bar::VERSION; [download]
-sam