diff options
Diffstat (limited to 'scripts/gistatic.pl')
-rwxr-xr-x | scripts/gistatic.pl | 11 |
1 files changed, 11 insertions, 0 deletions
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() |