From da7d90773b8acf3dde1731f81237bb451ab73e33 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Thu, 14 Jan 2016 14:48:23 -0700 Subject: Allow multiple event handlers to be added for the same event. Increased version number to allow for depending on this ability --- lib/Net/IRC.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Net/IRC.pm') 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; -- cgit v1.2.3