Lower version.pm version
authorFather Chrysostomos <sprout@cpan.org>
Tue, 4 Dec 2012 01:27:22 +0000 (17:27 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 4 Dec 2012 01:27:22 +0000 (17:27 -0800)
Commit 4a7557453 increased the version when modifying a test, but
without updating other tests that check the version number.

Since modifying a test does not affect what gets installed, it was
not actually necessary to change the version number.

lib/version.pm

index 27774bd..286dc79 100644 (file)
@@ -6,7 +6,7 @@ use strict;
 
 use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv);
 
-$VERSION = 0.9902;
+$VERSION = 0.9901;
 
 $CLASS = 'version';