fastmail/authentication_milter

Tests fail with perl 5.8.x

eserte opened this issue · 1 comments

The test suite fails with perl 5.8.x:

#   Failed test 'use Mail::Milter::Authentication::Tester::HandlerTester;'
#   at t/00-load.t line 43.
#     Tried to use 'Mail::Milter::Authentication::Tester::HandlerTester'.
#     Error:  Global symbol "$protocol" requires explicit package name at lib/Mail/Milter/Authentication/Tester/HandlerTester.pm line 105.
# Global symbol "$config" requires explicit package name at lib/Mail/Milter/Authentication/Tester/HandlerTester.pm line 105.
...
# Compilation failed in require at t/00-load.t line 43.
# BEGIN failed--compilation aborted at t/00-load.t line 43.
Bailout called.  Further testing stopped:  # Looks like you failed 1 test of 28.
FAILED--Further testing stopped: *** [test_dynamic] Error code 1

Maybe the minimum perl version needs to be adjusted?

Thanks for the report, I thought that was already in there. There are some dependencies of Mail::DMARC which require at least 5.10, so I'll add the minimum version in the next release.