Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the UNIVERSAL-DOES CPAN distribution.

Report information
The Basics
Id: 92461
Status: resolved
Priority: 0/
Queue: UNIVERSAL-DOES

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

Bug Information
Severity: Critical
Broken in: 0.004
Fixed in: 0.005



Subject: Fails on Perl 5.18
Fails to install on Perl 5.18.0 and higher. http://www.cpantesters.org/distro/U/UNIVERSAL-DOES.html#UNIVERSAL-DOES-0.004?oncpan=1&distmat=1 It is always the same: Failed tests: 33-34 ok !does(42, 'UNIVERSAL'); ok !does('!', 'UNIVERSAL'); Note that UNIVERSAL::DOES is a dependency of other modules, so it gets installed even on newer Perls.
The behaviour of can changed for strings (as they could be package names). http://perl5.git.perl.org/perl.git/commitdiff/68b40612054cc4269bdb1112df64c078975b1467
Fixed in 0.005 The module is developed at https://github.com/gfx/Perl-UNIVERSAL-DOES/