diff options
author | mark <mark> | 2011-09-08 00:22:57 +0000 |
---|---|---|
committer | mark <mark> | 2011-09-08 00:22:57 +0000 |
commit | 735c5db9232e0b3248c48505605915bb1f9132d2 (patch) | |
tree | 16285dbe0072313678de31db66c01b6ac8bfd44a | |
parent | 483c7665de8afecb4908b2c263c75928f9b1d3bb (diff) |
fix redefine warnings again, #13853
-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); |