We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a86785 commit 7adc1b1Copy full SHA for 7adc1b1
lib/MetaCPAN/File.pm
@@ -14,7 +14,7 @@ use MetaCPAN::Ingest qw<
14
strip_pod
15
>;
16
17
-my @NOT_PERL_FILES = qw(SIGNATURE);
+my @NOT_PERL_FILES = qw< SIGNATURE >;
18
19
my $RE_SECTION = qr/^\s*(\S+)((\h+-+\h+(.+))|(\r?\n\h*\r?\n\h*(.+)))?/ms;
20
t/tidyall.t
@@ -10,7 +10,7 @@ use Test::More $ENV{COVERAGE}
10
11
use File::Temp ();
12
13
-use Test::Code::TidyAll qw( tidyall_ok );
+use Test::Code::TidyAll qw< tidyall_ok >;
plan skip_all => 'files not yet tidy';
0 commit comments