[Module-build-checkins] Module-Build Changes,1.442,1.443
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-18 02:35:36
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv662 Modified Files: Changes Log Message: Add create_packlist property Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.442 retrieving revision 1.443 diff -u -d -r1.442 -r1.443 --- Changes 16 Mar 2006 09:39:53 -0000 1.442 +++ Changes 18 Mar 2006 02:35:32 -0000 1.443 @@ -1,6 +1,11 @@ Revision history for Perl extension Module::Build. -0.27_10 +0.27_11 + + - Added the create_packlist property, default true, which controls + whether packlist files will be written during installation. This + was already part of Module::Build 0.2609, but for some reason we've + forgotten it in the 0.27_xx series. [Spotted by Steve Kirkup] - Document the versions of Module::Build where each feature, action, constructor argument, and method was first publicly documented. |