aboutsummaryrefslogtreecommitdiff
path: root/lib/TgLib/Env.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TgLib/Env.pm')
-rw-r--r--lib/TgLib/Env.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/TgLib/Env.pm b/lib/TgLib/Env.pm
index c019a2c..9cb86be 100644
--- a/lib/TgLib/Env.pm
+++ b/lib/TgLib/Env.pm
@@ -1,5 +1,8 @@
package TgLib::Env;
+use strict;
+use warnings;
+
use parent qw<Exporter>;
our @EXPORT = qw<$HOME $CONFIG_HOME $CACHE_HOME $TOKEN>;