Skip Menu |

This queue is for tickets about the Devel-EnforceEncapsulation CPAN distribution.

Report information
The Basics
Id: 118555
Status: open
Priority: 0/
Queue: Devel-EnforceEncapsulation

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

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



Subject: t/api.t fails with bleadperl
With perl 5.25.6 I see the following test failure: overload arg '${}' is invalid at (eval 14) line 1. overload arg '@{}' is invalid at (eval 14) line 1. overload arg '%{}' is invalid at (eval 14) line 1. overload arg '&{}' is invalid at (eval 14) line 1. overload arg '*{}' is invalid at (eval 14) line 1. overload arg 'fallback' is invalid at (eval 14) line 1. # Failed test 'no warning on unencapsulated class' # at t/api.t line 153. # got: '6' # expected: '0' # Failed test '...but it does raise a warning' # at t/api.t line 159. # got: '7' # expected: '1' # Looks like you failed 2 tests of 52. t/api.t ........... Dubious, test returned 2 (wstat 512, 0x200) Failed 2/52 subtests The tests were fine until perl 5.25.5.