aboutsummaryrefslogtreecommitdiff
path: root/lib/TgLib.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/TgLib.pm')
-rw-r--r--lib/TgLib.pm6
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;