Skip Menu |

This queue is for tickets about the Set-Scalar CPAN distribution.

Report information
The Basics
Id: 53119
Status: resolved
Priority: 0/
Queue: Set-Scalar

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

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



Subject: bleadperl new warning 'UNIVERSAL->import is deprecated ...'
Bleadperl has a new warning that is triggered by Set::Scalar::Virtual and litters the Set-Scalar test suite:

[...]
t/power_set.t ....... ok
UNIVERSAL->import is deprecated and will be removed in a future perl at /home/sand/.cpan/build/Set-Scalar-1.24-vinTXf/blib/lib/Set/Scalar/Virtual.pm line 12
t/set_set.t ......... ok
UNIVERSAL->import is deprecated and will be removed in a future perl at /home/sand/.cpan/build/Set-Scalar-1.24-vinTXf/blib/lib/Set/Scalar/Virtual.pm line 12
t/symmdiff.t ........ ok
UNIVERSAL->import is deprecated and will be removed in a future perl at /home/sand/.cpan/build/Set-Scalar-1.24-vinTXf/blib/lib/Set/Scalar/Virtual.pm line 12
[...ad libitum...]

I've verified that removing the line C< use UNIVERSAL 'isa'; > is enough to silence the noise.
 This is resolved in Set::Scalar 1.25.