From 88e0b65b39e576846e233e9154c3c9e81c6b1e12 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Tue, 12 Jul 2011 21:32:06 -0700 Subject: [PATCH] Add a test count to fresh_perl_utf8.t --- t/op/fresh_perl_utf8.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/op/fresh_perl_utf8.t b/t/op/fresh_perl_utf8.t index 5439293..fcf48e7 100644 --- a/t/op/fresh_perl_utf8.t +++ b/t/op/fresh_perl_utf8.t @@ -8,6 +8,8 @@ BEGIN { require './test.pl'; } +plan 1; + use utf8; use strict; use open qw( :utf8 :std ); -- 2.7.4