Tiny typo in perldelta
authorFather Chrysostomos <sprout@cpan.org>
Tue, 30 Aug 2011 03:19:31 +0000 (20:19 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 30 Aug 2011 03:19:31 +0000 (20:19 -0700)
The fact that I typed a comma for 2 probably bewrays what keyboard
layout I’m using. :-)

pod/perldelta.pod

index fb80764..650d2e2 100644 (file)
@@ -33,7 +33,7 @@ here, but most should go in the L</Performance Enhancements> section.
 
 =head2 More CORE subs are callable through references
 
-Perl 5.15., introduced subroutines in the CORE namespace.  Most of them
+Perl 5.15.2 introduced subroutines in the CORE namespace.  Most of them
 could only be called as barewords; i.e., they could be aliased at compile
 time and then inlined under new names.