Burak Gürsoy
Burak Gürsoy
Hi, I'd like to resurface the things discussed in https://github.com/Perl-Critic/Perl-Critic/issues/441 This part ``` Readonly::Scalar my $DESC => q{@ISA used instead of "use base"}; ``` Either needs to be ``` Readonly::Scalar...
Hi, Short summary: Instead of ``` DEBUG "Got here with " . $foo; ``` or even ``` DEBUG "Got here with " . Dumper $foo; ``` or even ``` DEBUG...
Hi, I never even remember a situation where I've tried to install perl through the cpan client for the last two decades. This is just useless noise when checking for...