X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ndbot.pl;h=afc8722741732a41c22f280ad83dc13bd8e9e0d2;hb=8d103256e7f29d892d040ec25a38b2cb56e7f942;hp=50825a0df3d9743e02179f8bf325ed340617ef74;hpb=dff6bffd7251217e599e36668e03caf998ea82f8;p=NDIRC.git diff --git a/ndbot.pl b/ndbot.pl index 50825a0..afc8722 100755 --- a/ndbot.pl +++ b/ndbot.pl @@ -24,8 +24,12 @@ 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); +use POE qw(Component::IRC::Qnet::State Loop::Mojo_IOLoop); use Moose; use MooseX::Declare; @@ -60,3 +64,5 @@ POE::Session->create( ); $poe_kernel->run(); + +1;