From 345e23944176348809d2be92e05ba6856a5c0ebc Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Mon, 5 Oct 2009 23:42:38 -0400 Subject: A number of pod fixes found by podcheck.t --- lib/Carp.pm | 2 +- lib/version/Internals.pod | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) (limited to 'lib') diff --git a/lib/Carp.pm b/lib/Carp.pm index 0c698604d2..503da3edb7 100644 --- a/lib/Carp.pm +++ b/lib/Carp.pm @@ -463,7 +463,7 @@ Example of use: This would make C report the error as coming from a caller not in C, nor from C. -Also read the L section above, about how C decides +Also read the L section above, about how C decides where the error is reported from. Use C<@CARP_NOT>, instead of C<$Carp::CarpLevel>. diff --git a/lib/version/Internals.pod b/lib/version/Internals.pod index 5ff365e276..6228da17d8 100644 --- a/lib/version/Internals.pod +++ b/lib/version/Internals.pod @@ -21,14 +21,14 @@ There are actually two distinct kinds of version objects: =over 4 -=item * Decimal Versions +=item Decimal Versions Any version which "looks like a number", see L. This also includes versions with a single decimal point and a single embedded underscore, see L, even though these must be quoted to preserve the underscore formatting. -=item * Dotted-Decimal Versions +=item Dotted-Decimal Versions Also referred to as "Dotted-Integer", these contains more than one decimal point and may have an optional embedded underscore, see L or C, @@ -472,7 +472,7 @@ down to the same internal representation as well as stringification. =over 4 -=item * Comparison operators +=item Comparison operators Both C and C=E> operators perform the same comparison between terms (upgrading to a version object automatically). Perl automatically @@ -509,7 +509,7 @@ L with multiple decimal points. =over 4 -=item * Logical Operators +=item Logical Operators If you need to test whether a version object has been initialized, you can simply test it directly: -- cgit v1.2.1