Don't load Scalar::Util. It isn't used directly.
Florian Ragwitz [Sun, 8 Feb 2009 19:25:04 +0000 (19:25 +0000)]
lib/Catalyst/Dispatcher.pm
lib/Catalyst/Engine.pm

index edf194a..ae8946f 100644 (file)
@@ -14,7 +14,6 @@ use Catalyst::Utils;
 use Text::SimpleTable;
 use Tree::Simple;
 use Tree::Simple::Visitor::FindByPath;
-use Scalar::Util ();
 
 # Refactoring note:
 # do these belong as package vars or should we build these via a builder method?
index ad2a180..8d66546 100644 (file)
@@ -10,7 +10,6 @@ use HTML::Entities;
 use HTTP::Body;
 use HTTP::Headers;
 use URI::QueryParam;
-use Scalar::Util ();
 
 use namespace::clean -except => 'meta';