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