The Perl Toolchain Summit 2025 Needs You: You can help 🙏 Learn more
12345678 use strict;use warnings;use Perl::Critic::Utils;my %foo = ( $QUOTE => q{description},);
use
strict;
warnings;
Perl::Critic::Utils;
my
%foo
= (
$QUOTE
=>
q{description}
,
);