in reply to Starting the development of a module : thoughts

You're missing one of my favorites:
make tardist
Builds the .tar.gz for distribution.

Replies are listed 'Best First'.
Re: Re: Starting the development of a module : thoughts
by runrig (Abbot) on Jun 29, 2001 at 00:44 UTC
    Unless you add some parameters to Makefile.PL (see ExtUtils::MakeMaker), the default (at least where I am) is 'compress' instead of 'gzip' so you end up with a .tar.Z file.