added dependencies for new OAI-PMH server
authorGalen Charlton <galen.charlton@liblime.com>
Wed, 1 Apr 2009 16:49:43 +0000 (11:49 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 1 Apr 2009 16:50:18 +0000 (11:50 -0500)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>

INSTALL.debian
INSTALL.debian-lenny
Makefile.PL
about.pl
install_misc/debian-lenny.packages
install_misc/debian.packages

index eefbdeb..d182c1a 100644 (file)
@@ -111,7 +111,7 @@ Run the following command:
                 Net::Z3950::ZOOM HTML::Template::Pro MARC::Crosswalk::DublinCore \
                 PDF::Reuse PDF::Reuse::Barcode Data::ICal GD::Barcode::UPCE \
                 XML::RSS Algorithm::CheckDigits::M43_001 Biblio::EndnoteStyle POE \
-                Schedule::At DBD::SQLite GD SMS::Send
+                Schedule::At DBD::SQLite GD SMS::Send HTTP::OAI
 
 
   WARNINGS:
index 85a2d95..2d2997a 100644 (file)
@@ -78,7 +78,7 @@ sources
 
 Run the following command:
 
-    $ sudo cpan Algorithm::CheckDigits SMS::Send
+    $ sudo cpan Algorithm::CheckDigits SMS::Send HTTP::OAI
 
 Note: you may need to run CPAN initialization if you've not run cpan
 before:
index 8a1bed7..1445690 100644 (file)
@@ -557,6 +557,7 @@ WriteMakefile(
                             'HTML::Template::Pro'              => 0.69,
                             'HTML::Scrubber'                   => 0.08,
                             'HTTP::Cookies'                    => 1.39,
+                            'HTTP::OAI'                        => 3.20,
                             'HTTP::Request::Common'            => 1.26,
                             'JSON'                             => 2.07, # Needed by admin/item_circulation_alerts.pl
                             'LWP::Simple'                      => 1.41,
@@ -600,6 +601,7 @@ WriteMakefile(
                             'XML::LibXML'                      => 1.59,
                             'XML::LibXSLT'                     => 1.59,
                             'XML::SAX::ParserFactory'          => 1.01,
+                            'XML::SAX::Writer'                 => 0.44,
                             'XML::Simple'                      => 2.14,
                             'XML::RSS'                         => 1.31,
                             'YAML::Syck'                       => 0.71,
index 2280c4a..c106db2 100755 (executable)
--- a/about.pl
+++ b/about.pl
@@ -88,6 +88,7 @@ Getopt::Long
 Getopt::Std
 HTML::Template::Pro
 HTTP::Cookies
+HTTP::OAI
 HTTP::Request::Common
 HTML::Scrubber
 JSON
@@ -132,6 +133,7 @@ XML::Dumper
 XML::LibXML
 XML::LibXSLT
 XML::SAX::ParserFactory
+XML::SAX::Writer
 XML::Simple
 XML::RSS
 YAML::Syck
index 1201e6e..54c27b5 100644 (file)
@@ -97,6 +97,7 @@ libxml-parser-perl    install
 libxml-perl    install
 libxml-regexp-perl     install
 libxml-rss-perl        install
+libxml-sax-writer-perl  install
 libxml-simple-perl install
 libxml-xslt-perl       install
 libxslt1.1     install
index 1d07440..9394849 100644 (file)
@@ -70,6 +70,7 @@ libxml-namespacesupport-perl  install
 libxml-parser-perl     install
 libxml-perl    install
 libxml-regexp-perl     install
+libxml-sax-writer-perl  install
 libxml-simple-perl install
 libxml-xslt-perl       install
 libxslt1.1     install