https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049 --- Comment #11 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Note for QA QA Tools gives this warning: FAIL t/Koha/Plugin/MarcFieldValues.pm OK critic OK forbidden patterns OK git manipulation OK pod FAIL pod coverage POD coverage was greater before, try perl -MPod::Coverage=PackageName -e666 SKIP spelling OK valid This is a false negative. Since the t folder is not in the PERL5LIB path, the module cannot be loaded. After adding [myclone]/t to PERL5LIB: perl -MPod::Coverage=Koha::Plugin::MarcFieldValues -e1 RETURNS: Koha::Plugin::MarcFieldValues has a Pod::Coverage rating of 1 -- You are receiving this mail because: You are watching all bug changes.