http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11998
--- Comment #62 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
