Skip Menu |

This queue is for tickets about the Regexp-Pattern-License CPAN distribution.

Report information
The Basics
Id: 129785
Status: resolved
Priority: 0/
Queue: Regexp-Pattern-License

People
Owner: JONASS [...] cpan.org
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: v3.1.93
Fixed in: v3.1.94



Subject: Undeclared dependency Try::Tiny
The test suite fails if Try::Tiny is not installed: ... PERL_DL_NONLAZY=1 PERL_USE_UNSAFE_INC=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01-basic.t .... ok Can't locate Try/Tiny.pm in @INC (you may need to install the Try::Tiny module) (@INC contains: t/lib ... .) at t/lib/MyTest.pm line 13. BEGIN failed--compilation aborted at t/lib/MyTest.pm line 13. Compilation failed in require at t/normalized.t line 9. BEGIN failed--compilation aborted at t/normalized.t line 9. t/normalized.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run ...