From: slef Date: Mon, 19 Jun 2006 19:48:56 +0000 (+0000) Subject: update PREREQ_PM with info from Joshua Ferraro Fri, 16 Jun 2006 13:51:16 -0700 X-Git-Tag: dev_week~723 X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=commitdiff_plain;h=4a46a986e2bbc75b93ad92c860a60d5a769d7b16;p=koha_fer update PREREQ_PM with info from Joshua Ferraro Fri, 16 Jun 2006 13:51:16 -0700 --- diff --git a/Makefile.PL b/Makefile.PL index ff2f334a6e..dc5070bb0d 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -33,12 +33,15 @@ WriteMakefile( 'DBD::MySQL' => 1, 'HTML::Template' => 1, 'Digest::MD5' => 1, - 'MARC::Record' => 1, + 'MARC::Record' => 2.0, + 'MARC::Charset' => 0.95, + 'MARC::File::XML' => 0.83, 'Mail::Sendmail' => 1, 'PDF::API2' => 1, 'Net::LDAP' => 1, 'Event' => 1, - 'Net::Z3950' => 1 + 'Net::Z3950' => 1, + 'XML::SAX::LibXML' => 1 }, CONFIGURE => sub { # Figure out options here?