[Module-build-checkins] Module-Build Changes,1.444,1.445
Status: Beta
Brought to you by:
kwilliams
From: Ken W. <kwi...@us...> - 2006-03-24 23:26:48
|
Update of /cvsroot/module-build/Module-Build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27541 Modified Files: Changes Log Message: Fix some VMS quoting issues and add _backticks() and _quote_args() methods Index: Changes =================================================================== RCS file: /cvsroot/module-build/Module-Build/Changes,v retrieving revision 1.444 retrieving revision 1.445 diff -u -d -r1.444 -r1.445 --- Changes 21 Mar 2006 04:51:33 -0000 1.444 +++ Changes 24 Mar 2006 23:26:40 -0000 1.445 @@ -19,6 +19,11 @@ YAML is installed, because the YAML API and dependency chain have been changing in unfavorable ways lately. [Stephen Adkins] + - Fixed some shell-argument-quoting issues on VMS. In the process, + we have added some support for avoiding tripping over + shell-argument-quoting issues on other platforms too. [Initial + patch by Craig A. Berry] + 0.27_09 Sat Mar 11 22:48:54 EST 2006 - Fixed find_perl_interpreter() so we can find the perl executable |