X-Git-Url: http://git.vpit.fr/?p=perl%2Fscripts%2Fxchat.git;a=blobdiff_plain;f=Xchat%2FXPI.pm;h=f06e15970c6530623e1fc0918c675db131171a94;hp=2c42115dee05bdfac6611f05bf9c298de9629652;hb=d0506fe825279c4658116b8b09fabf51f943a8cd;hpb=c89e62b2896ac98ebdfac7d77d6dc31e2db3c6a5 diff --git a/Xchat/XPI.pm b/Xchat/XPI.pm index 2c42115..f06e159 100644 --- a/Xchat/XPI.pm +++ b/Xchat/XPI.pm @@ -7,7 +7,7 @@ use Tie::RefHash; use Xchat; -our $VERSION = '0.04'; +our $VERSION = '0.05'; use constant { COLOR_TAG => "\00307" }; @@ -125,12 +125,4 @@ sub PRINT { shift->print(@_) } sub PRINTF { shift->printf(@_) } -my $ph = __PACKAGE__->new( - name => 'Extended Xchat Perl Interface', - desc => 'Adds extended support for Perl scripts', - author => 'Vincent Pit (VPIT)', - email => 'perl@profvince.com', - url => 'http://www.profvince.com', -); - 1;