From: Jarkko Hietaniemi Date: Wed, 24 Apr 2002 20:21:43 +0000 (+0000) Subject: Wrong plan. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0552c9a0da65f5cc52316af5ea957134b80db4b;p=p5sagit%2Fp5-mst-13.2.git Wrong plan. p4raw-id: //depot/perl@16146 --- diff --git a/ext/Encode/t/mime-header.t b/ext/Encode/t/mime-header.t index ad487c5..8255952 100644 --- a/ext/Encode/t/mime-header.t +++ b/ext/Encode/t/mime-header.t @@ -12,8 +12,7 @@ BEGIN { } use strict; -use Test::More qw(no_plan); -#use Test::More tests => 19; +use Test::More tests => 1; use_ok("Encode::MIME::Header");