[Koha-bugs] [Bug 19049] Fix regression on stage-marc-import with to_marc plugin

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 10 13:19:43 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19049

--- Comment #11 from Marcel de Rooy <m.de.rooy at 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.


More information about the Koha-bugs mailing list