Skip Menu |

This queue is for tickets about the Wx CPAN distribution.

Report information
The Basics
Id: 115097
Status: resolved
Priority: 0/
Queue: Wx

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
gregoa [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.9928
Fixed in: 0.9931



From: gregoa [...] cpan.org
Subject: libwx-perl: Use of the encoding pragma is deprecated
We have the following bug reported to the Debian package of Wx (https://bugs.debian.org/826452): It doesn't seem to be a bug in the packaging, so you may want to take a look. Thanks! ------8<-----------8<-----------8<-----------8<-----------8<----- Package: libwx-perl Version: 1:0.9923-4 Severity: minor User: debian-perl@lists.debian.org Usertags: perl-5.24-transition Building this package triggers deprecation warnings with Perl 5.24 (currently in experimental): Use of the encoding pragma is deprecated at t/18_unicode.t line 8. A full build log is available at http://perl.debian.net/rebuild-logs/perl-5.24/libwx-perl_0.9923-4/ -- Niko Tyni ntyni@debian.org ------8<-----------8<-----------8<-----------8<-----------8<----- Thanks for considering, gregor herrmann, Debian Perl Group
In perl 5.25.6 this leads to error in tests: 1..12 The encoding pragma is no longer supported at t/18_unicode.t line 8. BEGIN failed--compilation aborted at t/18_unicode.t line 8. -- Alexandr Ciornii, http://chorny.net
Thank you. Fixed in 0.9931 On Wed Nov 09 22:10:49 2016, CHORNY wrote: Show quoted text
> In perl 5.25.6 this leads to error in tests: > 1..12 > The encoding pragma is no longer supported at t/18_unicode.t line 8. > BEGIN failed--compilation aborted at t/18_unicode.t line 8. >