aboutsummaryrefslogtreecommitdiff
path: root/contrib/perl5/lib
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/lib')
-rw-r--r--contrib/perl5/lib/ExtUtils/Liblist.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/perl5/lib/ExtUtils/Liblist.pm b/contrib/perl5/lib/ExtUtils/Liblist.pm
index b072c1292c7f..c32d452b706d 100644
--- a/contrib/perl5/lib/ExtUtils/Liblist.pm
+++ b/contrib/perl5/lib/ExtUtils/Liblist.pm
@@ -2,7 +2,7 @@ package ExtUtils::Liblist;
use vars qw($VERSION);
# Broken out of MakeMaker from version 4.11
-$VERSION = substr q$Revision: 1.25 $, 10;
+$VERSION = substr q$Revision: 1.1.1.1 $, 10;
use Config;
use Cwd 'cwd';
@@ -651,7 +651,7 @@ library to search for otherwise. The C<$Config{lib_ext}> suffix will
be appended to any entries that are not directories and don't already have
the suffix.
-Note that the C<-L> and <-l> prefixes are B<not required>, but authors
+Note that the C<-L> and C<-l> prefixes are B<not required>, but authors
who wish their extensions to be portable to Unix or OS/2 should use the
prefixes, since the Unix-OS/2 version of ext() requires them.