In Simon's "Advanced Perl Programming, 2e" there's a quote from
overload.pm that warrants a [sic].  This fixed that.

xoxo,
Andy

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance
diff -pur bleadperl/lib/overload.pm bw/trunk/lib/overload.pm
--- bleadperl/lib/overload.pm   2004-11-04 03:50:57.000000000 -0600
+++ bw/trunk/lib/overload.pm    2005-07-28 11:26:51.000000000 -0500
@@ -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 m
 
 =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 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
 

Reply via email to