From 4b5b7b955d845586d34882d4dacb10b120d9e90d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 26 Sep 2017 19:22:01 +1300 Subject: Remove stray trailing comma --- checkem | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checkem b/checkem index 52eafa6..e1227c4 100755 --- a/checkem +++ b/checkem @@ -69,7 +69,7 @@ find { wanted => sub { # Start a hash to represent this file - my %f = ( name => $File::Find::name, ); + my %f = ( name => $File::Find::name ); # Pull in the file stat values we care about @f{ keys %STATS } = ( stat $f{name} )[ values %STATS ] -- cgit v1.2.3