summaryrefslogtreecommitdiffstats
path: root/extensions/Profanivore/Config.pm
diff options
context:
space:
mode:
authorDave Lawrence <dlawrence@mozilla.com>2012-08-28 17:00:18 +0200
committerDave Lawrence <dlawrence@mozilla.com>2012-08-28 17:00:18 +0200
commitcca07e40f68720087992ec8b5337bca91a942d91 (patch)
treec06120a410eb111e9856e111d0c0ad5dfec0dc0c /extensions/Profanivore/Config.pm
parent2def70a01bd470f46fa8b83a71e1ec59b7089093 (diff)
downloadbugzilla-cca07e40f68720087992ec8b5337bca91a942d91.tar.gz
bugzilla-cca07e40f68720087992ec8b5337bca91a942d91.tar.xz
Bug 785309 - Profanivore is throwing "ascii "\xB4" does not map to Unicode" errors
r=glob
Diffstat (limited to 'extensions/Profanivore/Config.pm')
-rw-r--r--extensions/Profanivore/Config.pm7
1 files changed, 6 insertions, 1 deletions
diff --git a/extensions/Profanivore/Config.pm b/extensions/Profanivore/Config.pm
index 778301fbb..354325c58 100644
--- a/extensions/Profanivore/Config.pm
+++ b/extensions/Profanivore/Config.pm
@@ -29,7 +29,12 @@ use constant REQUIRED_MODULES => [
package => 'Regexp-Common',
module => 'Regexp::Common',
version => 0
+ },
+ {
+ package => 'HTML-Tree',
+ module => 'HTML::Tree',
+ version => 0,
}
];
-__PACKAGE__->NAME; \ No newline at end of file
+__PACKAGE__->NAME;