X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin.pm;h=de66e2718a6fdf646849dcb95b4147fc4be59dad;hp=a77d6638881f921b5646af27abdabc033e8e1c79;hb=77327851f87a17466307e8fccdbf2e0d3c2e58dc;hpb=2b75dcadb6d1d907df3257f1e655a5a5028862ff diff --git a/lib/Devel/REPL/Plugin.pm b/lib/Devel/REPL/Plugin.pm index a77d663..de66e27 100644 --- a/lib/Devel/REPL/Plugin.pm +++ b/lib/Devel/REPL/Plugin.pm @@ -2,7 +2,7 @@ use strict; use warnings; package Devel::REPL::Plugin; -our $VERSION = '1.003029'; +our $VERSION = '1.003030'; use Devel::REPL::Meta::Plugin; use Moose::Role ();