-
should your dist.ini have "[Prereqs] Dancer2 = 2"?
name = Dancer2-Session-JSON
author = David Golden dagolden@cpan.org
license = Apache_2_0
copyright_holder = David Golden
copyright_year = 2013…
-
https://metacpan.org/pod/Perl::Critic::Policy::TestingAndDebugging::RequireUseStrict and https://metacpan.org/pod/Perl::Critic::Policy::TestingAndDebugging::RequireUseWarnings
If your policy doesn't …
-
With a German locale:
```
# Failed test 'Usage ok'
# at t/around_options_usage.t line 54.
# 'Aufruf: around_options_usage.t [-ht] [long options...]'
# doesn't match '(?^:^US…
-
```
root@zhumarin /home/azq2/bots/spaces # rperl 1.pl
Can't parse code: Unknown error parsing Perl documentxujroot@zhumarin /home/azq2/bots/spaces #
root@zhumarin /home/azq2/bots/spaces # cat 1.pl
pr…
-
```
What steps will reproduce the problem?
1. Install 'The Whole Enchilada' using camelbox_2009.167.2132Z-tahi.exe
2. Go to the Start Menu and Run 'CPAN Shell'
3. Type at the shell prompt 'install Gtk…
-
```
$ cat test.pl
```
``` perl
#!perl
use strict;
use warnings;
our $VERSION = "0.00";
my @c;
my %row = map { $_ => 1 } 0..10;
push @c, [ @row{sort { $a $b } keys %row } ];
```
```
$ perlcritic …
-
Here is test case, which reproduces bug:
```
use strict;
use warnings;
use Test::More;
use Plack::Test;
use HTTP::Request::Common;
{
package App; ## no critic
use Dancer2;
set serialize…
-
Other releases have a 'provides' array in the root and a 'provides' hash in metadata,, but
http://api.metacpan.org/v0/release/Perl-Critic-Compatibility
only has the hash in the metadata. Is this a bu…
-
```
What steps will reproduce the problem?
1. Install clamtk
2. Open a text console
3. Set $LANGUAGE to "ru_RU" or verify
4 Launch clamkt
What is the expected output? What do you see instead?
The mai…
-
Fix issues related to the following `Perl::Critic` severity 2 violations:
- Prohibit Stringy Split
- Prohibit C Style For Loops
- Require Checked Close
- Prohibit Double Sigils
- Prohibit Fixed String…