Skip Menu |

This queue is for tickets about the MouseX-POE CPAN distribution.

Report information
The Basics
Id: 103180
Status: new
Priority: 0/
Queue: MouseX-POE

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.214
Fixed in: (no value)



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.