Adding Biblio::EndNote dep
[koha_fer] / Makefile.PL
index e7c6f2c..c9f6772 100755 (executable)
@@ -96,6 +96,7 @@ WriteMakefile(
     AUTHOR => 'Koha Developers <koha-devel@nongnu.org>',
     NO_META => 1,
     PREREQ_PM => {
+'Biblio::EndnoteStyle' => 0.05,
 'CGI' => 3.15,
 'CGI::Carp' => 1.29,
 'CGI::Session' => '4.10',
@@ -120,11 +121,14 @@ WriteMakefile(
 'List::Util' => 1.18,
 'Locale::Language' => 2.07,
 'MARC::Charset' => 0.95,
+'MARC::Crosswalk::DublinCore' => 0.03,
 'MARC::File::XML' => 0.86,
 'MARC::Record' => 1.38,
+'MARC::Crosswalk::DublinCore' => 0.02,
 'MIME::Base64' => 3.07,
 'MIME::QuotedPrint' => 3.07,
 'Mail::Sendmail' => 0.79,
+'Net::Z3950::ZOOM' => 1.16,
 'PDF::API2' => 2.000,
 'PDF::API2::Page' => 2.000,
 'PDF::API2::Util' => 2.000,
@@ -143,10 +147,10 @@ WriteMakefile(
 'Unicode::Normalize' => 0.32,
 'XML::Dumper' => 0.81,
 'XML::LibXML' => 1.59,
+'XML::LibXSLT' => 1.63,
 'XML::SAX::ParserFactory' => 1.01,
 'XML::Simple' => 2.14,
 'XML::RSS' => 1.31,
-'ZOOM' => 1.16,
         },
 
        # File tree mapping
@@ -227,10 +231,10 @@ Templates are copied to koha/templates,
 
 =pod
 
-excluding non-files, CVS files and whitespace in filenames.
+excluding non-files and whitespace in filenames.
 
 =cut
-               if ((-f $src) && ($src !~ /(\/CVS\/|\s)/)) {
+               if ((-f $src) && ($src !~ /(\s)/)) {
                        $result{$src} = '$(INST_LIBDIR)/koha/templates/'.$src;
                }
        }