Hello,

http://mathforum.org/~ken/perl_modules.html#skel
 has an example for using h2xs to create your base files for a module.

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?


Secondly:
If I was making a module that is in under the main name space like I'd change (in the example at the url above) NewModule to NewModule::Foo in the h2xs command.


Would I still simply do whatever is needed in answer to the first question, to make it so, once installed via CPAN it would be installed as /NewModule/Foo.pm ?

TIA

Lee.M - JupiterHost.Net

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to