So here's what it(h2xs) does:
h2xs -X -n Foo::Bar produces; Foo/Bar/Bar.pm with Bar's package name as 'package Foo::Bar' now if you use Foo::Bar; it of course is not found, you need use Foo::Bar::Bar;
What I want is:
Foo/Bar.pm
Am I missing something or does h2xs just work as it appears and I still need to move stuff around by hand to get what I want.
Thanks.
mitd-Made in the Dark
'My favourite colour appears to be grey.'
In reply to Module Building and h2xs by mitd
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |