Bug 7532 - remove dependency on Date::ICal
authorRobin Sheat <robin@catalyst.net.nz>
Sun, 12 Feb 2012 03:36:34 +0000 (16:36 +1300)
committerPaul Poulain <paul.poulain@biblibre.com>
Fri, 17 Feb 2012 10:49:05 +0000 (11:49 +0100)
commit70d95b515e491e5526c7276f0af03d51ff236d40
tree58b92188bf573256bfb791ba5c6dcefe7c9da8d6
parent8ec812d97de321d8100f8e80ccad06cc36840e12
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>
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