in reply to Finally a first version of my Module! Questions...
It's probably easiest to create an "empty" source tree using h2xs and then copy the code from your .pm file into the template in the new tree (and fill in the documentation).
When you've done that, you can run the usual
to create the distribution tarball.perl Makefile.PL make make test make dist
Also, you don't need to register a namespace. You can if you want to, but it's not required.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Finally a first version of my Module! Questions...
by glasswalk3r (Friar) on Sep 16, 2007 at 18:01 UTC |