diff options
Diffstat (limited to 'dev-perl/XML-SAX/files/encodings.patch')
-rw-r--r-- | dev-perl/XML-SAX/files/encodings.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-perl/XML-SAX/files/encodings.patch b/dev-perl/XML-SAX/files/encodings.patch new file mode 100644 index 000000000000..0608024d0be8 --- /dev/null +++ b/dev-perl/XML-SAX/files/encodings.patch @@ -0,0 +1,11 @@ +--- 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; + } + |