use vars -> our
[p5sagit/Devel-REPL.git] / lib / Devel / REPL / Plugin / Commands.pm
index 04aa22e..2bb12d7 100644 (file)
@@ -4,10 +4,10 @@ use Devel::REPL::Plugin;
 use Scalar::Util qw(weaken);
 
 use namespace::autoclean;
-use vars qw($COMMAND_INSTALLER);
+our $COMMAND_INSTALLER;
 
 has 'command_set' => (
-  is => 'ro', required => 1,
+  is => 'ro',
   lazy => 1, default => sub { {} }
 );