From 402197bada9e7f95f152672c03dc7f01f3fb8fea Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Fri, 25 Dec 2015 14:49:23 +0000 Subject: Tweak Net::IRC's version to be 0.90, so that we can require >0.90 in ASM and it will croak if it's using stock Net::IRC --- lib/Net/IRC.pm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'lib/Net/IRC.pm') diff --git a/lib/Net/IRC.pm b/lib/Net/IRC.pm index 9e39458..cb41dca 100644 --- a/lib/Net/IRC.pm +++ b/lib/Net/IRC.pm @@ -33,7 +33,7 @@ BEGIN { use strict; use vars qw($VERSION); -$VERSION = "0.80"; +$VERSION = "0.90"; sub new { my $proto = shift; @@ -754,6 +754,4 @@ http://www.irchelp.org/, home of fine IRC resources. =back -=cut - - +=cut \ No newline at end of file -- cgit v1.2.3