From: dbs Date: Wed, 12 Jan 2011 21:10:17 +0000 (+0000) Subject: Add Net::SSH2 to the prereqs as the libnet-ssh2-perl package is not on Debian Lenny X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9992a6b7dbaac4c1474d0b83f36cae8239469220;p=working%2FEvergreen.git Add Net::SSH2 to the prereqs as the libnet-ssh2-perl package is not on Debian Lenny git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@19171 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/extras/Makefile.install b/Open-ILS/src/extras/Makefile.install index db4bb43407..0157373b15 100644 --- a/Open-ILS/src/extras/Makefile.install +++ b/Open-ILS/src/extras/Makefile.install @@ -238,6 +238,7 @@ CPAN_MODULES = \ CPAN_MODULES_MORE = \ Business::CreditCard::Object \ MARC::Record \ + Net::SSH2 \ UUID::Tiny # Are we sure most distros don't come with an acceptable version of Safe.pm?