Update of /cvsroot/module-build/Module-Build/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7868/t
Modified Files:
runthrough.t
Log Message:
Do this VERSION thing slightly better
Index: runthrough.t
===================================================================
RCS file: /cvsroot/module-build/Module-Build/t/runthrough.t,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** runthrough.t 20 Nov 2004 04:13:10 -0000 1.46
--- runthrough.t 20 Nov 2004 14:17:38 -0000 1.47
***************
*** 84,88 ****
$contents =~ /Module::Build version ([0-9_.]+)/m;
! ok $1 == $build->VERSION, 1, "Got $1, expected ". $build->VERSION;
if ($build->check_installed_status('Archive::Tar', 0)
--- 84,88 ----
$contents =~ /Module::Build version ([0-9_.]+)/m;
! ok $1, $build->VERSION, "Got $1, expected ". $build->VERSION;
if ($build->check_installed_status('Archive::Tar', 0)
|