Skip Menu |

This queue is for tickets about the Sort-Versions CPAN distribution.

Report information
The Basics
Id: 89433
Status: resolved
Priority: 0/
Queue: Sort-Versions

People
Owner: NEILB [...] cpan.org
Requestors: PLICEASE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 1.3
  • 1.4
  • 1.5
Fixed in: 1.60



Subject: POD errors
This patch fixes the POD errors that are reported by perldoc and metacpan.
Subject: encoding.diff
diff --git a/Versions.pm b/Versions.pm index 56a1ed1..f94cc1b 100644 --- a/Versions.pm +++ b/Versions.pm @@ -59,6 +59,8 @@ sub versions() { return versioncmp($$caller_a, $$caller_b); } +=encoding utf-8 + =head1 NAME Sort::Versions - a perl 5 module for sorting of revision-like numbers @@ -138,7 +140,7 @@ perl 5.005 and earlier, but its use is deprecated. Ed Avis <ed@membled.com> and Matt Johnson <mwj99@doc.ic.ac.uk> for recent releases; the original author is Kenneth J. Albanowski -<kjahds@kjahds.com>. Thanks to Hack Kampbjørn and Slaven Rezic for +<kjahds@kjahds.com>. Thanks to Hack Kampbjørn and Slaven Rezic for patches and bug reports. Copyright (c) 1996, Kenneth J. Albanowski. All rights reserved. This
Thanks - fixed in 1.60