Scripts Category CPAN


ScriptnameREADME
HtmlDiff-2.1  
MkMSOfficeIndex-3.0  
XbiffPOP3  
find_used_modules.gz find_used_modules looks over your entire system and figures out
which modules people are using. It then builds a perl script that
can be used to test to make sure that all those modules are
available.
The purpose of all this is to allow perl to be upgraded without
breaking too many installed perl programs.
sdist This script builds a Makefile.PL for perl scripts, together with
the necessary files to make a distribution. Installing scripts then
follows the same procedure as for modules:
perl Makefile.PL
make
make test
make install
with the distribution itself being made via
make dist
or
make zipdist
which builds a tar.gz or zip distribution, respectively.
More complete documentation on its use, including how t...

Kurt Starsinic
Last modified: Tue Feb 15 14:57:02 2000