summaryrefslogtreecommitdiff
path: root/lib/blib.pm
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2010-09-01 04:41:39 +0200
committerFlorian Ragwitz <rafl@debian.org>2010-09-01 04:42:27 +0200
commit5230ff8e57b55d2bb859cf3281ebffac412f7686 (patch)
tree3a738d5be82fdedb65e3db76a55841fa49cbd21c /lib/blib.pm
parent10cea94582148cd5bcccfa2723247332e1743303 (diff)
downloadperl-5230ff8e57b55d2bb859cf3281ebffac412f7686.tar.gz
Bump blib::VERSION after 3f9bb6b
Diffstat (limited to 'lib/blib.pm')
-rw-r--r--lib/blib.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/blib.pm b/lib/blib.pm
index 63855cb594..b3ee3202b1 100644
--- a/lib/blib.pm
+++ b/lib/blib.pm
@@ -12,16 +12,16 @@ blib - Use MakeMaker's uninstalled version of a package
=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.
-However it is possible to :
+However it is possible to :
- use blib;
- or
+ use blib;
+ or
use blib '..';
etc. if you really must.
@@ -40,7 +40,7 @@ use Cwd;
use File::Spec;
use vars qw($VERSION $Verbose);
-$VERSION = '1.05';
+$VERSION = '1.06';
$Verbose = 0;
sub import