diff options
| author | 2016-01-14 14:48:23 -0700 | |
|---|---|---|
| committer | 2016-01-14 14:48:23 -0700 | |
| commit | da7d90773b8acf3dde1731f81237bb451ab73e33 (patch) | |
| tree | 07c86d4a421152550efd4c80f6fcc62d71a7e438 /lib/Net/IRC.pm | |
| parent | cca3bcc2cf7e0b7bd8d365aa77ae75716bdbcf6e (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.pm | 2 |
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; |
