Skip Menu |

This queue is for tickets about the Hailo CPAN distribution.

Report information
The Basics
Id: 101085
Status: resolved
Priority: 0/
Queue: Hailo

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

Bug Information
Severity: (no value)
Broken in: 0.72
Fixed in: (no value)



Subject: Constants from lexical variables potentially modified elsewhere are deprecated
perl 5.21.7 has a new warning which is causing the test suite to fail. See http://www.cpantesters.org/cpan/report/63bb612a-8035-11e4-8b31-466a5ef060ad for a sample fail report.
On 2014-12-22 14:47:32, SREZIC wrote: Show quoted text
> perl 5.21.7 has a new warning which is causing the test suite to fail. > See http://www.cpantesters.org/cpan/report/63bb612a-8035-11e4-8b31- > 466a5ef060ad for a sample fail report.
Constants from lexical variables potentially modified elsewhere are deprecated at /home/sand/src/perl/repoperls/installed-perls/perl/v5.21.6-395-g100b2bb/127e/lib/site_perl/5.21.7/x86_64-linux-ld/Mouse/Util.pm line 79. -> origin of the problem is in Mouse. This is already fixed in the git repo of Mouse, see https://github.com/gfx/p5-Mouse/issues/38 , but a CPAN release is missing.
On 2014-12-22T14:47:32-05:00, SREZIC wrote: Show quoted text
> perl 5.21.7 has a new warning which is causing the test suite to fail. > See http://www.cpantesters.org/cpan/report/63bb612a-8035-11e4-8b31- > 466a5ef060ad for a sample fail report.
Thanks. In the next release we won't be using Mouse.