Integrate from maint:
Jarkko Hietaniemi [Fri, 15 Aug 2003 08:40:07 +0000 (08:40 +0000)]
[ 20719]
no_plan is not a good plan until TEST is fixed.
p4raw-link: @20719 on //depot/maint-5.8/perl: f3abc1d91170e8cb4c427eef94d0b2493522822c

p4raw-id: //depot/perl@20720
p4raw-integrated: from //depot/maint-5.8/perl@20717 'copy in'
lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/unseen.t
(@20718..)

lib/NEXT/t/actual.t
lib/NEXT/t/actuns.t
lib/NEXT/t/unseen.t

index dbd040d..a3a724a 100644 (file)
@@ -1,4 +1,4 @@
-use Test::More 'no_plan';
+use Test::More tests => 10;
 
 BEGIN {
     if ($ENV{PERL_CORE}) {
index a99fbe5..b3da0c6 100644 (file)
@@ -1,4 +1,4 @@
-use Test::More 'no_plan';
+use Test::More tests => 6;
 
 BEGIN {
     if ($ENV{PERL_CORE}) {
index 1304ad6..5166816 100644 (file)
@@ -1,4 +1,4 @@
-use Test::More 'no_plan';
+use Test::More tests => 7;
 
 BEGIN {
     if ($ENV{PERL_CORE}) {