Skip Menu |

This queue is for tickets about the version CPAN distribution.

Report information
The Basics
Id: 56737
Status: resolved
Priority: 0/
Queue: version

People
Owner: jpeacock [...] cpan.org
Requestors: frank.wiegand [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.18



Subject: [patch] POD nit
The attached patch against 0.82 fixes some POD, which renders not as intended (at least using perldoc and search.cpan.org). Thanks, Frank
Subject: version.pod.patch
diff --git a/lib/version.pod b/lib/version.pod index a8cded8..3803abd 100644 --- a/lib/version.pod +++ b/lib/version.pod @@ -210,7 +210,7 @@ C<is_strict()> are not sufficient for your needs. =head2 How to compare version objects -Version objects overload the C<cmp> and C<< E<lt>=E<gt> >> operators. Perl +Version objects overload the C<cmp> and C<< <=> >> operators. Perl automatically generates all of the other comparison operators based on those two so all the normal logical comparisons will work.
Will be in next release (sorry I missed it for the most recent release)