Don't import weaken from Scalar::Util. It's not being used anyway.
Florian Ragwitz [Sun, 8 Feb 2009 16:37:40 +0000 (16:37 +0000)]
lib/Catalyst.pm

index bfedbca..33fef9a 100644 (file)
@@ -21,7 +21,6 @@ use Time::HiRes qw/gettimeofday tv_interval/;
 use URI ();
 use URI::http;
 use URI::https;
-use Scalar::Util qw/weaken/;
 use Tree::Simple qw/use_weak_refs/;
 use Tree::Simple::Visitor::FindByUID;
 use attributes;