Revision history for Perl extension IndexData::Utils.
+0.02 Tue Dec 9 17:12:20 UTC 2014
+ - First version containing actual code.
+ - Provides IndexData::Utils::PersistentCounter.
+
0.01 Mon Dec 8 12:18:26 2014
- original version; created by h2xs 1.23 with options
-X IndexData::Utils
NAME=libindexdata-utils-perl
-VERSION=0.01
+VERSION=0.02
DEBIAN_DIST="squeeze wheezy jessie"
UBUNTU_DIST="precise saucy trusty utopic"
CENTOS_DIST="centos5 centos6"
+libindexdata-utils-perl (0.02-1) unstable; urgency=low
+
+ * Upstream.
+
+ -- Mike Taylor <mike@indexdata.com> Tue, 09 Dec 2014 17:12:20 +0000
+
libindexdata-utils-perl (0.01-1) unstable; urgency=low
* Initial Release.
use strict;
use warnings;
-our $VERSION = '0.01';
+our $VERSION = '0.02';
use IndexData::Utils::PersistentCounter;