updatedatabase : fixing XSLT syspref type
[koha.git] / Makefile.PL
index e472a1a..06a3826 100644 (file)
@@ -526,7 +526,7 @@ my %test_suite_override_dirs = (
  
 WriteMakefile(
               NAME         => 'koha',
-              VERSION     => '3.00.04_final',
+              VERSION     => '3.00.05',
               #VERSION_FROM => 'kohaversion.pl',
               ABSTRACT     => 'Award-winning integrated library system (ILS) and Web OPAC',
               AUTHOR       => 'Koha Developers <koha-devel@lists.koha.org>',
@@ -594,6 +594,7 @@ WriteMakefile(
                             'Test::More'                       => 0.62,
                             'Text::CSV'                        => 0.01,
                             'Text::CSV_XS'                     => 0.32,
+                            'Text::CSV::Encoded'               => 0.09,
                             'Text::Iconv'                      => 1.7,
                             'Text::Wrap'                       => 2005.082401,
                             'Time::HiRes'                      => 1.86,