[Module-build-checkins] Module-Build Changes,1.299.2.33,1.299.2.34
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-02-06 13:45:27
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19294 Modified Files: Tag: release-0_26_branch Changes Log Message: die() in 'distcheck' if MANIFEST is out of sync Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.299.2.33 retrieving revision 1.299.2.34 diff -u -d -r1.299.2.33 -r1.299.2.34 --- Changes 6 Feb 2005 13:26:16 -0000 1.299.2.33 +++ Changes 6 Feb 2005 13:44:46 -0000 1.299.2.34 @@ -11,6 +11,9 @@ perl lib, and big trouble ensues. To fix this, we now set $^X to the value of Module::Build->find_perl_interpreter(). + - The 'distcheck' action will now die() if it finds an error in the + MANIFEST, rather than just printing on STDOUT. [David Golden] + 0.2608 Wed Jan 26 19:46:09 CST 2005 - Add workaround for test files because Devel::Cover causes |