bump Tie-File's test version to match the module version
authorTony Cook <tony@develop-help.com>
Mon, 18 Mar 2013 23:52:02 +0000 (10:52 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 18 Mar 2013 23:52:02 +0000 (10:52 +1100)
dist/Tie-File/t/00_version.t

index 84f326d..65e55f9 100644 (file)
@@ -2,7 +2,7 @@
 
 print "1..1\n";
 
-my $testversion = "0.98";
+my $testversion = "0.99";
 use Tie::File;
 
 if ($Tie::File::VERSION != $testversion) {