Your message dated Sun, 26 Jun 2022 21:20:31 +0300
with message-id 
<20220626182031.tyrjbxhcrt5uxni2@fbd7c150-3361-11e8-8c11-5badabdd4a8d>
and subject line Re: #697993: libperl-critic-perl: Comma separated statement 
false positive on scalar hashref
has caused the Debian Bug report #697993,
regarding libperl-critic-perl: Comma separated statement false positive on 
scalar hashref
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
697993: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=697993
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libperl-critic-perl
Version: 1.118-1
Severity: normal
Tags: upstream

Hi!

Here's what seems like a false positive that I found while going over
the dpkg code:

,--- scalarref-comma.pl
#!/usr/bin/perl

use strict;
use warnings;

our $VERSION = '0.0';

my $scalarref = \{
    'name' => [],
};

1;
`---

Reproducible with:

  $ perlcritic -s ProhibitCommaSeparatedStatements scalarref-comma.pl

If the single quotes around 'name' are removed, then it does not seem
to trigger.

Thanks,
Guillem

--- End Message ---
--- Begin Message ---
Version: 1.121-1

According to the upstream ticket¹, this is now working since version 
1.121-1, so closing.

-- Damyan

--- End Message ---

Reply via email to