Subject: | Undeclared dependencies |
Grepping through cpantesters results I find all of
Can't locate HTML/Template/Pluggable.pm
Can't locate JSON.pm
Can't locate Test/JSON.pm
I see these dependencies declared in your Makefile.PL but not in your
Build.PL.
The question is why do you have both Makefile.PL and Build.PL and why do
they differ? Please consider that many people believe that when there is
both a Build.PL and a Makefile.PL that the Build.PL would be the better
of the two.
Thanks,