Skip to content

Commit cbc5873

Browse files
committedApr 14, 2021
Tidy
1 parent d88a818 commit cbc5873

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/MetaCPAN/Script/Author.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ sub author_config {
180180
# Get the most recent version
181181
my ($file)
182182
= sort { $dir->child($b)->stat->mtime <=> $dir->child($a)->stat->mtime }
183-
grep {m/author-.*?\.json/} readdir($dh);
183+
grep {m/author-.*?\.json/} readdir($dh);
184184
return $fallback unless ($file);
185185
$file = $dir->child($file);
186186
return $fallback if !-e $file;

0 commit comments

Comments
 (0)
Please sign in to comment.