Bug#706303: libperl-critic-perl: until block false-positive in hash key

2013-05-02 Thread Salvatore Bonaccorso
Hi Guillem On Tue, Apr 30, 2013 at 03:21:53PM +0200, Guillem Jover wrote: > Hi! > > On Sun, 2013-04-28 at 01:29:55 +0200, Guillem Jover wrote: > > Package: libperl-critic-perl > > Version: 1.118-1 > > Severity: normal > > > > I found the following false-positive while going through the dpkg code

Bug#706303: libperl-critic-perl: until block false-positive in hash key

2013-04-30 Thread Guillem Jover
Hi! On Sun, 2013-04-28 at 01:29:55 +0200, Guillem Jover wrote: > Package: libperl-critic-perl > Version: 1.118-1 > Severity: normal > > I found the following false-positive while going through the dpkg code > base: > > ,--- until.pl --- > #!/usr/bin/perl > > use strict; > use warnings; > > our

Bug#706303: libperl-critic-perl: until block false-positive in hash key

2013-04-27 Thread Guillem Jover
Package: libperl-critic-perl Version: 1.118-1 Severity: normal Hi! I found the following false-positive while going through the dpkg code base: ,--- until.pl --- #!/usr/bin/perl use strict; use warnings; our $VERSION = '0.00'; my %hash; $hash{since} = 0; $hash{until} = 1; $hash{'until'}