X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FDevel-REPL.git;a=blobdiff_plain;f=lib%2FDevel%2FREPL%2FPlugin%2FCompletion.pm;fp=lib%2FDevel%2FREPL%2FPlugin%2FCompletion.pm;h=17e391a7b84e17a44a990a2cd9b49700905e9ed6;hp=de8b5fc060e856c53899e729e153bef6a9490bfa;hb=54beb05dd302b5e166bf46c888318527e13375c7;hpb=e73ba6daf10d1d86070fd978092f9731310b410d diff --git a/lib/Devel/REPL/Plugin/Completion.pm b/lib/Devel/REPL/Plugin/Completion.pm index de8b5fc..17e391a 100644 --- a/lib/Devel/REPL/Plugin/Completion.pm +++ b/lib/Devel/REPL/Plugin/Completion.pm @@ -2,6 +2,8 @@ use strict; use warnings; package Devel::REPL::Plugin::Completion; +our $VERSION = '1.003027'; + use Devel::REPL::Plugin; use Scalar::Util 'weaken'; use PPI;