X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FMethods.pm;fp=lib%2FDevel%2FREPL%2FPlugin%2FCompletionDriver%2FMethods.pm;h=837d1bf3ba1a9741309db127d664964897113079;hp=eff0cb905c450aa993b37af043692d335b02e219;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=e73ba6daf10d1d86070fd978092f9731310b410d diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm index eff0cb9..837d1bf 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/Methods.pm @@ -2,6 +2,8 @@ use strict; use warnings; package Devel::REPL::Plugin::CompletionDriver::Methods; +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; use Devel::REPL::Plugin::Completion; # die early if cannot load use namespace::autoclean;