X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ndbot.pl;h=afc8722741732a41c22f280ad83dc13bd8e9e0d2;hb=468a4e3e07c0d9e6ed66a75c73f0d7ff2921b90a;hp=54e2fcc9b56a6d8a9826aa426052a45a6afea012;hpb=bfcb830248c2b64cfc57290b411000bc071f2a10;p=NDIRC.git diff --git a/ndbot.pl b/ndbot.pl index 54e2fcc..afc8722 100755 --- a/ndbot.pl +++ b/ndbot.pl @@ -29,7 +29,7 @@ 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; @@ -64,3 +64,5 @@ POE::Session->create( ); $poe_kernel->run(); + +1;