summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmeta.pl4
1 files 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