From: Rafael Garcia-Suarez Date: Thu, 22 Jul 2004 11:32:16 +0000 (+0000) Subject: Grammar fix by Paul Johnson. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=16d98ec5dcfd1b1e737a03c74580074d0c15ee66;p=p5sagit%2Fp5-mst-13.2.git Grammar fix by Paul Johnson. p4raw-id: //depot/perl@23148 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0d5abdc..2df7724 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -790,7 +790,7 @@ L. may either mean that you upgraded your version of perl to one that is incompatible with your old dynamic extensions (which is known to happen between major versions of perl), or (more likely) that your dynamic -extension was build against an older version of the library that is +extension was built against an older version of the library that is installed on your system. You may need to rebuild your old dynamic extensions.