http://www.perlmonks.org?node_id=39524


in reply to Module Building and h2xs

I usually do h2xs -X -n Foo-Bar and then rename `Foo-Bar.pm' to Bar.pm and put it in the right spot. That way when you make a tarball out of the directory, it's not named `Foo.tgz', which only gives you the toplevel name (a real no-no if you're writing, say, HTML::Quux).

-dlc