From d9ae5ad6c4951c8d90c8882176c34a1bfecd86d4 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Wed, 26 Jul 2017 13:14:13 +0200 Subject: [PATCH] Bug 17989: Resolve "verbatim paragraph in NAME section" warning in C4::Templates Content-Type: text/plain; charset=utf-8 *** WARNING: Verbatim paragraph in NAME section at line 28 in file C4/Templates.pm Test plan: Run podchecker on C4::Templates and verify that the warning is resolved. Signed-off-by: Marcel de Rooy Signed-off-by: Josef Moravec --- C4/Templates.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C4/Templates.pm b/C4/Templates.pm index 434e7bd..343a374 100644 --- a/C4/Templates.pm +++ b/C4/Templates.pm @@ -25,7 +25,7 @@ use List::MoreUtils qw/ any uniq /; =head1 NAME - Koha::Templates - Object for manipulating templates for use with Koha +C4::Templates - Object for manipulating templates for use with Koha =cut -- 2.1.4