X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=blobdiff_plain;f=Xchat%2FXPI%2FEvents.pm;h=b0211c2bf8927f8d4ede911a6dcfc82df298c5d3;hp=bb4eac1efe53d9ac6402ef7ab2738cc0b5a5ea11;hb=d0506fe825279c4658116b8b09fabf51f943a8cd;hpb=c89e62b2896ac98ebdfac7d77d6dc31e2db3c6a5 diff --git a/Xchat/XPI/Events.pm b/Xchat/XPI/Events.pm index bb4eac1..b0211c2 100644 --- a/Xchat/XPI/Events.pm +++ b/Xchat/XPI/Events.pm @@ -12,9 +12,7 @@ use constant { DEFAULT_DELAY => 1000 }; -our $VERSION = '0.03'; - -my $ph; +our $VERSION = '0.04'; sub delay { my $d = shift; @@ -54,13 +52,4 @@ our %EXPORT_TAGS = ( our @EXPORT_OK = map { @$_ } values %EXPORT_TAGS; $EXPORT_TAGS{'all'} = [ @EXPORT_OK ]; -$ph = Xchat::XPI->new( - name => 'Extended Xchat Perl Interface :: Events', - tag => 'XPI::Events', - desc => 'More events handlers', - author => 'Vincent Pit (VPIT)', - email => 'perl@profvince.com', - url => 'http://www.profvince.com', -); - 1;