Skip to content

Commit

Permalink
Disable tpfwiki tracking due to spam
Browse files Browse the repository at this point in the history
  • Loading branch information
sorear committed Jun 14, 2011
1 parent 39e7ab0 commit 710078d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poll
Expand Up @@ -5,7 +5,7 @@ use strict;

use common;

my @modules = qw/ karmalog githubparser gitoriousparser googlecodeparser autofeed tpfwikilog tracwikilog websitelog parrotticketlog /;
my @modules = qw/ karmalog githubparser gitoriousparser googlecodeparser autofeed tracwikilog websitelog parrotticketlog /;
for my $mod (@modules) {
$mod = "modules::local::$mod";
eval "require $mod;"; die $@ if $@;
Expand Down

0 comments on commit 710078d

Please sign in to comment.