From a72b16e13854614e713764ceeebbfbc0fa24e805 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 18 Apr 2008 15:59:54 +0000 Subject: [PATCH] fix POD whitespace --- lib/WebGUI/Shop/Pay.pm | 1 + lib/WebGUI/Shop/PayDriver.pm | 1 + 2 files changed, 2 insertions(+) diff --git a/lib/WebGUI/Shop/Pay.pm b/lib/WebGUI/Shop/Pay.pm index 7b7425b8c..e6ada3ab9 100644 --- a/lib/WebGUI/Shop/Pay.pm +++ b/lib/WebGUI/Shop/Pay.pm @@ -321,6 +321,7 @@ sub www_manage { The screen in which a customer chooses a payment gateway. TODO: Template this screen. + =cut sub www_selectPaymentGateway { diff --git a/lib/WebGUI/Shop/PayDriver.pm b/lib/WebGUI/Shop/PayDriver.pm index 63c7a3400..225c469a9 100644 --- a/lib/WebGUI/Shop/PayDriver.pm +++ b/lib/WebGUI/Shop/PayDriver.pm @@ -368,6 +368,7 @@ Return a human readable name for this driver. Never overridden in the subclass, instead specified in definition with the name "name". This is a class method. + =cut sub getName {