diff --git a/src/tools/make/postpush.pl b/src/tools/make/postpush.pl index 5cfe3008..5bfe0ffb 100755 --- a/src/tools/make/postpush.pl +++ b/src/tools/make/postpush.pl @@ -1,11 +1,9 @@ #!/usr/bin/perl -w - use strict; use warnings; use POSIX "strftime"; - use CGI qw(:standard escapeHTML); use JSON;