diff options
| author | 2015-12-25 14:50:15 +0000 | |
|---|---|---|
| committer | 2015-12-25 14:50:15 +0000 | |
| commit | 8aa897dc2ed6f342517daf97aaac881aa4fe62f4 (patch) | |
| tree | f04310275029136f86f3a7cee52ded776b3c18da | |
| parent | 402197bada9e7f95f152672c03dc7f01f3fb8fea (diff) | |
Require our custom version of Net::IRC by specifying version 0.90 or higher
| -rwxr-xr-x | meta.pl | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
