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=de95a224972126e1efcadb743e8c1df601d232f7;hp=72ac5bda16a84a42959f7e1296021103455a7e7f;hb=HEAD;hpb=c45376f3de16a5a467a1a26e63a279f30eb8672d diff --git a/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm b/lib/Devel/REPL/Plugin/CompletionDriver/INC.pm index 72ac5bd..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.003029'; +our $VERSION = '1.003030'; use Devel::REPL::Plugin; use Devel::REPL::Plugin::Completion; # die early if cannot load