From: Don Armstrong Date: Wed, 10 Aug 2016 19:40:59 +0000 (-0700) Subject: remove double colon in Debbugs::CGI X-Git-Tag: release/2.6.0~182 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=b891e91a269d4fdf0655dc33ed9a5acd5ba90612 remove double colon in Debbugs::CGI --- 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; }