[Module-build-checkins] Module-Build Changes,1.406,1.407
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-01-12 23:39:20
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26513 Modified Files: Changes Log Message: Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.406 retrieving revision 1.407 diff -u -d -r1.406 -r1.407 --- Changes 29 Dec 2005 01:45:12 -0000 1.406 +++ Changes 12 Jan 2006 23:39:11 -0000 1.407 @@ -7,6 +7,12 @@ the test scripts' loading Test::More beforehand. Fixed. [Spotted by Yitzchak Scott-Thoennes] + - In various test scripts, we were outputting some strings that + weren't strictly conformant with Test::Harness's expected input, + though it didn't actually cause problems. Now we're more + conformant, though not yet strict. [Spotted by Yitzchak + Scott-Thoennes] + 0.27_04 Fri Dec 23 10:43:34 CST 2005 - Removed experimental feature that extended the prerequisite system @@ -19,7 +25,7 @@ actually installed. [David Wheeler] - Clarified the directory name that's created during the 'distdir' - action. [Suggested by Typler MacDonald] + action. [Suggested by Tyler MacDonald] - Fixed a bug when creating the META.yml file without the help of YAML.pm - some common strings weren't quoted & escaped properly. |