You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-perl/XML-SAX/files/encodings.patch

12 lines
356 B

--- SAX/PurePerl/EncodingDetect.pm.orig 2006-05-08 12:08:40.000000000 -0400
+++ SAX/PurePerl/EncodingDetect.pm 2006-05-08 12:14:23.000000000 -0400
@@ -93,7 +93,7 @@ sub encoding_detect {
return;
}
- warn("Unable to recognise encoding of this document");
+ #warn("Unable to recognise encoding of this document");
return;
}