[Koha-bugs] [Bug 11998] Syspref caching issues

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Nov 24 11:00:48 CET 2014


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998

--- Comment #62 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Robin, I still got the compilation error:

% more Koha/Pouet.pm
package Koha::Pouet;

use Koha::Database;

1;

% perl -wc Koha/Pouet.pm
Name "Cache::RemovalStrategy::FIELDS" used only once: possible typo at
/usr/share/perl/5.20/fields.pm line 135.
Name "Cache::RemovalStrategy::LRU::FIELDS" used only once: possible typo at
/usr/share/perl/5.20/fields.pm line 135.
Name "Tie::Hash::FIELDS" used only once: possible typo at
/usr/share/perl/5.20/fields.pm line 135.
Koha/Pouet.pm syntax OK

Actually, it comes from the use Koha::Cache in C4::Context introduced by this
patch set.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list