aboutsummaryrefslogtreecommitdiff
path: root/tgrecv
diff options
context:
space:
mode:
Diffstat (limited to 'tgrecv')
-rwxr-xr-xtgrecv3
1 files changed, 3 insertions, 0 deletions
diff --git a/tgrecv b/tgrecv
index bd6e6ad..8456401 100755
--- a/tgrecv
+++ b/tgrecv
@@ -7,6 +7,9 @@
# Dependencies: HTTP-Message, JSON
################################################################################
+use strict;
+use warnings;
+
$main::VERSION = "0.1.1";
use Getopt::Long qw(:config auto_version);