From 47fb4fc02407def9d9b19a2746983b8c65937e3f Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Mon, 24 Jun 2019 12:04:15 +0200 Subject: TgLib.{Cache,Env} --- lib/TgLib.pm | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/TgLib.pm (limited to 'lib/TgLib.pm') diff --git a/lib/TgLib.pm b/lib/TgLib.pm new file mode 100644 index 0000000..9be77d7 --- /dev/null +++ b/lib/TgLib.pm @@ -0,0 +1,6 @@ +package TgLib; + +use parent qw; +our @EXPORT = qw<>; + +1; -- cgit v1.2.3