Subject: | t/storage/replicated.t: no subtests run |
In the course of testing many other CPAN distributions against Perl 5 blead today (v5.27.9 (v5.27.8-149-g1e2cfe1)), I had occasion to test DBIx-Class. I got the following test failure, which prevented this distribution's installation and that of its reverse dependencies.
#####
[DBIx-Class-0.082841] 643 $ bleadprove -vb t/storage/replicated.t
t/storage/replicated.t ..
#
# Using Moose version 2.2009 and MooseX::Types version 0.50
Can't store CODE items at /home/jkeenan/testing/blead/lib/perl5/site_perl/5.27.9/Hash/Merge.pm line 209.
# Auto checked 2 references for leaks - none detected
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run
Test Summary Report
-------------------
t/storage/replicated.t (Wstat: 65280 Tests: 0 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=0, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.54 cusr 0.01 csys = 0.57 CPU)
Result: FAIL
#####
Thank you very much.
Jim Keenan