[Module-build-checkins] Module-Build Changes,1.421,1.422 INSTALL,1.5,1.6
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-02-16 16:34:10
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5472 Modified Files: Changes INSTALL Log Message: Suggest perl -V:make Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.421 retrieving revision 1.422 diff -u -d -r1.421 -r1.422 --- Changes 16 Feb 2006 04:32:07 -0000 1.421 +++ Changes 16 Feb 2006 16:34:02 -0000 1.422 @@ -9,6 +9,10 @@ - We now create a Build.bat script on versions of Windows where it makes sense. [Yves] + - Fixed the verbiage around choosing the correct make-alike on + different platforms to suggest using 'perl -V:make'. [Suggested by + anonymous user] + 0.27_07 Wed Feb 1 20:07:45 CST 2006 - The notes() method now returns the new value when called with two Index: INSTALL =================================================================== RCS file: /cvsroot/module-build/Module-Build/INSTALL,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- INSTALL 11 Jan 2004 04:14:50 -0000 1.5 +++ INSTALL 16 Feb 2006 16:34:02 -0000 1.6 @@ -22,8 +22,9 @@ make test make install (this step may need to be done as the superuser) -Substitute "nmake" or "gmake" for "make" if you prefer using some -other make-alike on your platform. +Substitute "nmake" or "gmake" for "make" if you use some other +make-alike on your platform - 'perl -V:make' can tell you what you +should use. I recommend using the Build.PL option. If you use the Makefile.PL option, you'll actually be using the Build.PL option under the surface |