Bug 11757: remove dependency on POE
authorGalen Charlton <gmc@esilibrary.com>
Fri, 14 Feb 2014 00:24:56 +0000 (00:24 +0000)
committerFridolin Somers <fridolin.somers@biblibre.com>
Mon, 19 May 2014 14:03:14 +0000 (16:03 +0200)
commitab85f0c5d03df5cbdeecac94cc9ae5e4b327a083
treefc77476b385c4dd70dc996ac5fb3bf327ac482ed
parent7d6daf4ceb6680fd9a86dba38d219511df250d7c
Bug 11757: remove dependency on POE

The last use of the POE family of Perl modules went away with
the removal of zebraqueue_daemon.pl per bug 9001.  Consequently,
this patch removes POE as a dependency.

To test:

[1] Verify that "git grep POE" and "git grep libpoe" report
    nothing.
[2] Verify that koha_perl_deps.pl -a does not report POE
    as a dependency.
[3] (extra credit) verify that Debian packages can be built
    that do not list libpoe-perl as a dependency.

This patch also updates some distro-specific installation
instructions and scripts, but makes no representations about
whether those instructions currently work.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit b67dac81cceaab356486001292cff40977682fff)
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
C4/Installer/PerlDependencies.pm
INSTALL.fedora7
INSTALL.opensuse
debian/control
install_misc/debian.packages
install_misc/ubuntu.10.04.packages
install_misc/ubuntu.12.04.packages
install_misc/ubuntu.packages