mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
use Symbol qw(delete_packge) -> use Symbol; Symbol::delete_package(). Maybe
this helps with perl 5.004 not to crash at beginning, or maybe not :) Can't test myself. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2823 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
933cbfe4b0
commit
6b7c38d1c6
@ -6,14 +6,14 @@
|
||||
# %%s : must be second - use Irssi; use Irssi::Irc; etc..
|
||||
package Irssi::Core;
|
||||
|
||||
use Symbol qw(delete_package);
|
||||
use Symbol;
|
||||
|
||||
sub is_static {
|
||||
return %d;
|
||||
}
|
||||
|
||||
sub destroy {
|
||||
delete_package($_[0]);
|
||||
Symbol::delete_package($_[0]);
|
||||
}
|
||||
|
||||
sub eval_data {
|
||||
|
Loading…
Reference in New Issue
Block a user