[Module-build-checkins] Module-Build Changes,1.299.2.39,1.299.2.40
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-03-10 04:50:24
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1079 Modified Files: Tag: release-0_26_branch Changes Log Message: Add README & Makefile.PL to MANIFEST when they're autogenerated Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.39 retrieving revision 1.299.2.40 diff -u -d -r1.299.2.39 -r1.299.2.40 --- Changes 4 Mar 2005 03:25:36 -0000 1.299.2.39 +++ Changes 10 Mar 2005 04:50:12 -0000 1.299.2.40 @@ -26,6 +26,11 @@ - The 'distcheck' action will now die() if it finds an error in the MANIFEST, rather than just printing on STDOUT. [David Golden] + - When the README and/or Makefile.PL are autogenerated using + create_readme or create_makefile_pl, we now automatically make sure + they're also listed in the MANIFEST file. [Suggested by Michael + Schwern] + - Got rid of the t/MANIFEST file - it's superfluous, and it had zero-length, which some versions of Tar don't like. [William Underwood] |