From 735c5db9232e0b3248c48505605915bb1f9132d2 Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 8 Sep 2011 00:22:57 +0000 Subject: [PATCH] fix redefine warnings again, #13853 --- rt/lib/RT/URI/freeside/Internal.pm | 1 + 1 file changed, 1 insertion(+) 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); -- 2.11.0