From 7ed767c4f73bcf92271ff2ed712ab78daeac25f5 Mon Sep 17 00:00:00 2001 From: gene sullivan Date: Mon, 28 Mar 2011 20:42:16 -0700 Subject: [PATCH] [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. --- dist/bignum/lib/bigint.pm | 2 +- dist/bignum/lib/bignum.pm | 2 +- 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 7980387..42deef5 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 a7cd977..96d2e06 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 5af53cd..6517337 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 -- 2.7.4