diff options
author | Guillermo Ramos | 2019-06-24 12:04:15 +0200 |
---|---|---|
committer | Guillermo Ramos | 2019-06-24 12:04:15 +0200 |
commit | 47fb4fc02407def9d9b19a2746983b8c65937e3f (patch) | |
tree | 75b72d0b8ff49d9e25e0192760d07061a514ab5c /lib/TgLib.pm | |
parent | 07975e3f25a20d30238442ce3fc98dc2b24f14a9 (diff) | |
download | tgutils-47fb4fc02407def9d9b19a2746983b8c65937e3f.tar.gz |
TgLib.{Cache,Env}
Diffstat (limited to 'lib/TgLib.pm')
-rw-r--r-- | lib/TgLib.pm | 6 |
1 files changed, 6 insertions, 0 deletions
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<Exporter>; +our @EXPORT = qw<>; + +1; |