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.