From: Florian Ragwitz Date: Sat, 17 Jan 2009 15:15:25 +0000 (+0000) Subject: Don't import blessed from Scalar::Util. Moose already does that for us. X-Git-Tag: 5.8000_05~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=e7164f21e0bca09c087b84a207b6afc2ae376e06 Don't import blessed from Scalar::Util. Moose already does that for us. No one is using Catalyst::blessed, right? --- diff --git a/lib/Catalyst.pm b/lib/Catalyst.pm index 691fff6..56eb46e 100644 --- a/lib/Catalyst.pm +++ b/lib/Catalyst.pm @@ -21,7 +21,7 @@ use Time::HiRes qw/gettimeofday tv_interval/; use URI (); use URI::http; use URI::https; -use Scalar::Util qw/weaken blessed/; +use Scalar::Util qw/weaken/; use Tree::Simple qw/use_weak_refs/; use Tree::Simple::Visitor::FindByUID; use attributes;