aboutsummaryrefslogtreecommitdiff
path: root/lib/TgLib/Api.pm
diff options
context:
space:
mode:
authorGuillermo Ramos2019-09-01 23:14:09 +0200
committerGuillermo Ramos2019-09-01 23:14:09 +0200
commit4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194 (patch)
treef7a5b80419d9e4093e7e6101e29d38f8b4b672af /lib/TgLib/Api.pm
parent1d8f3d43ded6d604e31bc83d47771d7294dcdf9a (diff)
downloadtgutils-4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194.tar.gz
Enable stictures
Diffstat (limited to 'lib/TgLib/Api.pm')
-rw-r--r--lib/TgLib/Api.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/TgLib/Api.pm b/lib/TgLib/Api.pm
index e643a42..66c808f 100644
--- a/lib/TgLib/Api.pm
+++ b/lib/TgLib/Api.pm
@@ -1,5 +1,8 @@
package TgLib::Api;
+use strict;
+use warnings;
+
use JSON qw<encode_json decode_json>;
use HTTP::Request;
use LWP::UserAgent;