Eine Warnung unterdrücken.
authorSven Schöling <s.schoeling@linet-services.de>
Fri, 13 May 2011 11:09:01 +0000 (13:09 +0200)
committerSven Schöling <s.schoeling@linet-services.de>
Fri, 13 May 2011 11:09:01 +0000 (13:09 +0200)
SL/Template/Plugin/HTMLFixes.pm

index 3f328a8..32d3c56 100644 (file)
@@ -17,7 +17,7 @@ use Encode;
 # creating invalid UTF-8 characters upon URL-unescaping.
 
 # The only addition is the "Encode::encode()" line.
-
+no warnings 'redefine';
 sub url {
     my ($self, $text) = @_;
     return undef unless defined $text;