From 8aa897dc2ed6f342517daf97aaac881aa4fe62f4 Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Fri, 25 Dec 2015 14:50:15 +0000 Subject: Require our custom version of Net::IRC by specifying version 0.90 or higher --- meta.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta.pl b/meta.pl index 3be2c9d..b5a6daf 100755 --- a/meta.pl +++ b/meta.pl @@ -7,7 +7,7 @@ no if $] >= 5.017011, warnings => 'experimental::smartmatch'; use FindBin; use lib "$FindBin::Bin/lib";; -use Net::IRC; +use Net::IRC 0.90; use Data::Dumper; use IO::All; use Getopt::Long; @@ -147,4 +147,4 @@ sub init { $irc->start(); } -init(); +init(); \ No newline at end of file -- cgit v1.2.3