diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 21:42:56 +0000 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2010-03-14 21:42:56 +0000 |
commit | 4655b0a1efb032ae8ae452f830a36d238d5fa264 (patch) | |
tree | 86b432842cae3bbcae2bc8f84a227c15c2aafbbc /pod/perl5120delta.pod | |
parent | b7569deb825abe0814411c06d6990b49bb917a6d (diff) | |
download | perl-4655b0a1efb032ae8ae452f830a36d238d5fa264.tar.gz |
several typos in perldelta
Diffstat (limited to 'pod/perl5120delta.pod')
-rw-r--r-- | pod/perl5120delta.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perl5120delta.pod b/pod/perl5120delta.pod index 2088d72831..7e772cb1f7 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<perl5db.pl> now supports C<LVALUE> subroutines. Additionally, the debugger no F<perlbug> 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 |