Jeff 'japhy' Pinyan wrote:
On May 16, JupiterHost.Net said:
So the first question is: To create the tar.gz file needed for upload to cpan I simply tar/gz ify the NewModule/ directory, correct?
No.
h2xs ... Foo::Bar cd Foo/Bar # make the module perl Makefile.PL make tardist
Excellent! That gives me a bit more to look into, thanks :)
You might also want to try Andy Lester's Module-Starter which is a replacement for some of the h2xs functionality. Also, in the above, you should probably also run 'make disttest' (MakeMaker) or './Build disttest' (Module::Build) to test your distribution before uploading it.
Randy.
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>