Help for this page
h2xs -X -n Foo::Bar produces; ... use Foo::Bar; it of course is not found, you need use Foo::Bar::Bar;
Foo/Bar.pm