![]() |
File Search | Catalog | Content Search |
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | Perl-CPAN |
Filename: | Bot-BasicBot-Pluggable-0.91.tar.gz |
NAME Bot::BasicBot::Pluggable - extended simple IRC bot for pluggable modules SYNOPSIS Creating the bot module # with all defaults. my $bot = Bot::BasicBot->new(); # with useful options. pass any option # that's valid for Bot::BasicBot. my $bot = Bot::BasicBot::Pluggable->new( channels => ["#bottest"], ser more»
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod::Coverage 1.08"; plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage" if $@; eval "use Pod::Coverage::TrustPod"; plan skip_all => "Pod::Coverage::TrustPod required for t more»
#!perl BEGIN { unless ($ENV{RELEASE_TESTING}) { require Test::More; Test::More::plan(skip_all => 'these tests are for release candidate testing'); } } use Test::More; eval "use Test::Pod 1.41"; plan skip_all => "Test::Pod 1.41 required for testing POD" if $@; all_pod_files_ok();
Revision history for Perl extension Bot::BasicBot::Pluggable. 0.91 - Tue Dec 7 00:05:51 CST 2010 more»
* B:BB:P::Message module * replied handler is still not working ... maybe lift tell from B::BB * bet more»
This software is copyright (c) 2010 by Mario Domgoergen. This is free software; you can redistribut more»
[DIR] | Bot-BasicBot-Pluggable-0.91/ (13) |