projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3b6647e
)
Silence warnings in Pod::Man
Rafael Garcia-Suarez [Thu, 9 Nov 2006 13:33:57 +0000 (13:33 +0000)]
p4raw-id: //depot/perl@29242
lib/Pod/t/man.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Pod/t/man.t
b/lib/Pod/t/man.t
index
b293eb4
..
e09f8de
100644
(file)
--- 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;