Skip to content

Commit 7adc1b1

Browse files
committed
syntax consistency
1 parent 9a86785 commit 7adc1b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/MetaCPAN/File.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use MetaCPAN::Ingest qw<
1414
strip_pod
1515
>;
1616

17-
my @NOT_PERL_FILES = qw(SIGNATURE);
17+
my @NOT_PERL_FILES = qw< SIGNATURE >;
1818

1919
my $RE_SECTION = qr/^\s*(\S+)((\h+-+\h+(.+))|(\r?\n\h*\r?\n\h*(.+)))?/ms;
2020

t/tidyall.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use Test::More $ENV{COVERAGE}
1010

1111
use File::Temp ();
1212

13-
use Test::Code::TidyAll qw( tidyall_ok );
13+
use Test::Code::TidyAll qw< tidyall_ok >;
1414

1515
plan skip_all => 'files not yet tidy';
1616

0 commit comments

Comments
 (0)