[Koha-patches] [PATCH] Bugfix: Adding missing package to Makefile.PL

Chris Nighswonger cnighswonger at foundations.edu
Fri Jan 15 15:12:44 CET 2010


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

diff --git a/Makefile.PL b/Makefile.PL
index aa45911..6ef3b1d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -571,6 +571,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,
-- 
1.6.0.4




More information about the Koha-patches mailing list