[Module-build-checkins] Module-Build Changes,1.405,1.406
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-12-29 01:45:21
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25745 Modified Files: Changes Log Message: Fix the loading from t/lib Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.405 retrieving revision 1.406 diff -u -d -r1.405 -r1.406 --- Changes 23 Dec 2005 16:46:50 -0000 1.405 +++ Changes 29 Dec 2005 01:45:12 -0000 1.406 @@ -1,5 +1,12 @@ Revision history for Perl extension Module::Build. +0.27_05 + + - In t/common.pl, we were attempting to let the user's installed + Test::More take precedence over ours, but getting thwarted by all + the test scripts' loading Test::More beforehand. Fixed. [Spotted + by Yitzchak Scott-Thoennes] + 0.27_04 Fri Dec 23 10:43:34 CST 2005 - Removed experimental feature that extended the prerequisite system |