Closed ribasushi closed 8 years ago
As per https://metacpan.org/pod/Test::Deep#isa-class-Isa-class isa() is a default export (wtf?!). While it doesn't seem to cause issues, specific 5.8 configurations issue 'redefined' warnings due to this.
isa()
Using namespace::clean won't cut it due to how things interact in the stack, but the proposed change passes tests just fine here.
Merged (and fixed by adding bag to the import list.)
bag
As per https://metacpan.org/pod/Test::Deep#isa-class-Isa-class
isa()
is a default export (wtf?!). While it doesn't seem to cause issues, specific 5.8 configurations issue 'redefined' warnings due to this.Using namespace::clean won't cut it due to how things interact in the stack, but the proposed change passes tests just fine here.