From: | gregoa [...] cpan.org |
Subject: | libdata-format-html-perl: uses Switch.pm, removed in perl 5.14 |
This bug has been forwarded from http://bugs.debian.org/629458.
This package contain code using the perl module Switch, which is
deprecated and will be removed from the core in perl 5.14 (currently
in experimental).
$ grep -r Switch .
./lib/Data/Format/HTML.pm:use Switch 'Perl6';
Switch statements (given/when) have been added to the core:
<http://perldoc.perl.org/perlsyn.html#Switch-statements>
Cheers,
gregor, Debian Perl Group