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 --- .gitignore | 1 - scripts/gistatic.pl | 11 ----------- 2 files changed, 12 deletions(-) delete mode 100755 scripts/gistatic.pl diff --git a/.gitignore b/.gitignore index 25b396f..87174b6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /public/ -/pod2htmd.tmp 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