aboutsummaryrefslogtreecommitdiff
path: root/tgsend
diff options
context:
space:
mode:
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);