From: dbs Date: Thu, 15 Apr 2010 05:43:00 +0000 (+0000) Subject: Install DateTime packages rather than relying on CPAN X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f97d3ac1fa980b6baec4a883c5d7aa5e9e4317e2;p=OpenSRF.git 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 --- 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\