Subject: | Could not create package Mxpress::PDF::Page::Component |
On some of my smokers the test suite fails like this:
...
# Failed test 'use Mxpress::PDF;'
# at t/00-load.t line 10.
# Tried to use 'Mxpress::PDF'.
# Error: Could not create package Mxpress::PDF::Page::Component: `::Mxpress::PDF::Page::Component' is not a module name
# BEGIN failed--compilation aborted at (eval 382) line 1.
# at (eval 258) line 1.
# BEGIN failed--compilation aborted at (eval 258) line 1.
# at /usr/perl5.28.0p/lib/site_perl/5.28.0/B/Hooks/EndOfScope/XS.pm line 26.
# Compilation failed in require at t/00-load.t line 10.
# BEGIN failed--compilation aborted at t/00-load.t line 10.
Bailout called. Further testing stopped:
Use of uninitialized value $Mxpress::PDF::VERSION in concatenation (.) or string at t/00-load.t line 13.
# Testing Mxpress::PDF , Perl 5.028000, /usr/perl5.28.0p/bin/perl5.28.0
# Looks like you failed 1 test of 1.
FAILED--Further testing stopped.
*** Error code 1
...