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