You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The test suite fails on some of my smoker systems, probably due to undeclared prereqs:
PERL_DL_NONLAZY=1 "/opt/perl-5.28.3/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
Can't locate XML/Printer/ESCPOS.pm in @INC (you may need to install the XML::Printer::ESCPOS module) (@INC contains: ... ) at t/01-basic.t line 6.
BEGIN failed--compilation aborted at t/01-basic.t line 6.
t/01-basic.t ..
Dubious, test returned 2 (wstat 512, 0x200)
No subtests run
The text was updated successfully, but these errors were encountered:
The test suite fails on some of my smoker systems, probably due to undeclared prereqs:
The text was updated successfully, but these errors were encountered: