X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCommands.pm;h=2bb12d78aa8b21d76e0c7f6259f67b0d6b8d0117;hp=6f03b62e1bd25798d825b2858433686c3ad5eb37;hb=28e93f31852a563bc36e1fd58c28eb46beeec64d;hpb=b595a818b1d89dbea55ace1af86d0df91c97ba0c diff --git a/lib/Devel/REPL/Plugin/Commands.pm b/lib/Devel/REPL/Plugin/Commands.pm index 6f03b62..2bb12d7 100644 --- a/lib/Devel/REPL/Plugin/Commands.pm +++ b/lib/Devel/REPL/Plugin/Commands.pm @@ -4,7 +4,7 @@ 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',