https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6934
--- Comment #100 from Héctor Eduardo Castro Avalos <[email protected]> --- Passing QA-Test Tool I got: FAIL reports/cash_register_stats.pl OK critic OK forbidden patterns OK pod OK spelling 0 FAIL valid Name "Cache::RemovalStrategy::FIELDS" used only once: possible typo Name "Tie::Hash::FIELDS" used only once: possible typo Name "Cache::RemovalStrategy::LRU::FIELDS" used only once: possible typo Use of uninitialized value $_[0] in lc But I think this is a problem caused for bug 11998 and explained for Jonathan in bug 16104 if you test with: $ perl -cw reports/cash_register_stats.pl you obtain: Use of uninitialized value $_[0] in lc at /usr/share/perl5/Cache.pm line 485. Use of uninitialized value $_[0] in lc at /usr/share/perl5/Cache.pm line 485. Use of uninitialized value $_[0] in lc at /usr/share/perl5/Cache.pm line 485. Name "Tie::Hash::FIELDS" used only once: possible typo at /usr/share/perl/5.14/fields.pm line 135. Name "Cache::RemovalStrategy::FIELDS" used only once: possible typo at /usr/share/perl/5.14/fields.pm line 135. Name "Cache::RemovalStrategy::LRU::FIELDS" used only once: possible typo at /usr/share/perl/5.14/fields.pm line 135. reports/cash_register_stats.pl syntax OK But all this errors are from bug 11998 Still FAIL koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt FAIL forbidden patterns forbidden pattern: tab char (line 36) forbidden pattern: tab char (line 37) forbidden pattern: tab char (line 35) forbidden pattern: tab char (line 34) forbidden pattern: tab char (line 31) forbidden pattern: tab char (line 33) forbidden pattern: tab char (line 39) forbidden pattern: tab char (line 32) But I will fix it up in the last patch -- You are receiving this mail because: You are watching all bug changes. You are the QA Contact for the bug. _______________________________________________ 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/
