Fix minor bogon pointed out by perl5's own perldoc.

This commit is contained in:
Mark Murray 1998-10-11 17:27:33 +00:00
parent 24cafe721c
commit a4e5855509
1 changed files with 2 additions and 2 deletions

View File

@ -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.