Subject: | missing dependencies |
Just installed Devel::REPL on my Perl 5.18.1 and had the following issues:
Failed to load role: Devel::REPL::Plugin::LexEnv Can't locate Lexical/Persistence.pm in @INC
After installing it:
Failed to load role: Devel::REPL::Plugin::DDS Can't locate Data/Dump/Streamer.pm in @INC
After installing that it worked fine.
Might be a problem with the fixes from the last version.