aboutsummaryrefslogtreecommitdiff
path: root/lib/TgLib/Cache.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/Cache.pm
parent1d8f3d43ded6d604e31bc83d47771d7294dcdf9a (diff)
downloadtgutils-4ab6e09e1197f1a0e9fce9a3a3a5ce821c0d6194.tar.gz
Enable stictures
Diffstat (limited to 'lib/TgLib/Cache.pm')
-rw-r--r--lib/TgLib/Cache.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/TgLib/Cache.pm b/lib/TgLib/Cache.pm
index dbbf252..b1a3c2d 100644
--- a/lib/TgLib/Cache.pm
+++ b/lib/TgLib/Cache.pm
@@ -1,5 +1,8 @@
package TgLib::Cache;
+use strict;
+use warnings;
+
use Storable qw<store retrieve>;
use File::Basename qw<dirname>;
use File::Path qw<make_path>;