summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-20 11:56:54 -0400
committerJesse Vincent <jesse@bestpractical.com>2009-10-20 11:56:54 -0400
commit70ec46731ef1c5ad66aa2b049e0e67633b825801 (patch)
tree8bae87a84f034bb53674733fdb5ada76f3953697
parent929e68c69d3c57a416eabb6f7226a6270d7a5162 (diff)
downloadperl-70ec46731ef1c5ad66aa2b049e0e67633b825801.tar.gz
pod nits from nicholas and zefram
-rw-r--r--pod/perl5111delta.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod
index 17d0d0c77c..2bad8e47b0 100644
--- a/pod/perl5111delta.pod
+++ b/pod/perl5111delta.pod
@@ -61,9 +61,9 @@ Alpha versions with underscores do not need to be quoted; static
parsing will preserve the underscore, but during compilation, Perl
will remove underscores as it does for all numeric literals
-It does not break old code with only 'package NAME', but code that uses
-'package NAME VERSION' will need to be restricted to perl 5.11.X or newer
-This is analogous to the change to open() from two-args to three-args.
+It does not break old code with only C<package NAME>, but code that uses
+C<package NAME VERSION> will need to be restricted to perl 5.11.X or newer
+This is analogous to the change to C<open> from two-args to three-args.
Users requiring the latest Perl will benefit, and perhaps N years from
now it will become standard practice when Perl 5.12 is targeted the way
that 5.6 is today.