diff options
-rw-r--r-- | rt/lib/RT/URI/freeside/Internal.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/lib/RT/URI/freeside/Internal.pm b/rt/lib/RT/URI/freeside/Internal.pm index 9c9700032..7b8efa0d3 100644 --- a/rt/lib/RT/URI/freeside/Internal.pm +++ b/rt/lib/RT/URI/freeside/Internal.pm @@ -26,6 +26,7 @@ # END LICENSE BLOCK # use strict; +no warnings qw(redefine); #use vars qw($conf); |