You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Again, the last 2 lines are defaults. You can use any of the keywords multiple times.
I am trying to follow the instruction. When I run dzil build I have error:
[DZ] attempt to add Makefile.PL multiple times; added by: content added by MakeMaker (Dist::Zilla::Plugin::MakeMaker line 131); content set by MakeMaker (Dist::Zilla::Plugin::MakeMaker line 298); content set by MakeMaker::Awesome (Dist::Zilla::Plugin::MakeMaker::Awesome line 411); content added by InlineModule (Dist::Zilla::Plugin::MakeMaker::Awesome line 372)
aborting; duplicate files would be produced at /home/vdb/.usr/lib/perl5/Dist/Zilla/App/Command/build.pm line 66.
It seems [InlineModule] is not compatible with [MakeMaker]. And so, [InlineModule] is not compatible with [@Basic] and [@Classic] too.
In order to avoid this error, I had to "expand" [@Basic] and comment out [MakeMaker].
If this problem cannot be avoided, I think it is worth to mention it in the Tutorial.
https://metacpan.org/pod/Inline::Module::Tutorial#Dist::Zilla
I am trying to follow the instruction. When I run
dzil build
I have error:It seems
[InlineModule]
is not compatible with[MakeMaker]
. And so,[InlineModule]
is not compatible with[@Basic]
and[@Classic]
too.In order to avoid this error, I had to "expand"
[@Basic]
and comment out[MakeMaker]
.If this problem cannot be avoided, I think it is worth to mention it in the Tutorial.
Dist::Zilla 5.034
Dist::Zilla::Plugin::InlineModule 0.07
The text was updated successfully, but these errors were encountered: