Subject: | UNIVERSAL->import is getting deprecated with Perl 5.12.0 |
I'm forwarding http://bugs.debian.org/615886:
----------
From perl5120delta.pod, which lists significant changes with Perl 5.12.0:
The method C<< UNIVERSAL->import() >> is now deprecated. Attempting to
pass import arguments to a C<use UNIVERSAL> statement will result in a
deprecation warning.
From my build log on i386 with perl 5.12.3:
UNIVERSAL->import is deprecated and will be removed in a future perl at
t/14security.t line 4
-----------