[Module-build-checkins] Module-Build Changes,1.401,1.402
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2005-12-01 02:11:16
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10706 Modified Files: Changes Log Message: Fix UNINST=1 Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.401 retrieving revision 1.402 diff -u -d -r1.401 -r1.402 --- Changes 29 Nov 2005 05:18:40 -0000 1.401 +++ Changes 1 Dec 2005 02:11:06 -0000 1.402 @@ -15,6 +15,10 @@ YAML.pm - some common strings weren't quoted & escaped properly. Now only some uncommon ones are. [Spotted by Joshua ben Jore] + - Fixed a bug in which an "UNINST=1" argument specified to a + passthrough Makefile's "make install" wasn't actually seen by + Module::Build. + - Rather than dying when the Build script is run from the wrong directory, it now simply chdir()s into the right directory and keeps going. [Suggested by Dominique Quatravaux] |