Skip Menu |

This queue is for tickets about the Plucene-Plugin-Analyzer-SnowballAnalyzer CPAN distribution.

Report information
The Basics
Id: 30896
Status: new
Priority: 0/
Queue: Plucene-Plugin-Analyzer-SnowballAnalyzer

People
Owner: Nobody in particular
Requestors: SMPETERS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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',