Re: [perl #40216] SelfLoader::croak doesn't protect $@ from being clobbered by require
[p5sagit/p5-mst-13.2.git] / lib / blib.pm
index df20add..45ccd9b 100644 (file)
@@ -16,7 +16,7 @@ Looks for MakeMaker-like I<'blib'> directory structure starting in
 I<dir> (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