[Module-build-checkins] Module-Build Changes,1.422,1.423
Status: Beta
Brought to you by:
kwilliams
From: Randy W. S. <si...@us...> - 2006-02-21 02:23:04
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24242 Modified Files: Changes Log Message: On Windows, remove the pl2bat generated 'Build.bat' script without the annoying "The batch file cannot be found." error. Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.422 retrieving revision 1.423 diff -u -d -r1.422 -r1.423 --- Changes 16 Feb 2006 16:34:02 -0000 1.422 +++ Changes 21 Feb 2006 02:22:56 -0000 1.423 @@ -2,6 +2,10 @@ 0.27_08 + - On Windows, remove the pl2bat generated 'Build.bat' script without + the annoying "The batch file cannot be found." error. [Solution + provided by RazTK and foxidrive on newsgroup alt.msdos.batch] + - Our version comparisons should now work correctly with modules that use version.pm to delcare their versions (e.g. "our $VERSION = version->new('1.0.0')"). [John Peacock and Ron Savage] |