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;fp=lib%2FDevel%2FREPL%2FPlugin%2FCommands.pm;h=961dbf0ef88888082e41d19827d1ba3d32851e64;hp=5cf08932924e97b32f7cb60b661c5d8cb63192a7;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=e73ba6daf10d1d86070fd978092f9731310b410d diff --git a/lib/Devel/REPL/Plugin/Commands.pm b/lib/Devel/REPL/Plugin/Commands.pm index 5cf0893..961dbf0 100644 --- a/lib/Devel/REPL/Plugin/Commands.pm +++ b/lib/Devel/REPL/Plugin/Commands.pm @@ -2,6 +2,8 @@ use strict; use warnings; package Devel::REPL::Plugin::Commands; +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; use Scalar::Util qw(weaken); use namespace::autoclean;