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
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
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
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
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