Add a test count to fresh_perl_utf8.t
authorFather Chrysostomos <sprout@cpan.org>
Wed, 13 Jul 2011 04:32:06 +0000 (21:32 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 13 Jul 2011 04:46:54 +0000 (21:46 -0700)
t/op/fresh_perl_utf8.t

index 5439293..fcf48e7 100644 (file)
@@ -8,6 +8,8 @@ BEGIN {
     require './test.pl';
 }
 
+plan 1;
+
 use utf8;
 use strict;
 use open qw( :utf8 :std );