X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=ndbot.pl;h=1f97e577c5d430989bd62993388af408a316d5a4;hb=734f71c099149b73077c64112bbe15ad14f468a2;hp=a14ee36fe319bef16eaaeb34b7eda5d8c3e5acf3;hpb=3494b00f46396cfe17a7ab19de2385eb2b4df2c8;p=NDIRC.git diff --git a/ndbot.pl b/ndbot.pl index a14ee36..1f97e57 100755 --- a/ndbot.pl +++ b/ndbot.pl @@ -22,8 +22,19 @@ use strict; use warnings; use feature ':5.10'; + +#use Devel::Leak::Object qw{ GLOBAL_bless }; use POE qw(Component::IRC::Qnet::State); +use Moose; +use MooseX::Declare; +use MooseX::Declare::StackItem; +use Parse::Method::Signatures::Sig; +use MooseX::Types::TypeDecorator; +use MooseX::Meta::TypeConstraint::ForceCoercion; + +use NDIRC::Bot; + eval "require NDIRC::$ARGV[0]"; die $@ if $@;