Software Freedom Law Center

root/trunk/antimatter/tim/Bot-BasicBot-Pluggable/META.yml

Revision 53, 2.0 kB (checked in by bkuhn, 9 months ago)
  • Added SFLC's internally developed tim bot released under AGPLv3
Line 
1 ---
2 name: Bot-BasicBot-Pluggable
3 version: 0.50
4 author:
5   - Tom Insam E<lt>tom@jerakeen.orgE<gt>
6 abstract: |-
7   extension to the simple irc bot base class
8   allowing for pluggable modules
9 license: perl
10 requires:
11   Bot::BasicBot: 0.30
12   DBD::SQLite: 0
13   DBI: 0
14   DBM::Deep: 0
15   Getopt::Long: 0
16   Test::More: 0.01
17   URI::Find::Simple: 0
18   URI::Title: 0.1
19   XML::Feed: 0
20   perl: 5.6.0
21 provides:
22   Bot::BasicBot::Pluggable:
23     file: lib/Bot/BasicBot/Pluggable.pm
24     version: 0.50
25   Bot::BasicBot::Pluggable::Module:
26     file: lib/Bot/BasicBot/Pluggable/Module.pm
27   Bot::BasicBot::Pluggable::Module::Auth:
28     file: lib/Bot/BasicBot/Pluggable/Module/Auth.pm
29   Bot::BasicBot::Pluggable::Module::Base:
30     file: lib/Bot/BasicBot/Pluggable/Module/Base.pm
31   Bot::BasicBot::Pluggable::Module::DNS:
32     file: lib/Bot/BasicBot/Pluggable/Module/DNS.pm
33   Bot::BasicBot::Pluggable::Module::Google:
34     file: lib/Bot/BasicBot/Pluggable/Module/Google.pm
35   Bot::BasicBot::Pluggable::Module::Infobot:
36     file: lib/Bot/BasicBot/Pluggable/Module/Infobot.pm
37   Bot::BasicBot::Pluggable::Module::Join:
38     file: lib/Bot/BasicBot/Pluggable/Module/Join.pm
39   Bot::BasicBot::Pluggable::Module::Karma:
40     file: lib/Bot/BasicBot/Pluggable/Module/Karma.pm
41   Bot::BasicBot::Pluggable::Module::Loader:
42     file: lib/Bot/BasicBot/Pluggable/Module/Loader.pm
43   Bot::BasicBot::Pluggable::Module::Seen:
44     file: lib/Bot/BasicBot/Pluggable/Module/Seen.pm
45   Bot::BasicBot::Pluggable::Module::Title:
46     file: lib/Bot/BasicBot/Pluggable/Module/Title.pm
47   Bot::BasicBot::Pluggable::Module::Vars:
48     file: lib/Bot/BasicBot/Pluggable/Module/Vars.pm
49   Bot::BasicBot::Pluggable::Store:
50     file: lib/Bot/BasicBot/Pluggable/Store.pm
51   Bot::BasicBot::Pluggable::Store::DBI:
52     file: lib/Bot/BasicBot/Pluggable/Store/DBI.pm
53   Bot::BasicBot::Pluggable::Store::Deep:
54     file: lib/Bot/BasicBot/Pluggable/Store/Deep.pm
55   Bot::BasicBot::Pluggable::Store::Storable:
56     file: lib/Bot/BasicBot/Pluggable/Store/Storable.pm
57 generated_by: Module::Build version 0.2608
Note: See TracBrowser for help on using the browser.

SFLC Main Page

[frdm] Support SFLC