Bug 11757: remove dependency on POE
authorGalen Charlton <gmc@esilibrary.com>
Fri, 14 Feb 2014 00:24:56 +0000 (00:24 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sat, 15 Feb 2014 01:38:15 +0000 (01:38 +0000)
commitb67dac81cceaab356486001292cff40977682fff
tree0ebbfebdcb7474e1c81aff215229723c1f9adb2b
parentef65eee25e2946adf20650d61781363f735058b6
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>
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