X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fblib.pm;h=45ccd9b5184509d4c3f515980cdd5689c318c00f;hb=cca8f13b7a786baee2df1fba298a1923907c3bad;hp=df20add94c1b646c93508f965d1102d12ee463d7;hpb=e69a2255d0db4d110e403864fcb97407ce8e4ff9;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/blib.pm b/lib/blib.pm index df20add..45ccd9b 100644 --- a/lib/blib.pm +++ b/lib/blib.pm @@ -16,7 +16,7 @@ Looks for MakeMaker-like I<'blib'> directory structure starting in I (or current directory) and working back up to five levels of '..'. Intended for use on command line with B<-M> option as a way of testing -arbitary scripts against an uninstalled version of a package. +arbitrary scripts against an uninstalled version of a package. However it is possible to : @@ -40,7 +40,7 @@ use Cwd; use File::Spec; use vars qw($VERSION $Verbose); -$VERSION = '1.02'; +$VERSION = '1.03'; $Verbose = 0; sub import