Move to Moo for fast bootstrapping.
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Timing.pm
index c9248b7..8715839 100644 (file)
@@ -2,7 +2,7 @@ package Devel::REPL::Plugin::Timing;
 
 use Devel::REPL::Plugin;
 use Time::HiRes 'time';
-use namespace::autoclean;
+use namespace::sweep;
 
 around 'eval' => sub {
     my $orig = shift;