From 7ffc21cc7ec7267202d66e9c0b7757459cfe4921 Mon Sep 17 00:00:00 2001 From: Karl Blomster Date: Fri, 18 Jan 2008 03:22:31 +0000 Subject: [PATCH] FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF Aegisub.pm Originally committed to SVN as r1761. --- automation/include/Aegisub.pm | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 automation/include/Aegisub.pm diff --git a/automation/include/Aegisub.pm b/automation/include/Aegisub.pm new file mode 100644 index 000000000..74e461b41 --- /dev/null +++ b/automation/include/Aegisub.pm @@ -0,0 +1,7 @@ +package Aegisub; +use Exporter 'import'; + +@EXPORT = qw( text_extents ); +@EXPORT_OK = qw( warn ); + +1;