Subject: | Undeclared dependency Regexp::Debugger (0.000012) |
t/yadayadayada.t fails if Regexp::Debugger is not installed, so that module needs to be predeclared or the test needs to be skipped if R::D is unavailable:
...
Can't locate Regexp/Debugger.pm in @INC (you may need to install the Regexp::Debugger module) (@INC contains: /tmpfs/.cpan-build-cpansand/2017082115/PPR-0.000012-iinYgf/blib/lib /tmpfs/.cpan-build-cpansand/2017082115/PPR-0.000012-iinYgf/blib/arch /opt/perl-5.24.2/lib/site_perl/5.24.2/x86_64-linux /opt/perl-5.24.2/lib/site_perl/5.24.2 /opt/perl-5.24.2/lib/5.24.2/x86_64-linux /opt/perl-5.24.2/lib/5.24.2 .) at t/yadayadayada.t line 11.
BEGIN failed--compilation aborted at t/yadayadayada.t line 11.
t/yadayadayada.t .................
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
...