From 5871addf7b877286e38004fc736023de93a7f630 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 16 Mar 2021 18:13:49 -0300 Subject: scripts/gistatic.pl: WIP --- scripts/gistatic.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'scripts/gistatic.pl') diff --git a/scripts/gistatic.pl b/scripts/gistatic.pl index e69de29..33ddb00 100755 --- a/scripts/gistatic.pl +++ b/scripts/gistatic.pl @@ -0,0 +1,11 @@ +#!/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