summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2012-06-19 01:27:21 -0500
committerJesse Luehrs <doy@tozt.net>2012-06-19 01:29:55 -0500
commit18a66a2dc5d6ff1bfd56ba70b275b133fbf4fabb (patch)
tree1f59fb1a9361b2c3fdeba6fe51559bea7b050d94
parentd5f3e9576eacf894fda758423966aa870919a657 (diff)
downloadperl-18a66a2dc5d6ff1bfd56ba70b275b133fbf4fabb.tar.gz
consistency
-rw-r--r--pod/perldelta.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index bfc4bf4d3a..0a8dbc8767 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -159,7 +159,7 @@ L<B> has been upgraded from version 1.35 to 1.36.
C<B::COP::stashlen> has been replaced with C<B::COP::stashoff>.
-C<B::COP::stashpv> now supports UTF8 package names and embedded nulls.
+C<B::COP::stashpv> now supports UTF8 package names and embedded NULs.
=item *
@@ -603,7 +603,7 @@ a severe performance penalty in edge cases. This has been fixed
The "Can't find an opnumber" message that C<prototype> produces when passed
a string like "CORE::nonexistent_keyword" now passes UTF8 and embedded
-nuls through unchanged [perl #97478].
+NULs through unchanged [perl #97478].
=item *