Bug 18277: [QA Follow-up] Additional polishing
authorMarcel de Rooy <m.de.rooy@rijksmuseum.nl>
Fri, 7 Jul 2017 07:55:54 +0000 (09:55 +0200)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 10 Jul 2017 16:03:38 +0000 (13:03 -0300)
commit0c14a76049061a581c508a8abe032bbb7844fabe
treebec1187a5e2303faa983eabcee69af2626acba73
parent98aaa69d38eda8bf9beee3ac8dd8e5d60443eb3f
Bug 18277: [QA Follow-up] Additional polishing

Fix POD error in Biblio.pm, as reported by qa tools:
    Apparent command =cut not preceded by blank line

Resolve crash in t/db_dependent/Items/DelItem.t:
  Can't call method "biblio" on an undefined value at C4/Items.pm line 669.

Add find test in tools/batchMod.pl. Increase readability of map statement.

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Biblio.pm
C4/Items.pm
tools/batchMod.pl