[Module-build-checkins] Module-Build Changes,1.370,1.371
Status: Beta
Brought to you by:
kwilliams
|
From: Ken W. <kwi...@us...> - 2005-08-29 22:19:34
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27343 Modified Files: Changes Log Message: Pass through a no_index parameter to the META.yml Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.370 retrieving revision 1.371 diff -u -d -r1.370 -r1.371 --- Changes 29 Aug 2005 11:38:15 -0000 1.370 +++ Changes 29 Aug 2005 22:19:24 -0000 1.371 @@ -2,6 +2,10 @@ 0.27_03 + - If the user passes a no_index parameter to our constructor, we now + pass that through when building the META.yml file. [Richard + Soderberg, RT #9603] + - 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 |