Or even migrate the distribution to Dist::Zilla. I did it for all my distributions and I'm very happy with the results. :-)

Em 14/06/2017 01:11, Ron Savage escreveu:
Hi Scott

Your Makefile.PL is pathologically terse :-) since it does not list pre-reqs. Try something more like:

https://metacpan.org/source/RSAVAGE/Tree-Simple-1.31/Makefile.PL

On 14/06/17 09:16, Scott Guthridge via cpan-testers-discuss wrote:
In Graphics::Fig v1.0.1, several runs are failing due to a missing
dependency on the Regexp::Common module:

#     Tried to use 'Graphics::Fig'.
# Error: Can't locate Regexp/Common.pm in @INC (you may need to install the Regexp::Common module) (@INC contains: /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/lib /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/arch /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/lib /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/arch /home/cpan/pit/bare/perl-5.18.2/lib/site_perl/5.18.2/x86_64-linux /home/cpan/pit/bare/perl-5.18.2/lib/site_perl/5.18.2 /home/cpan/pit/bare/perl-5.18.2/lib/5.18.2/x86_64-linux /home/cpan/pit/bare/perl-5.18.2/lib/5.18.2 .) at /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/lib/Graphics/Fig/Parameters.pm line 23. # BEGIN failed--compilation aborted at /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/lib/Graphics/Fig/Parameters.pm line 23. # Compilation failed in require at /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/lib/Graphics/Fig.pm line 25. # BEGIN failed--compilation aborted at /home/cpan/pit/bare/conf/perl-5.18.2/.cpanplus/5.18.2/build/NYePZvq91K/Graphics-Fig-v1.0.1/blib/lib/Graphics/Fig.pm line 25.
# Compilation failed in require at t/arc.t line 15


Is there a way to list specific module dependencies in the test
configuration? Or should I recode my module to not depend on that module?

Thanks,
Scott


Reply via email to