summaryrefslogtreecommitdiff
path: root/lib/Pod/t
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-09 13:33:57 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-11-09 13:33:57 +0000
commit4bd7b839c96352aa075f714f4c1aaa963c29018e (patch)
treefdfda12b9569c9aa6f0ce5902e2218903cf0cfaa /lib/Pod/t
parent3b6647e0b98cc06c53e0b12e71e4f27d9d9b5c06 (diff)
downloadperl-4bd7b839c96352aa075f714f4c1aaa963c29018e.tar.gz
Silence warnings in Pod::Man
p4raw-id: //depot/perl@29242
Diffstat (limited to 'lib/Pod/t')
-rw-r--r--lib/Pod/t/man.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Pod/t/man.t b/lib/Pod/t/man.t
index b293eb4e5b..e09f8deedc 100644
--- a/lib/Pod/t/man.t
+++ b/lib/Pod/t/man.t
@@ -42,6 +42,7 @@ while (<DATA>) {
while (<DATA>) {
last if $_ eq "###\n";
+ no warnings 'utf8';
print TMP $_;
}
close TMP;