summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-30 17:59:31 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-30 17:59:31 -0600
commit2967b6b4c14510d981b5e98b289bfa98dc5a70b8 (patch)
tree9a8b6ab8e44ee7c4aeec7b94af443659c2797605
parent29c0d80c40d44eb77e3320c5c883357eb6b6f604 (diff)
downloadcrawlbot-2967b6b4c14510d981b5e98b289bfa98dc5a70b8.tar.gz
crawlbot-2967b6b4c14510d981b5e98b289bfa98dc5a70b8.zip
oops, have to extend the plugin base class
-rw-r--r--lib/Crawl/Bot/Plugin/Wiki.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Crawl/Bot/Plugin/Wiki.pm b/lib/Crawl/Bot/Plugin/Wiki.pm
index 9e08159..586aeeb 100644
--- a/lib/Crawl/Bot/Plugin/Wiki.pm
+++ b/lib/Crawl/Bot/Plugin/Wiki.pm
@@ -1,5 +1,6 @@
package Crawl::Bot::Plugin::Wiki;
use Moose;
+extends 'Crawl::Bot::Plugin';
use XML::RPC;