Don't import blessed from Scalar::Util. Moose already does that for us.
Florian Ragwitz [Sat, 17 Jan 2009 15:15:25 +0000 (15:15 +0000)]
No one is using Catalyst::blessed, right?

lib/Catalyst.pm

index 691fff6..56eb46e 100644 (file)
@@ -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;