LP#1306176: force installation of Business::Stripe from CPAN user/gmcharlt/lp1306176_force_business_strip_install
authorGalen Charlton <gmc@esilibrary.com>
Thu, 10 Apr 2014 17:40:01 +0000 (10:40 -0700)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 10 Apr 2014 17:44:29 +0000 (10:44 -0700)
commit5b4a508d208f39518db2c2fe6500320e3a63a128
tree7e5812516ee319e83c6d71e06a438a9ae6e1d804
parentce9f58a3a8293ebf9070587f7c4b5806e196ceb6
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>
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