From b891e91a269d4fdf0655dc33ed9a5acd5ba90612 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 10 Aug 2016 12:40:59 -0700 Subject: [PATCH] remove double colon in Debbugs::CGI --- Debbugs/CGI.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Debbugs/CGI.pm b/Debbugs/CGI.pm index d97dc2b..cd5f6e3 100644 --- a/Debbugs/CGI.pm +++ b/Debbugs/CGI.pm @@ -959,7 +959,7 @@ sub calculate_etags { ); my @additional_data = @{$param{additional_data}}; for my $file (@{$param{files}}) { - my $st = stat($file) or warn "Unable to stat $file:: $!"; + my $st = stat($file) or warn "Unable to stat $file: $!"; push @additional_data,$st->mtime; push @additional_data,$st->size; } -- 2.39.2