szabgab / CPAN-Digger

CPAN Digger to analyze CPAN modules and other Perl-based applications
https://cpan-digger.perlmaven.com/
7 stars 3 forks source link

Undeclared dependency DateTime? #19

Closed eserte closed 3 years ago

eserte commented 3 years ago

It seems that DateTime needs to be declared as a prerequisite --- the test suite fails on some systems because of a missing DateTime.pm. See for example http://www.cpantesters.org/cpan/report/13049926-2526-11eb-950a-33741f24ea8f

szabgab commented 3 years ago

Thanks for reporting. I should really run the CI on a plain Perl without any modules installed.

eserte commented 3 years ago

I think a good approach is to have at least one CI configuration which is just using the system perl and cpanminus.

szabgab commented 3 years ago

My plan is to create a tarball artifact and then in a separate job use a plain perl or system perl as you suggested and install from the tarball.