Subject: | Can't use a hash as a reference at t/11_regular_moose.t |
Test suite fails for perl 5.21.x:
$ perl5.21.10 -Mdiagnostics -Mblib t/11_regular_moose.t
1..1
Can't use a hash as a reference at t/11_regular_moose.t line 15 (#1)
(F) You tried to use a hash as a reference, as in
%foo->{"bar"} or %$ref->{"hello"}. Versions of perl
<= 5.22.0 used to allow this syntax, but shouldn't
have. This was deprecated in perl 5.6.1.
Uncaught exception from user code:
Can't use a hash as a reference at t/11_regular_moose.t line 15.
# Looks like your test exited with 255 before it could output anything.