Don't use Time::HiRes in Catalyst.pm. It's only used in ::Stats, which imports it...
Florian Ragwitz [Sun, 8 Feb 2009 16:37:46 +0000 (16:37 +0000)]
lib/Catalyst.pm

index 33fef9a..7c25b1d 100644 (file)
@@ -17,7 +17,6 @@ use Module::Pluggable::Object ();
 use Text::SimpleTable ();
 use Path::Class::Dir ();
 use Path::Class::File ();
-use Time::HiRes qw/gettimeofday tv_interval/;
 use URI ();
 use URI::http;
 use URI::https;