Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.62 ExtUtils::MM_Win32Chapter 8
Standard Modules
Next: 8.64 ExtUtils::testlib
 

8.63 ExtUtils::Packlist

Manages .packlist files. Supports an extended .packlist format. The original format is a list of absolute pathnames, one pathname per line. In the extended format, each line can also contain a list of attributes as key/value pairs, which are used by the installperl script. For example:

/usr/local/bin/perl from=/usr/local/pbeta/bin/perl5.005 type=link
/usr/local/bin/perl5.005 type=file
/usr/local/lib/perl5/5.005/AnyDBM_File.pm type=file
Also see ExtUtils::Installed.


Previous: 8.62 ExtUtils::MM_Win32Perl in a NutshellNext: 8.64 ExtUtils::testlib
8.62 ExtUtils::MM_Win32Book Index8.64 ExtUtils::testlib