Subject: | Missing Required Module |
wanderlust 💀 [26480] ~
$ cpanm Dist::Zilla::PluginBundle::FLORA 9:34:59 pm
Dist::Zilla::PluginBundle::FLORA is up to date. (0.15)
cpanm Dist::Zilla::PluginBundle::FLORA 1.428s user 0.092s system 84% cpu 1.801 total
0 swapped 0k shared 0k unshared 0k total 28k max
0/24708 faults 0/48 i/o 0/0 tx/rx 0 signals 138/62 context switches
wanderlust 💀 [26484] ~
$ cd code/Test-EOL 9:35:05 pm
wanderlust 💀 [26485] ~/code/Test-EOL «master¹»
$ dzil build 9:35:14 pm
Required plugin bundle Dist::Zilla::PluginBundle::FLORA isn't installed.
Run 'dzil authordeps' to see a list of all required plugins.
You can pipe the list to your CPAN client to install or update them:
dzil authordeps --missing | cpanm
dzil build 2.388s user 0.128s system 98% cpu 2.563 total
0 swapped 0k shared 0k unshared 0k total 55k max
0/17145 faults 0/0 i/o 0/0 tx/rx 0 signals 52/118 context switches
wanderlust 💀 [26486] ~/code/Test-EOL «master¹» <255>
$ perl -MDist::Zilla::PluginBundle::FLORA -e1 9:35:21 pm
Can't locate Dist/Zilla/Role/PluginBundle/PluginRemover.pm in @INC (you may need to install the Dist::Zilla::Role::PluginBundle::PluginRemover module) (@INC contains: /home/frew/.plenv/versions/5.22.0/lib/perl5/site_perl/5.22.0/x86_64-linux /home/frew/.plenv/versions/5.22.0/lib/perl5/site_perl/5.22.0 /home/frew/.plenv/versions/5.22.0/lib/perl5/5.22.0/x86_64-linux /home/frew/.plenv/versions/5.22.0/lib/perl5/5.22.0 .) at /home/frew/.plenv/versions/5.22.0/lib/perl5/site_perl/5.22.0/Module/Runtime.pm line 317.
Compilation failed in require.
BEGIN failed--compilation aborted.