diff options
Diffstat (limited to 'lib/TgLib/Api.pm')
-rw-r--r-- | lib/TgLib/Api.pm | 3 |
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; |