From: apeiron Date: Fri, 19 Feb 2010 16:19:41 +0000 (+0000) Subject: Fix misplaced apostrophe X-Git-Tag: 1.006009~47 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2b0c5513e9218be51166d1c56e9f60b2cdf55d29;p=p5sagit%2Flocal-lib.git Fix misplaced apostrophe git-svn-id: http://dev.catalyst.perl.org/repos/bast/local-lib/1.000/trunk@8764 bd8105ee-0ff8-0310-8827-fb3f25b6796d --- diff --git a/lib/local/lib.pm b/lib/local/lib.pm index e1d521e..2e0b713 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -397,7 +397,7 @@ In code - From the shell - - # Install LWP and it's missing dependencies to the 'my_lwp' directory + # Install LWP and its missing dependencies to the 'my_lwp' directory perl -MCPAN -Mlocal::lib=my_lwp -e 'CPAN::install(LWP)' # Install LWP and *all non-core* dependencies to the 'my_lwp' directory