Summary: | dependency on POE is not longer necessary | ||
---|---|---|---|
Product: | Koha | Reporter: | Galen Charlton <gmcharlt> |
Component: | Architecture, internals, and plumbing | Assignee: | Galen Charlton <gmcharlt> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | minor | ||
Priority: | P5 - low | CC: | dcook, fridolin.somers, kyle |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Attachments: |
Bug 11757: remove dependency on POE
Bug 11757: remove dependency on POE Bug 11757: remove dependency on POE |
Description
Galen Charlton
2014-02-14 00:22:16 UTC
Created attachment 25238 [details] [review] 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> Created attachment 25240 [details] [review] 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> Created attachment 25267 [details] [review] 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> Pushed to master. Pushed to 3.14.x, will be in 3.14.07. Pushed to 3.12.x will be in 3.12.13 The new work I'm doing for http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10662, which hasn't been posted yet, will be using libpoe-perl (and potentially libpoe-component-client-http-perl) for the OAI-PMH harvester daemon. Galen, how would you like folk to ask for Perl dependencies to be added to Koha? |