X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin.pm;h=de66e2718a6fdf646849dcb95b4147fc4be59dad;hb=refs%2Fheads%2Fmaster;hp=e1a6d8dadc15507957e243f8bf7a625e9f665e3c;hpb=1d6c2dbc8cd96877b4f8df5698b6ff18d2fddac8;p=p5sagit%2FDevel-REPL.git diff --git a/lib/Devel/REPL/Plugin.pm b/lib/Devel/REPL/Plugin.pm index e1a6d8d..de66e27 100644 --- a/lib/Devel/REPL/Plugin.pm +++ b/lib/Devel/REPL/Plugin.pm @@ -2,6 +2,8 @@ use strict; use warnings; package Devel::REPL::Plugin; +our $VERSION = '1.003030'; + use Devel::REPL::Meta::Plugin; use Moose::Role (); use namespace::autoclean;