From f97d3ac1fa980b6baec4a883c5d7aa5e9e4317e2 Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 15 Apr 2010 05:43:00 +0000 Subject: [PATCH] Install DateTime packages rather than relying on CPAN etch and hardy have all but DateTime::Format::ISO8601 packaged; if we don't install the DateTime packages, D:F:ISO8601 forces a CPAN install - and building current versions of DateTime appears to be problematic on Hardy, at least We were installing these packages as prereqs in the Evergreen Makefile.install, so this problem might stem all the way back to the split of the Evergreen and OpenSRF dependency installers. git-svn-id: svn://svn.open-ils.org/OpenSRF/branches/rel_1_2@1943 9efc2488-bf62-4759-914b-345cdb29e865 --- src/extras/Makefile.install | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/extras/Makefile.install b/src/extras/Makefile.install index 733e1cb..b68ad52 100644 --- a/src/extras/Makefile.install +++ b/src/extras/Makefile.install @@ -78,6 +78,10 @@ DEBS = \ libcache-memcached-perl\ libclass-dbi-abstractsearch-perl\ libclass-dbi-sqlite-perl\ + libdatetime-format-builder-perl\ + libdatetime-format-mail-perl\ + libdatetime-perl\ + libdatetime-timezone-perl\ liberror-perl\ libexpat1-dev\ libfile-find-rule-perl\ -- 2.11.0