diff options
author | Guillermo Ramos | 2019-09-01 23:14:09 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-09-01 23:14:09 +0200 |
commit | 4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194 (patch) | |
tree | f7a5b80419d9e4093e7e6101e29d38f8b4b672af /tgsend | |
parent | 1d8f3d43ded6d604e31bc83d47771d7294dcdf9a (diff) | |
download | tgutils-4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194.tar.gz |
Enable stictures
Diffstat (limited to 'tgsend')
-rwxr-xr-x | tgsend | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ # Dependencies: HTTP-Message, JSON ################################################################################ +use strict; +use warnings; + $main::VERSION = "0.1.1"; use Getopt::Long qw(:config auto_version); |