Subject: | Fails if File::Slurper is not installed? Or maybe when it is not installed for the system perl? |
As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/cf9c2786-d679-11e9-93b9-475c25a806fc
The report reveals that the test uses the system perl, in that the following paths are in the diagnostics: /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.26 /usr/share/perl/5.26 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base
Those belong o the system perl, not the perl that is being tested.
I'd hunt for all calls of yagg that do not use perl and make $^X the binary and the rest of the calls to yagg arguments for $^X.