Update of /cvsroot/module-build/Module-Build/lib/Module
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28542/lib/Module
Modified Files:
Tag: release-0_26_branch
Build.pm
Log Message:
Add a create_packlist property, default true, that lets users avoid creating packlists
Index: Build.pm
===================================================================
RCS file: /cvsroot/module-build/Module-Build/lib/Module/Build.pm,v
retrieving revision 1.164.2.10
retrieving revision 1.164.2.11
diff -u -d -r1.164.2.10 -r1.164.2.11
--- Build.pm 6 Jan 2005 01:03:38 -0000 1.164.2.10
+++ Build.pm 2 Mar 2005 23:11:49 -0000 1.164.2.11
@@ -427,6 +427,18 @@
recommended style for writing a README, but it seems to be one common
one used on the CPAN.
+=item create_packlist
+
+If true, this parameter tells Module::Build to create a F<.packlist>
+file during the C<install> action, just like ExtUtils::MakeMaker does.
+The file is created in a subdirectory of the C<arch> installation
+location. It is used by some other tools (CPAN, CPANPLUS, etc.) for
+determining what files are part of an install.
+
+The default value is true. This parameter was introduced in
+Module::Build version 0.2609; previously no packlists were ever
+created by Module::Build.
+
=item c_source
An optional C<c_source> argument specifies a directory which contains
|