Re: h2xs newbie

2004-05-18 Thread JupiterHost.Net
Randy W. Sims wrote: JupiterHost.Net wrote: 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

Re: h2xs newbie

2004-05-16 Thread Randy W. Sims
JupiterHost.Net wrote: 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 mak

Re: h2xs newbie

2004-05-16 Thread JupiterHost.Net
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! Th

Re: h2xs newbie

2004-05-16 Thread Jeff 'japhy' Pinyan
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 -- Jeff "japhy" Pinyan [EMA

h2xs newbie

2004-05-16 Thread JupiterHost.Net
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