Skip Menu |

This queue is for tickets about the Tie-Hash-Sorted CPAN distribution.

Report information
The Basics
Id: 66560
Status: resolved
Priority: 0/
Queue: Tie-Hash-Sorted

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

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



Subject: Remove 'UNIVERSAL->import is deprecated' warning
Perl 5.12 and later warn when the isa, can or VERSION functions are imported from UNIVERSAL. This is because these functions are deprecated and will be removed in a later version of Perl. This patch uses reftype (from Scalar::Utils) in place of isa, as suggested by the documentation for UNIVERSAL (http://search.cpan.org/~rjbs/perl-5.12.3/lib/UNIVERSAL.pm). Perl: v5.12.3 built for x86_64-linux-thread-multi Cheers -Tom
(duplicate ticket, sorry)