Skip to content

Commit 6a338f4

Browse files
committed
rename freenode
1 parent ca5125f commit 6a338f4

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

perlcriticrc

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
severity = 1
22
only = 1
33

4-
[Freenode::ArrayAssignAref]
5-
[Freenode::BarewordFilehandles]
6-
[Freenode::ConditionalDeclarations]
7-
[Freenode::ConditionalImplicitReturn]
8-
[Freenode::DeprecatedFeatures]
9-
[Freenode::DiscouragedModules]
10-
[Freenode::DollarAB]
11-
[Freenode::Each]
12-
[Freenode::EmptyReturn]
13-
[Freenode::IndirectObjectNotation]
14-
[Freenode::LexicalForeachIterator]
15-
[Freenode::LoopOnHash]
16-
[Freenode::ModPerl]
17-
[Freenode::OpenArgs]
18-
[Freenode::OverloadOptions]
19-
[Freenode::POSIXImports]
20-
[Freenode::PackageMatchesFilename]
21-
[Freenode::PreferredAlternatives]
22-
[Freenode::StrictWarnings]
4+
[Community::ArrayAssignAref]
5+
[Community::BarewordFilehandles]
6+
[Community::ConditionalDeclarations]
7+
[Community::ConditionalImplicitReturn]
8+
[Community::DeprecatedFeatures]
9+
[Community::DiscouragedModules]
10+
[Community::DollarAB]
11+
[Community::Each]
12+
[Community::EmptyReturn]
13+
[Community::IndirectObjectNotation]
14+
[Community::LexicalForeachIterator]
15+
[Community::LoopOnHash]
16+
[Community::ModPerl]
17+
[Community::OpenArgs]
18+
[Community::OverloadOptions]
19+
[Community::POSIXImports]
20+
[Community::PackageMatchesFilename]
21+
[Community::PreferredAlternatives]
22+
[Community::StrictWarnings]
2323
extra_importers = Test2::V0
24-
[Freenode::Threads]
25-
[Freenode::Wantarray]
26-
[Freenode::WarningsSwitch]
27-
[Freenode::WhileDiamondDefaultAssignment]
24+
[Community::Threads]
25+
[Community::Wantarray]
26+
[Community::WarningsSwitch]
27+
[Community::WhileDiamondDefaultAssignment]
2828

2929
[BuiltinFunctions::ProhibitBooleanGrep]
3030
[BuiltinFunctions::ProhibitStringyEval]

t/alien_build_plugin_extract_commandline__tar_can.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ use Test2::V0 -no_srand => 1;
33
use Test::Alien::Build;
44
use Alien::Build::Plugin::Extract::CommandLine;
55

6-
eval { require Readonly; Readonly->VERSION('1.60') }; ## no critic (Freenode::PreferredAlternatives)
6+
eval { require Readonly; Readonly->VERSION('1.60') }; ## no critic (Community::PreferredAlternatives)
77
skip_all 'test requires Readonly 1.60' if $@;
88

99
subtest 'tar can' => sub {

0 commit comments

Comments
 (0)