[open-ils-commits] r16814 - trunk/Open-ILS/src/extras (dbs)

svn at svn.open-ils.org svn at svn.open-ils.org
Fri Jun 25 11:16:44 EDT 2010


Author: dbs
Date: 2010-06-25 11:16:41 -0400 (Fri, 25 Jun 2010)
New Revision: 16814

Modified:
   trunk/Open-ILS/src/extras/Makefile.install
Log:
Make CentOS/RHEL use Class::DBI::Frozen::301 and remove Class::DBI::Pg (not necessary)


Modified: trunk/Open-ILS/src/extras/Makefile.install
===================================================================
--- trunk/Open-ILS/src/extras/Makefile.install	2010-06-25 15:16:16 UTC (rev 16813)
+++ trunk/Open-ILS/src/extras/Makefile.install	2010-06-25 15:16:41 UTC (rev 16814)
@@ -88,7 +88,6 @@
 	libbusiness-creditcard-perl\
 	libbusiness-onlinepayment-authorizenet-perl\
 	libbusiness-onlinepayment-perl\
-	libclass-dbi-pg-perl\
 	libdatetime-format-builder-perl\
 	libdatetime-format-iso8601-perl\
 	libdatetime-format-mail-perl\
@@ -147,8 +146,7 @@
 	perl-Text-CSV
 
 CENTOS_PERL = \
-	Class::DBI \
-	Class::DBI::Pg \
+	Class::DBI::Frozen::301 \
 	Encode \
 	DBIx::ContextualFetch \
 	Getopt::Long \



More information about the open-ils-commits mailing list