From: Jesse Vincent Date: Sun, 14 Mar 2010 21:42:56 +0000 (+0000) Subject: several typos in perldelta X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4655b0a1efb032ae8ae452f830a36d238d5fa264;p=p5sagit%2Fp5-mst-13.2.git several typos in perldelta --- diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 2088d72..7e772cb 100644 --- a/pod/perl5120delta.pod +++ b/pod/perl5120delta.pod @@ -39,7 +39,7 @@ C<$VERSION> is set at compile time =item * C<$VERSION> is a version object that provides proper overloading of -comparision operators so comparing C<$VERSION> to decimal (1.23) or +comparison operators so comparing C<$VERSION> to decimal (1.23) or dotted-decimal (v1.2.3) version numbers works correctly. =item * @@ -2283,7 +2283,7 @@ F now supports C subroutines. Additionally, the debugger no F now uses C<%Module::CoreList::bug_tracker> to print out upstream bug tracker URLs. If a user identifies a particular module -as the topic of their bug report and we're able to divine ithe URL for +as the topic of their bug report and we're able to divine the URL for its upstream bug tracker, perlbug now provide a message to the user explaining that the core copies the CPAN version directly, and provide the URL for reporting the bug directly to the upstream author. @@ -2800,7 +2800,7 @@ will no longer be dropped under race conditions. =item * -Perl now suppoorts IPv6 on cygwin 1.7 and newer. +Perl now supports IPv6 on cygwin 1.7 and newer. =back