Move to Moo for fast bootstrapping.
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Profile / Minimal.pm
index 6740fbe..febb5ee 100644 (file)
@@ -1,7 +1,7 @@
 package Devel::REPL::Profile::Minimal;
 
-use Moose;
-use namespace::autoclean;
+use Moo;
+use namespace::sweep;
 
 with 'Devel::REPL::Profile';