Bug#903705: perl: improve Locale-Codes deprecation warnings

Niko Tyni ntyni at debian.org
Fri Jul 13 14:42:51 BST 2018


Package: perl
Version: 5.28.0-1
User: debian-perl at lists.debian.org
Usertags: perl-5.28-transition

Locale-Codes is being removed from Perl core, and we have
in debian/patches/debian/deprecate-with-apt.diff :

+our %DEBIAN_PACKAGES = (
+    'B::Debug' => 'libb-debug-perl',
+    'Locale::Codes' => 'liblocale-codes-perl',
+);

However, the Locale-Codes distribution contains other modules that need
this treatment as well: Locale::Country and Locale::Language.

>From our test rebuild logs:

- HTML::HTML5::Sanity ...Locale::Country will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/share/perl5/HTML/HTML5/Sanity.pm, line 23.
Locale::Country will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /<<PKGBUILDDIR>>/blib/lib/Business/OnlinePayment/IPPay.pm, line 8.
Locale::Country will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /<<PKGBUILDDIR>>/blib/lib/HTML/HTML5/Sanity.pm, line 23.
Locale::Country will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/share/perl5/HTML/HTML5/Sanity.pm, line 23.
Locale::Language will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /<<PKGBUILDDIR>>/blib/lib/Publican/Builder.pm, line 31.
Locale::Language will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at /usr/share/perl5/Publican/Builder.pm, line 31.
Locale::Language will be removed from the Perl core distribution in the next major release. Please install it from CPAN. It is being used at blib/lib/Publican/Builder.pm, line 31.

-- 
Niko Tyni   ntyni at debian.org




More information about the Perl-maintainers mailing list