forked from PsychoticNinja/irssi
Removed everything from @EXPORT - they weren't supposed to be there.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1610 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
5311736a68
commit
dd37b9ca2c
@ -13,7 +13,7 @@ require Exporter;
|
|||||||
require DynaLoader;
|
require DynaLoader;
|
||||||
|
|
||||||
@ISA = qw(Exporter DynaLoader);
|
@ISA = qw(Exporter DynaLoader);
|
||||||
@EXPORT = qw(active_win active_server print command printformat);
|
@EXPORT = qw();
|
||||||
@EXPORT_OK = qw();
|
@EXPORT_OK = qw();
|
||||||
|
|
||||||
bootstrap Irssi::UI $VERSION;
|
bootstrap Irssi::UI $VERSION;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user