diff options
author | mark <mark> | 2011-09-08 00:22:37 +0000 |
---|---|---|
committer | mark <mark> | 2011-09-08 00:22:37 +0000 |
commit | 5495068bd26326467f674cf85a16a35088be7487 (patch) | |
tree | 1cd1921a996a6717cbfc2299909be1526adb6801 | |
parent | 886d8d9970ccfe4eae1efe0c11160ad0c69c1339 (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); |