This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
rename &warnings::register to avoid ambiguity
authorRicardo Signes <rjbs@cpan.org>
Sun, 12 Sep 2010 19:27:55 +0000 (15:27 -0400)
committerRicardo Signes <rjbs@cpan.org>
Sun, 12 Sep 2010 19:27:55 +0000 (15:27 -0400)
commit5e7ad92ae4ecff6f6fbe5d294ad627f235ea800c
tree863e175c7279cc61fcddfd38700509d41bcbf254
parent790427a55372311797954fb3140cd3e0a4ae6d28
rename &warnings::register to avoid ambiguity

until this change code calling "warnings::register->import" was
confused by &warnings::register existing.
lib/warnings.pm
lib/warnings/register.pm
warnings.pl