From: Andy Lester Date: Thu, 28 Jul 2005 14:10:43 +0000 (-0500) Subject: Fix English error in overload.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7adf7a021c614ccf36e9216ce29d1eafb15992bf;p=p5sagit%2Fp5-mst-13.2.git Fix English error in overload.pm Message-ID: <20050728191043.GC607@petdance.com> p4raw-id: //depot/perl@25242 --- diff --git a/lib/overload.pm b/lib/overload.pm index 71b550a..da290dd 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 or a reference to the method that implements C. =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 +and C functions. These functions take a hash as an argument. The recognized keys of this hash -are +are: =over 8