]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1306176: force installation of Business::Stripe from CPAN
authorGalen Charlton <gmc@esilibrary.com>
Thu, 10 Apr 2014 17:40:01 +0000 (10:40 -0700)
committerDan Wells <dbw2@calvin.edu>
Tue, 15 Apr 2014 15:01:01 +0000 (11:01 -0400)
commite8b967aaaebe16682b52e359ff93c22114a0ce7a
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