summaryrefslogtreecommitdiffstats
path: root/lib/Net/IRC.pm
diff options
context:
space:
mode:
authorLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2016-01-14 14:48:23 -0700
committerLibravatarWilliam Heimbigner <william.heimbigner@gmail.com>2016-01-14 14:48:23 -0700
commitda7d90773b8acf3dde1731f81237bb451ab73e33 (patch)
tree07c86d4a421152550efd4c80f6fcc62d71a7e438 /lib/Net/IRC.pm
parentcca3bcc2cf7e0b7bd8d365aa77ae75716bdbcf6e (diff)
Allow multiple event handlers to be added for the same event. Increased version number to allow for depending on this ability
Diffstat (limited to 'lib/Net/IRC.pm')
-rw-r--r--lib/Net/IRC.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/IRC.pm b/lib/Net/IRC.pm
index 4b93fe1..92bb2af 100644
--- a/lib/Net/IRC.pm
+++ b/lib/Net/IRC.pm
@@ -33,7 +33,7 @@ BEGIN {
use strict;
use vars qw($VERSION);
-$VERSION = "0.90";
+$VERSION = "0.91";
sub new {
my $proto = shift;