]> git.vpit.fr Git - perl/scripts/xchat.git/blobdiff - Xchat/XPI/Events.pm
Don't create a plugin object for modules
[perl/scripts/xchat.git] / Xchat / XPI / Events.pm
index b26f784ff6e1161b076786e7d7c0a10f16f1f7b5..b0211c2bf8927f8d4ede911a6dcfc82df298c5d3 100644 (file)
@@ -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,11 +52,4 @@ our %EXPORT_TAGS    = (
 our @EXPORT_OK      = map { @$_ } values %EXPORT_TAGS;
 $EXPORT_TAGS{'all'} = [ @EXPORT_OK ];
 
-$ph = new Xchat::XPI 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;