]> git.koha-community.org Git - koha.git/commit
Bug 7532 - remove dependency on Date::ICal
authorRobin Sheat <robin@catalyst.net.nz>
Sun, 12 Feb 2012 03:36:34 +0000 (16:36 +1300)
committerChris Nighswonger <chris.nighswonger@gmail.com>
Mon, 20 Feb 2012 03:27:58 +0000 (22:27 -0500)
commit2aac2c4ff80bf432f4ca6c21206c37865e23cc75
tree9936c43f4c1a3034c0ed636853b20192dd3a0b8f
parentc377ae1de801bbf280428ab03b6018513db04150
Bug 7532 - remove dependency on Date::ICal

This removes the dependency on Date::ICal (which is largely
unmaintained) and replaces it with DateTime::Format::ICal which can do
the same job. It also updates all the docs and installation scripts to
handle this change.

Note that this causes a minor behaviour change: previously the generated
times were converted to UTC, now they are left "floating" (that is, have
no timezone attached) and so will appear as the local time when imported
into a calendar. I don't anticipate this'll cause any issues however.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
(cherry picked from commit 70d95b515e491e5526c7276f0af03d51ff236d40)

Signed-off-by: Chris Nighswonger <chris.nighswonger@gmail.com>
 - backported to 3.4.x
C4/Installer/PerlDependencies.pm
INSTALL.fedora7
debian/control
install_misc/debian.packages
install_misc/install_koha_on_fresh_debian
install_misc/ubuntu.packages
install_misc/ubuntu_maverick.packages
opac/opac-ics.pl