From 4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 1 Sep 2019 23:14:09 +0200 Subject: Enable stictures --- tgsend | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tgsend') diff --git a/tgsend b/tgsend index 0ee318d..62aa347 100755 --- a/tgsend +++ b/tgsend @@ -7,6 +7,9 @@ # Dependencies: HTTP-Message, JSON ################################################################################ +use strict; +use warnings; + $main::VERSION = "0.1.1"; use Getopt::Long qw(:config auto_version); -- cgit v1.2.3