diff options
author | gene sullivan <genesullivan50@yahoo.com> | 2011-03-28 20:42:16 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-03-28 20:42:16 -0700 |
commit | 7ed767c4f73bcf92271ff2ed712ab78daeac25f5 (patch) | |
tree | 6d20360a39432189d7e3a747f7517d98f7b156c0 /dist/bignum | |
parent | 8e71069ff4d55ae1ebf5da957f031d91cb878cb6 (diff) | |
download | perl-7ed767c4f73bcf92271ff2ed712ab78daeac25f5.tar.gz |
[perl #87216] POD typo in bigint, bignum and bigrat pragmas
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.
Diffstat (limited to 'dist/bignum')
-rw-r--r-- | dist/bignum/lib/bigint.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/bignum.pm | 2 | ||||
-rw-r--r-- | dist/bignum/lib/bigrat.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dist/bignum/lib/bigint.pm b/dist/bignum/lib/bigint.pm index 7980387a33..42deef5dd5 100644 --- a/dist/bignum/lib/bigint.pm +++ b/dist/bignum/lib/bigint.pm @@ -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 diff --git a/dist/bignum/lib/bignum.pm b/dist/bignum/lib/bignum.pm index a7cd9777c1..96d2e06dd0 100644 --- a/dist/bignum/lib/bignum.pm +++ b/dist/bignum/lib/bignum.pm @@ -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 diff --git a/dist/bignum/lib/bigrat.pm b/dist/bignum/lib/bigrat.pm index 5af53cd243..651733724f 100644 --- a/dist/bignum/lib/bigrat.pm +++ b/dist/bignum/lib/bigrat.pm @@ -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 |