forked from mia/Aegisub
8 lines
100 B
Perl
8 lines
100 B
Perl
|
package Aegisub;
|
||
|
use Exporter 'import';
|
||
|
|
||
|
@EXPORT = qw( text_extents );
|
||
|
@EXPORT_OK = qw( warn );
|
||
|
|
||
|
1;
|