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