From: | gregoa [...] cpan.org |
Subject: | [PATCH] Fix warning when module is used. |
In Debian we are currently applying the following patch to
Tickit-Widget-FloatBox.
We thought you might be interested in it too.
Description: Fix warning when module is used.
Since a recent upgrade in the depedencies, maybe Object::Pad,
this module throws a warning on something like `perl -w -MTickit::Widget::FloatBox -e1':
# "my" variable $self masks earlier declaration in same scope at /usr/share/perl5/Tickit/Widget/FloatBox.pm line 358.
Let's remove the line.
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2020-04-30
The patch is tracked in our Git repository at
https://salsa.debian.org/perl-team/modules/packages/libtickit-widget-floatbox-perl/raw/master/debian/patches/my_variable_self_masks_earlier_declartation.patch
Thanks for considering,
gregor herrmann,
Debian Perl Group