From ab13ef35358d904e71d0be3416d25094e76507c6 Mon Sep 17 00:00:00 2001 From: Andrew Moore Date: Tue, 12 Aug 2008 10:11:52 -0500 Subject: [PATCH] Bug 2400 [17/18]: fixing pod syntax in C4/SIP/ILS/Item.pm Signed-off-by: Galen Charlton --- C4/SIP/ILS/Item.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/SIP/ILS/Item.pm b/C4/SIP/ILS/Item.pm index 58d4b1085f..2f4acef30f 100644 --- a/C4/SIP/ILS/Item.pm +++ b/C4/SIP/ILS/Item.pm @@ -31,7 +31,8 @@ BEGIN { @EXPORT_OK = qw(); } -=doc +=head2 EXAMPLE + our %item_db = ( '1565921879' => { title => "Perl 5 desktop reference", -- 2.39.5