Subject: | [PATCH] Missing prereq Plucene |
Makefile.PL is missing the prerequisite Plucene.
--- Makefile.PL.old Wed Nov 21 09:58:08 2007
+++ Makefile.PL Wed Nov 21 09:58:51 2007
@@ -6,6 +6,7 @@
PREREQ_PM => {
'Lingua::Stem::Snowball' => 0,
'Lingua::StopWords' => 0,
+ 'Plucene' => 0,
},
($] >= 5.005 ?
(ABSTRACT_FROM => 'lib/Plucene/Plugin/Analyzer/SnowballAnalyzer.pm',