The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.74 - 2009-06-20

  • added additional slash to fix #46928 (t/05infobot.t)
  • added t/03store_storable.t
  • closes #3258: instead of just overwriting the storable file it creates a tempfile and the move it
  • Moved FakeBot to Test::Bot::BasicBot::Pluggable so that it's accessable for other Modules
  • renamed infobot.t and title.t
  • only create a new table if it doesn't exists yet in Store::DBI

Documentation

A standard Bot::BasicBot::Pluggable script

Modules

extended simple IRC bot for pluggable modules
base module for all BasicBot plugins
authentication for Bot::BasicBot::Pluggable modules
DNS lookups for hostnames or IP addresses
searches Google for terms and spellings
infobot clone redone in B::B::P.
join and leave channels; remembers state
tracks karma for various concepts
loads and unloads bot modules; remembers state
track when and where people were seen
speaks the title of URLs mentioned
change internal module variables
base class for the back-end pluggable store
use DBI to provide a storage backend
use DBM::Deep to provide a storage backend
use Storable to provide a storage backend
utilities to aid in testing of Bot::BasicBot::Pluggable modules

Provides

in lib/Bot/BasicBot/Pluggable/Module/Base.pm