Move to Moo for fast bootstrapping.
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / MultiLine / PPI.pm
index e9a2c2d..a224421 100644 (file)
@@ -2,7 +2,7 @@ package Devel::REPL::Plugin::MultiLine::PPI;
 
 use Devel::REPL::Plugin;
 use PPI;
-use namespace::autoclean;
+use namespace::sweep;
 
 has 'continuation_prompt' => (
   is => 'rw', required => 1, lazy => 1,