From 1154ef6c359e49fc0b032ea19b746b64f1c938bf Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 28 May 2021 13:43:00 -0300 Subject: Remove empty Perl code --- scripts/gistatic.pl | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 scripts/gistatic.pl (limited to 'scripts') diff --git a/scripts/gistatic.pl b/scripts/gistatic.pl deleted file mode 100755 index 33ddb00..0000000 --- a/scripts/gistatic.pl +++ /dev/null @@ -1,11 +0,0 @@ -#!/usr/bin/env perl - -use utf8; -use strict; -use warnings; -use open qw(:std :utf8); - -# no critic (RequireInterpolationOfMetachars) -our $VERSION = '@VERSION@'; - -#print pwd() -- cgit v1.2.3