Subject: | missing dependencies for Completion plugins: INC and Keywords |
I just did a clean install with the cpan shell
of Devel::REPL on a windows box under cygwin
1.7.5 and for strawberry perl portable 5.10.1.2.
To my surprise, when I finished, I had failures
on load of my Perldl2 profile due to two missing
dependencies:
File::Next used by CompletionDriver::INC
B::Keywords used by CompletionDriver::Keywords
After manually 'cpan File::Next B::Keywords' then
everything works ok. The puzzle is that META.yml
has both modules listed as requirements so I don't
know why they weren't pulled in as missing
dependencies. Haven't had time to look through the
build configuration stuff but this needs to be
resolved.
I've added additional tests to the t/load_core.t
for all the plugins and completions to catch this
more formally.