Update of /cvsroot/module-build/Module-Build/t
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30531/t
Modified Files:
runthrough.t
Log Message:
Change skip message
Index: runthrough.t
===================================================================
RCS file: /cvsroot/module-build/Module-Build/t/runthrough.t,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** runthrough.t 21 Nov 2004 04:03:54 -0000 1.48
--- runthrough.t 28 Nov 2004 02:24:30 -0000 1.49
***************
*** 96,100 ****
} else {
! skip_subtest("YAML.pm is not installed, or disabled") for 1..7;
}
--- 96,100 ----
} else {
! skip_subtest("YAML_support feature is not enabled") for 1..7;
}
|