From: Lebbeous Fogle-Weekley Date: Thu, 19 Sep 2013 17:23:38 +0000 (-0400) Subject: Add Business::Stripe as a CPAN module to the pre-reqs installers X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=93445a620d7a2c62ccc75f04fe525241bdba7ede;p=working%2FEvergreen.git Add Business::Stripe as a CPAN module to the pre-reqs installers Signed-off-by: Lebbeous Fogle-Weekley --- diff --git a/Open-ILS/src/extras/install/Makefile.debian-squeeze b/Open-ILS/src/extras/install/Makefile.debian-squeeze index 3bc586a091..f10bd583e0 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-squeeze +++ b/Open-ILS/src/extras/install/Makefile.debian-squeeze @@ -66,6 +66,7 @@ export DEB_APACHE_DISMODS = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ + Business::Stripe \ Library::CallNumber::LC \ Net::Z3950::Simple2ZOOM \ RPC::XML \ diff --git a/Open-ILS/src/extras/install/Makefile.debian-wheezy b/Open-ILS/src/extras/install/Makefile.debian-wheezy index fb18745f68..0760d388f0 100644 --- a/Open-ILS/src/extras/install/Makefile.debian-wheezy +++ b/Open-ILS/src/extras/install/Makefile.debian-wheezy @@ -68,6 +68,7 @@ export DEB_APACHE_DISMODS = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ + Business::Stripe \ Template::Plugin::POSIX \ Safe diff --git a/Open-ILS/src/extras/install/Makefile.fedora b/Open-ILS/src/extras/install/Makefile.fedora index 91363cbbc8..a0d6335eab 100644 --- a/Open-ILS/src/extras/install/Makefile.fedora +++ b/Open-ILS/src/extras/install/Makefile.fedora @@ -61,6 +61,7 @@ FEDORA_RPMS = \ export CPAN_MODULES = \ Net::Z3950::ZOOM \ Net::Z3950::Simple2ZOOM \ + Business::Stripe \ Template::Plugin::POSIX \ SRU \ Rose::URI diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid index eb00b54d06..0bc8a4828c 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-lucid +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-lucid @@ -63,6 +63,7 @@ export DEB_APACHE_DISMODS = \ export CPAN_MODULES = \ Business::OnlinePayment::PayPal \ + Business::Stripe \ Library::CallNumber::LC \ MARC::Record \ Net::Z3950::Simple2ZOOM \ diff --git a/Open-ILS/src/extras/install/Makefile.ubuntu-precise b/Open-ILS/src/extras/install/Makefile.ubuntu-precise index 24b9b4454b..4c6897c4a5 100644 --- a/Open-ILS/src/extras/install/Makefile.ubuntu-precise +++ b/Open-ILS/src/extras/install/Makefile.ubuntu-precise @@ -70,6 +70,7 @@ export DEB_APACHE_DISMODS = \ export CPAN_MODULES = \ Business::CreditCard::Object \ + Business::Stripe \ Business::OnlinePayment::PayPal \ Template::Plugin::POSIX \ Rose::URI \