From: Tony Cook Date: Mon, 18 Mar 2013 23:52:02 +0000 (+1100) Subject: bump Tie-File's test version to match the module version X-Git-Tag: upstream/5.20.0~3783 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b1dc57237c81111c1e0c7f0074e8f20bd277f0c;p=platform%2Fupstream%2Fperl.git bump Tie-File's test version to match the module version --- diff --git a/dist/Tie-File/t/00_version.t b/dist/Tie-File/t/00_version.t index 84f326d..65e55f9 100644 --- a/dist/Tie-File/t/00_version.t +++ b/dist/Tie-File/t/00_version.t @@ -2,7 +2,7 @@ print "1..1\n"; -my $testversion = "0.98"; +my $testversion = "0.99"; use Tie::File; if ($Tie::File::VERSION != $testversion) {