summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-11-30 20:16:38 -0600
committerJesse Luehrs <doy@tozt.net>2009-11-30 20:16:50 -0600
commit89321e1456c210e8e4a4b6593ae84a41fc2bfe3e (patch)
treeaaed117427a51a4e407e0ec1cf9fcd7e2f0adb85
parent7986f17cdffbafa62209796de502e20832be3afb (diff)
downloadcrawlbot-89321e1456c210e8e4a4b6593ae84a41fc2bfe3e.tar.gz
crawlbot-89321e1456c210e8e4a4b6593ae84a41fc2bfe3e.zip
whitespace
-rw-r--r--lib/Crawl/Bot/Plugin/Mantis.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Crawl/Bot/Plugin/Mantis.pm b/lib/Crawl/Bot/Plugin/Mantis.pm
index 5617193..4ea2db9 100644
--- a/lib/Crawl/Bot/Plugin/Mantis.pm
+++ b/lib/Crawl/Bot/Plugin/Mantis.pm
@@ -1,6 +1,7 @@
package Crawl::Bot::Plugin::Mantis;
use Moose;
extends 'Crawl::Bot::Plugin';
+
with 'Crawl::Bot::Role::RSS';
sub rss_feed { 'http://crawl.develz.org/mantis/issues_rss.php' }