Subject: | prereq test fails |
The t/90-prereqs.t test fails on some of my smokers:
...
# Failed test 'Found some modules that didn't show up in PREREQ_PM or *_REQUIRES
# '
# at /opt/perl-5.25.11/lib/site_perl/5.25.11/Test/Prereq.pm line 221.
# Exporter
# strict
# vars
# warnings
# Looks like you failed 1 test of 1.
t/90-prereqs.t .......
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
...
It looks lie this is a problem of Test::Prereqs --- core perl modules should not appear in this list. Maybe it's best to drop this test or make it author-only?