LP#1306176: force installation of Business::Stripe from CPAN user/berick/lp1306176_force_business_strip_install
authorGalen Charlton <gmc@esilibrary.com>
Thu, 10 Apr 2014 17:40:01 +0000 (10:40 -0700)
committerBill Erickson <berick@esilibrary.com>
Mon, 14 Apr 2014 13:43:59 +0000 (09:43 -0400)
commit548709edade7edb698a9c11ebd1da5b9c916a36f
tree332efcbb632448858e5b87244e8583f2a33698a1
parentf1fa38c29611f0e84d343d1543c3602cf6799b2b
LP#1306176: force installation of Business::Stripe from CPAN

Business::Stripe can fail to pass its tests on platforms that
happen to have Pod::Simple 3.24 or later and Test::Pod.  In
particular, Debian Jessie and Ubuntu Trusty meet those conditions
(since the OpenSRF installation process installs libtest-pod-perl)
and Debian Wheezy with backports enabled does as well.

Since the failing test cases are only for POD, this patches moves
Business::Stripe to the CPAN_MODULES_FORCE list across the board.

This can be undone if/when Business::Stripe releases a fix for
the POD validation warnings.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/src/extras/install/Makefile.debian-squeeze
Open-ILS/src/extras/install/Makefile.debian-wheezy
Open-ILS/src/extras/install/Makefile.fedora
Open-ILS/src/extras/install/Makefile.ubuntu-lucid
Open-ILS/src/extras/install/Makefile.ubuntu-precise