In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/3b1dc57237c81111c1e0c7f0074e8f20bd277f0c?hp=a7b39f85d7caac0822fdcd78400e131a95f11148>
- Log ----------------------------------------------------------------- commit 3b1dc57237c81111c1e0c7f0074e8f20bd277f0c Author: Tony Cook <[email protected]> Date: Tue Mar 19 10:52:02 2013 +1100 bump Tie-File's test version to match the module version ----------------------------------------------------------------------- Summary of changes: dist/Tie-File/t/00_version.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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) { -- Perl5 Master Repository
