Update of /cvsroot/module-build/Module-Build/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5632/t
Modified Files:
Tag: release-0_26_branch
runthrough.t
Log Message:
Modify VERSION stuff again
Index: runthrough.t
===================================================================
RCS file: /cvsroot/module-build/Module-Build/t/runthrough.t,v
retrieving revision 1.45.2.2
retrieving revision 1.45.2.3
diff -C2 -d -r1.45.2.2 -r1.45.2.3
*** runthrough.t 30 Nov 2004 03:08:56 -0000 1.45.2.2
--- runthrough.t 30 Nov 2004 13:12:16 -0000 1.45.2.3
***************
*** 83,87 ****
my $contents = do {local $/; <$fh>};
$contents =~ /Module::Build version ([0-9_.]+)/m;
! ok $1 == $build->VERSION, 1, "Check version used to create META.yml: $1 == " . $build->VERSION;
if ($build->check_installed_status('Archive::Tar', 0)
--- 83,87 ----
my $contents = do {local $/; <$fh>};
$contents =~ /Module::Build version ([0-9_.]+)/m;
! ok 0+$1, 0+$build->VERSION, "Check version used to create META.yml";
if ($build->check_installed_status('Archive::Tar', 0)
|