]> ruin.nu Git - NDIRC.git/blobdiff - ndbot.pl
Fix for perl 5.26 inc change
[NDIRC.git] / ndbot.pl
index 50825a0df3d9743e02179f8bf325ed340617ef74..54e2fcc9b56a6d8a9826aa426052a45a6afea012 100755 (executable)
--- a/ndbot.pl
+++ b/ndbot.pl
@@ -24,6 +24,10 @@ use warnings;
 use feature ':5.10';
 use local::lib;
 
+use File::Basename;
+use lib dirname (__FILE__) . "/..";
+
+
 #use Devel::Leak::Object qw{ GLOBAL_bless };
 use POE qw(Component::IRC::Qnet::State);