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)
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

index 9b4b3b6..829660f 100644 (file)
@@ -89,11 +89,6 @@ our $PERL_DEPS = {
         'required' => '1',
         'min_ver'  => '1.59'
     },
-    'POE' => {
-        'usage'    => 'Core',
-        'required' => '1',
-        'min_ver'  => '0.9999'
-    },
     'Email::Date' => {
         'usage'    => 'Core',
         'required' => '1',
index aa0f97f..465e706 100644 (file)
@@ -774,7 +774,6 @@ XML::LibXSLT
 XML::Simple
 YAML::Syck
 Unix::Syslog
-POE
 Date::Calc
 CHI
 CHI::Driver::Memcached
index 615e9a7..7784d6e 100644 (file)
@@ -857,7 +857,6 @@ The commands show below need to be given one by one, because zypper will always
 # zypper install perl-PDF-API2
 # zypper install perl-PDF-Reuse
 # zypper install perl-PDF-Reuse-Barcode
-# zypper install perl-POE
 # zypper install perl-32bit
 # zypper install perl-SMS-Send
 # zypper install perl-Schedule-At
index 789b534..695a3d4 100644 (file)
@@ -83,7 +83,6 @@ Build-Depends: libalgorithm-checkdigits-perl,
  libpdf-reuse-barcode-perl,
  libpdf-reuse-perl,
  libpdf-table-perl,
- libpoe-perl,
  libreadonly-perl,
  libreadonly-xs-perl,
  libscalar-list-utils-perl,
@@ -272,7 +271,6 @@ Depends: libalgorithm-checkdigits-perl,
  libpdf-reuse-barcode-perl,
  libpdf-reuse-perl,
  libpdf-table-perl,
- libpoe-perl,
  libreadonly-perl,
  libreadonly-xs-perl,
  libscalar-list-utils-perl,
index 1e92c74..9c31206 100644 (file)
@@ -94,7 +94,6 @@ libpdf-api2-simple-perl install
 libpdf-reuse-barcode-perl install
 libpdf-reuse-perl install
 libpdf-table-perl install
-libpoe-perl    install
 libreadonly-perl    install
 libreadonly-xs-perl    install
 libschedule-at-perl install
index 1d1470e..17cfdc8 100644 (file)
@@ -121,7 +121,6 @@ libpdf-api2-simple-perl                     install
 libpdf-reuse-barcode-perl              install
 libpdf-reuse-perl                      install
 libpdf-table-perl                      install
-libpoe-perl                            install
 libreadonly-perl                       install
 libreadonly-xs-perl                    install
 libschedule-at-perl                    install
index df87256..c63aaf3 100644 (file)
@@ -126,7 +126,6 @@ libpdf-api2-simple-perl                     install
 libpdf-reuse-barcode-perl              install
 libpdf-reuse-perl                      install
 libpdf-table-perl                      install
-libpoe-perl                            install
 libreadonly-perl                       install
 libreadonly-xs-perl                    install
 libschedule-at-perl                    install
index 5356e54..aea298e 100644 (file)
@@ -126,7 +126,6 @@ libpdf-api2-simple-perl                     install
 libpdf-reuse-barcode-perl              install
 libpdf-reuse-perl                      install
 libpdf-table-perl                      install
-libpoe-perl                            install
 libreadonly-perl                       install
 libreadonly-xs-perl                    install
 libschedule-at-perl                    install