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%2FINC.pm;h=72ac5bda16a84a42959f7e1296021103455a7e7f;hp=290e3a8cb9025a80ec084ea11118f7602d21f969;hb=master;hpb=23ff40a312a23553e65e63e26d74af6c656efe16 diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index 290e3a8..de95a22 100644 --- a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm +++ b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm @@ -3,7 +3,7 @@ use warnings; package Devel::REPL::Plugin::CompletionDriver::INC; # ABSTRACT: Complete module names in use and require -our $VERSION = '1.003028'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Devel::REPL::Plugin::Completion; # die early if cannot load