aboutsummaryrefslogtreecommitdiff
path: root/tgsend
diff options
context:
space:
mode:
authorGuillermo Ramos2019-09-01 23:14:09 +0200
committerGuillermo Ramos2019-09-01 23:14:09 +0200
commit4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194 (patch)
treef7a5b80419d9e4093e7e6101e29d38f8b4b672af /tgsend
parent1d8f3d43ded6d604e31bc83d47771d7294dcdf9a (diff)
downloadtgutils-4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194.tar.gz
Enable stictures
Diffstat (limited to 'tgsend')
-rwxr-xr-xtgsend3
1 files changed, 3 insertions, 0 deletions
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);