From 4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194 Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Sun, 1 Sep 2019 23:14:09 +0200 Subject: Enable stictures --- lib/TgLib/Api.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/TgLib/Api.pm') 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; use HTTP::Request; use LWP::UserAgent; -- cgit v1.2.3