[Koha-patches] [PATCH 34/92] Bug 3842 Lingua::Stem::Snowball missing from the Makefile.PL

Henri-Damien LAURENT henridamien.laurent at biblibre.com
Tue Dec 22 01:20:27 CET 2009


From: Chris Cormack <chrisc at catalyst.net.nz>

---
 Makefile.PL |    1 +
 about.pl    |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 6aa709d..826753c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -570,6 +570,7 @@ WriteMakefile(
                             'LWP::Simple'                      => 1.41,
                             'LWP::UserAgent'                   => 2.033,
                             'Lingua::Stem'                     => 0.82,
+			    'Lingua::Stem::Snowball'	       => 0.952,
                             'List::Util'                       => 1.18,
                             'List::MoreUtils'                  => 0.21,
                             'Locale::Language'                 => 2.07,
diff --git a/about.pl b/about.pl
index 44f6ceb..735138c 100755
--- a/about.pl
+++ b/about.pl
@@ -97,6 +97,7 @@ JSON
 LWP::Simple
 LWP::UserAgent
 Lingua::Stem
+Lingua::Stem::Snowball
 List::Util
 List::MoreUtils
 Locale::Language
-- 
1.6.3.3




More information about the Koha-patches mailing list