[perl #87216] POD typo in bigint, bignum and bigrat pragmas
authorgene sullivan <genesullivan50@yahoo.com>
Tue, 29 Mar 2011 03:42:16 +0000 (20:42 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 29 Mar 2011 03:42:16 +0000 (20:42 -0700)
The POD has a typo in the following three pragmas:
    bigint
    bignum
    bigrat

The typo is similar for each pragma: CAVAETS should be changed to CAVEATS.

dist/bignum/lib/bigint.pm
dist/bignum/lib/bignum.pm
dist/bignum/lib/bigrat.pm

index 7980387..42deef5 100644 (file)
@@ -594,7 +594,7 @@ Using methods that do not modify, but testthe contents works:
 See the documentation about the copy constructor and C<=> in overload, as
 well as the documentation in BigInt for further details.
 
-=head1 CAVAETS
+=head1 CAVEATS
 
 =over 2
 
index a7cd977..96d2e06 100644 (file)
@@ -600,7 +600,7 @@ numbers or as a result of 0/0. '+inf' and '-inf' represent plus respectively
 minus infinity. You will get '+inf' when dividing a positive number by 0, and
 '-inf' when dividing any negative number by 0.
 
-=head1 CAVAETS
+=head1 CAVEATS
 
 =over 2
 
index 5af53cd..6517337 100644 (file)
@@ -503,7 +503,7 @@ This prints out the name and version of all modules used and then exits.
 
 =back
 
-=head1 CAVAETS
+=head1 CAVEATS
 
 =over 2