summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2009-08-22 22:28:19 +0100
committerDavid Mitchell <davem@iabyn.com>2009-08-22 22:28:19 +0100
commit1a2b1ec40398651b4eec31051f44ecc2e0738f9c (patch)
tree7ec586bde34a6cf3c568231d35937d069ea8089f
parent2093ad8b023433f6b00c09d3737eb378cd540501 (diff)
downloadperl-1a2b1ec40398651b4eec31051f44ecc2e0738f9c.tar.gz
micro-tweak perldelta
-rw-r--r--pod/perl5101delta.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perl5101delta.pod b/pod/perl5101delta.pod
index 46449844db..508990c7aa 100644
--- a/pod/perl5101delta.pod
+++ b/pod/perl5101delta.pod
@@ -991,7 +991,7 @@ Empty C<DESTROY> methods are no longer called.
The layout of directories in F<ext> has been revised. Specifically, all
extensions are now flat, and at the top level, with C</> in pathnames
-replaced by C<->, so that F<ext/Data/Dumper/> is now F<ext/Data-Dumper>,
+replaced by C<->, so that F<ext/Data/Dumper/> is now F<ext/Data-Dumper/>,
etc. The names of the extensions as specified to F<Configure>, and as
reported by C<%Config::Config> under the keys C<dynamic_ext>,
C<known_extensions>, C<nonxs_ext> and C<static_ext> have not changed, and
@@ -1008,7 +1008,7 @@ extensions to build.
=head2 Configuration improvements
-if C<vendorlib> and C<vendorarch> are the same, then they are only added to
+If C<vendorlib> and C<vendorarch> are the same, then they are only added to
C<@INC> once.
C<$Config{usedevel}> and the C-level C<PERL_USE_DEVEL> are now defined if
@@ -1497,7 +1497,7 @@ This has been fixed.
=item *
-The B<public> IV and NV flags are now not set if the string value has
+The I<public> IV and NV flags are now not set if the string value has
trailing "garbage". This behaviour is consistent with not setting the
public IV or NV flags if the value is out of range for the type.