From 933216b1c1a144900731686c03111ce4ecbb17ba Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 1 Dec 2008 11:12:55 -0600 Subject: [PATCH] fix POD error introduced in last patch Run prove xt/author/podcorrectness.t to verify that POD is syntactically correct. Signed-off-by: Galen Charlton --- C4/Amazon.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/C4/Amazon.pm b/C4/Amazon.pm index 0399e08468..a9cb3392ec 100644 --- a/C4/Amazon.pm +++ b/C4/Amazon.pm @@ -50,6 +50,9 @@ This module provides facilities for retrieving Amazon.com content in Koha =over 4 my $amazon_details = &get_amazon_details( $xisbn, $record, $marcflavour ); + +=back + Get editorial reviews, customer reviews, and similar products using Amazon Web Services. =cut -- 2.39.2