Paul Hendryx ([EMAIL PROTECTED]) said something to this effect on 04/27/2001:
> Is there documentation somewhere about how to create a distribution file for
> a new module?  I would like to share my modules with CPAN, but dont know
> where to start.  Any help would be greatly appriciated.

Try h2xs. A pure perl module, with a Makefile.PL and all the
other goodies, comes from h2xs -A -X -n ModuleName. This will
include all the appropriate targets to make the tarball for
distribution once the module is finished (make tardist).

perldoc h2xs will tell you it is for "convert[ing] .h C header files
to Perl extensions", but it does a whole lot more as well.

(darren)

-- 
Reality is that which, when you stop believing in it, doesn't go away.
    -- Philip K. Dick

Reply via email to