keep all namespaces clean
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Commands.pm
index 4f99734..5cf0893 100644 (file)
@@ -4,8 +4,8 @@ package Devel::REPL::Plugin::Commands;
 
 use Devel::REPL::Plugin;
 use Scalar::Util qw(weaken);
-
 use namespace::autoclean;
+
 our $COMMAND_INSTALLER;
 
 has 'command_set' => (