[Module-build-checkins] Module-Build Changes,1.430,1.431
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-02 21:28:14
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15030 Modified Files: Changes Log Message: Obfuscate one of our constructs that uses a $VERSION variable Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.430 retrieving revision 1.431 diff -u -d -r1.430 -r1.431 --- Changes 2 Mar 2006 21:15:20 -0000 1.430 +++ Changes 2 Mar 2006 21:28:09 -0000 1.431 @@ -27,6 +27,10 @@ - Fix detection of $VERSION expressions that are not assignments. [Spotted by Chris Dolan] + - Obfuscate one of our constructs that uses a $VERSION variable, + because it was getting picked up by ExtUtils::MakeMaker's + version-finder. [Spotted by Randal Schwartz] + - The config_data script for querying and/or setting a module's config data was forgetting to call write() after setting config values (though setting feature values was working fine). |