From: Torsten Raudssus Date: Tue, 22 Mar 2011 18:34:59 +0000 (+0100) Subject: Fixed typo X-Git-Tag: 1.008007~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=d4ccf2eafc8ae8185ff6136db3093c181c2bffca Fixed typo --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 87d1869..ffed3ea 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -645,7 +645,7 @@ C, you can use this: set PATH=C:\DOCUME~1\ADMINI~1\perl5\bin;%PATH% ### To set the environment for this shell alone - C:\>perl -Mlocal::lib > %TEMP%\tmp.bat && %TEMP%\tmp.bat && del %TEMP%\temp.bat + C:\>perl -Mlocal::lib > %TEMP%\tmp.bat && %TEMP%\tmp.bat && del %TEMP%\tmp.bat ### instead of $(perl -Mlocal::lib=./) If you want the environment entries to persist, you'll need to add then to the