summaryrefslogtreecommitdiff
path: root/lib/overload.pm
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2005-07-28 09:10:43 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-07-29 07:19:11 +0000
commit7adf7a021c614ccf36e9216ce29d1eafb15992bf (patch)
tree09325d8b766cf09fc439f79d58e03a2b064cc632 /lib/overload.pm
parent6b275a1faab554e85a79bafae9c99ec0d6ed3d18 (diff)
downloadperl-7adf7a021c614ccf36e9216ce29d1eafb15992bf.tar.gz
Fix English error in overload.pm
Message-ID: <20050728191043.GC607@petdance.com> p4raw-id: //depot/perl@25242
Diffstat (limited to 'lib/overload.pm')
-rw-r--r--lib/overload.pm10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/overload.pm b/lib/overload.pm
index 71b550ad53..da290ddc3a 100644
--- a/lib/overload.pm
+++ b/lib/overload.pm
@@ -170,7 +170,7 @@ __END__
=head1 NAME
-overload - Package for overloading perl operations
+overload - Package for overloading Perl operations
=head1 SYNOPSIS
@@ -717,12 +717,12 @@ Returns C<undef> or a reference to the method that implements C<op>.
=head1 Overloading constants
-For some application Perl parser mangles constants too much. It is possible
-to hook into this process via overload::constant() and overload::remove_constant()
-functions.
+For some applications, the Perl parser mangles constants too much.
+It is possible to hook into this process via the C<overload::constant()>
+and C<overload::remove_constant()> functions.
These functions take a hash as an argument. The recognized keys of this hash
-are
+are:
=over 8