This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bump blib::VERSION after 3f9bb6b
authorFlorian Ragwitz <rafl@debian.org>
Wed, 1 Sep 2010 02:41:39 +0000 (04:41 +0200)
committerFlorian Ragwitz <rafl@debian.org>
Wed, 1 Sep 2010 02:42:27 +0000 (04:42 +0200)
lib/blib.pm

index 63855cb..b3ee320 100644 (file)
@@ -12,16 +12,16 @@ blib - Use MakeMaker's uninstalled version of a package
 
 =head1 DESCRIPTION
 
 
 =head1 DESCRIPTION
 
-Looks for MakeMaker-like I<'blib'> directory structure starting in 
+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
 arbitrary scripts against an uninstalled version of a package.
 
 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
 arbitrary scripts against an uninstalled version of a package.
 
-However it is possible to : 
+However it is possible to :
 
 
- use blib; 
- or 
+ use blib;
+ or
  use blib '..';
 
 etc. if you really must.
  use blib '..';
 
 etc. if you really must.
@@ -40,7 +40,7 @@ use Cwd;
 use File::Spec;
 
 use vars qw($VERSION $Verbose);
 use File::Spec;
 
 use vars qw($VERSION $Verbose);
-$VERSION = '1.05';
+$VERSION = '1.06';
 $Verbose = 0;
 
 sub import
 $Verbose = 0;
 
 sub import