Skip to content

Commit

Permalink
Install Koha::NorwegianPatronDB dependencies to reduce log spam
Browse files Browse the repository at this point in the history
Innocuous as of https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15182
but still a bit noisy in logs:

Members.pm: Unable to load Koha::NorwegianPatronDB at /usr/share/perl5/vendor_perl/C4/Members.pm line 46.: /usr/share/koha/intranet/cgi-bin/tools/manage-marc-import.pl, referer: http://46.101.193.160/cgi-bin/koha/tools/stage-marc-import.pl
  • Loading branch information
nemobis committed Feb 1, 2016
1 parent 46833e8 commit cae9809
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ansible-koha/tasks/koha-dependencies-fedora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,13 @@
- perl-XML-SAX-Writer
- perl-XML-Simple
- perl-YAML
- https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/fedora/linux/development/rawhide/x86_64/os/Packages/p/perl-Crypt-GCrypt-1.26-1.fc24.x86_64.rpm

- name: Install missing perl dependencies from CPAN
cpanm: name={{ item }}
with_items:
- CGI::Session::Serialize::yaml
- Convert::BaseN
- Crypt::Eksblowfish::Bcrypt
- GD::Barcode::UPCE
- HTML::FormatText
Expand All @@ -120,6 +122,7 @@
- PDF::Reuse::Barcode
- PDF::Table
- Schedule::At
- SOAP::Lite
- Template::Plugin::HtmlToText
- Template::Plugin::JSON::Escape
# - Text::Bidi # Fails: https://paste.debian.net/361292/
Expand Down

0 comments on commit cae9809

Please sign in to comment.