Don't load Scalar::Util. It isn't used directly.
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Engine.pm
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';