From 1d19269f7e6cbf5772aaeaddaa3d1237ce635277 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 29 Nov 2010 09:49:23 -0800 Subject: [PATCH] Don't need weaken twice. --- lib/WebGUI/Session/Url.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/WebGUI/Session/Url.pm b/lib/WebGUI/Session/Url.pm index 25c1be2c6..4b3b89654 100644 --- a/lib/WebGUI/Session/Url.pm +++ b/lib/WebGUI/Session/Url.pm @@ -20,7 +20,6 @@ use URI; use URI::Escape; use Scalar::Util qw( weaken ); use WebGUI::International; -use Scalar::Util qw(weaken); use Encode;