I noticed that a new version was just released but I'd like
to request that the RCS/CVS generated version number in
Date::ICal::Duration
be bumped up, either to something 1.60 or greater or perhaps
just apply the following patch (where I just add 1
to whatever RCS version is reported. Maybe there is a way to request
that the CPAN indexing machine no longer index
R/RB/RBOW/Date-ICal-1.61.tar.gz
as the version 1.6 in that distribution is parsed by CPAN
as 1.60, which is greater that the present version 1.10,
so CPAN reports that my installed Date-ICal-1.68 is
out of date, and I should install Date-ICal-1.61
../lib/Date/ICal/Duration.pm
--- ./lib/Date/ICal/Duration.pm.dist Wed Dec 26 18:07:50 2001
+++ ./lib/Date/ICal/Duration.pm Wed Jan 30 08:58:14 2002
@@ -5,7 +5,7 @@
use Carp;
use vars qw($VERSION );
-$VERSION = (qw'$Revision: 1.10 $')[1];
+$VERSION = 1 + (qw'$Revision: 1.10 $')[1];
# Documentation {{{