forked from mia/Aegisub
7ffc21cc7e
Originally committed to SVN as r1761.
7 lines
100 B
Perl
7 lines
100 B
Perl
package Aegisub;
|
|
use Exporter 'import';
|
|
|
|
@EXPORT = qw( text_extents );
|
|
@EXPORT_OK = qw( warn );
|
|
|
|
1;
|