fix empty POD complaints from PodChecker

This commit is contained in:
Colin Kuskie 2008-04-18 16:36:20 +00:00
parent a72b16e138
commit 57934cf1bc
3 changed files with 2 additions and 10 deletions

View file

@ -284,9 +284,9 @@ A hash reference that contains one of the following:
Assign the user that owns this address book.
=head4
=head4 sessionId
Assign the session that owns this adress book. Will automatically be set to "" if a user owns it.
Assign the session, by id, that owns this address book. Will automatically be set to "" if a user owns it.
=cut

View file

@ -97,8 +97,6 @@ Returns a list of options for the user to pay to. It is a hash of hashrefs, wit
A WebGUI::Shop::Cart object. A WebGUI::Error::InvalidParam exception will be thrown if it doesn't get one.
=head3
=cut
sub getOptions {
@ -154,8 +152,6 @@ sub getPaymentGateway {
Returns an array ref of all payment gateway objects in the db.
=head3
=cut
sub getPaymentGateways {

View file

@ -90,8 +90,6 @@ with the key of the primary hash being the shipperId of the driver, and sub keys
A WebGUI::Shop::Cart object. A WebGUI::Error::InvalidParam exception will be thrown if it doesn't get one.
=head3
=cut
sub getOptions {
@ -140,8 +138,6 @@ sub getShipper {
Returns an array ref of all shipping objects in the db.
=head3
=cut
sub getShippers {