[Module-build-checkins] Module-Build Changes,1.369,1.370
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-08-29 11:38:26
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5198 Modified Files: Changes Log Message: Obscurify a VERSION-related line to hide it from VERSION-finding regexes Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.369 retrieving revision 1.370 diff -u -d -r1.369 -r1.370 --- Changes 11 Aug 2005 01:58:10 -0000 1.369 +++ Changes 29 Aug 2005 11:38:15 -0000 1.370 @@ -2,6 +2,11 @@ 0.27_03 + - Some versions of MakeMaker, CPANPLUS, and/or PAUSE thought that a + certain line of our code was declaring a $VERSION when we didn't + intend to. The line has been obscurified so they won't think that + anymore. [Jos Boumans, RT #14226] + - We now use ExtUtils::CBuilder to do all compiling of C code (for example, when compiling XS modules). (This change actually occurred in 0.27_01, but it was mistakenly omitted from the Changes |