From a4e5855509e3f1bce04daa77229a7d0c8df01f11 Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 11 Oct 1998 17:27:33 +0000 Subject: [PATCH] Fix minor bogon pointed out by perl5's own perldoc. --- contrib/perl5/lib/ExtUtils/Liblist.pm | 4 ++-- 1 file 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, but authors +Note that the C<-L> and C<-l> prefixes are B, 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.