From d927336979f47a9c8e217e2bb8136cba7ed7d749 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 4 Jul 2009 17:16:36 +0000 Subject: [PATCH] Add missing POD, or fix POD typos which caused coverage to be low. --- lib/WebGUI/Crud.pm | 2 +- lib/WebGUI/FilePump/Bundle.pm | 2 +- lib/WebGUI/Shop/Transaction.pm | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/Crud.pm b/lib/WebGUI/Crud.pm index 03ecf5017..68dce87df 100644 --- a/lib/WebGUI/Crud.pm +++ b/lib/WebGUI/Crud.pm @@ -192,7 +192,7 @@ sub create { #------------------------------------------------------------------- -=head2 crud_createOrUpdate ( session ) +=head2 crud_createOrUpdateTable ( session ) A detection class method used to affirm creation or update of the database table using the crud_definition(). Returns 1 on successful completion. diff --git a/lib/WebGUI/FilePump/Bundle.pm b/lib/WebGUI/FilePump/Bundle.pm index 01de31791..39a2800c8 100644 --- a/lib/WebGUI/FilePump/Bundle.pm +++ b/lib/WebGUI/FilePump/Bundle.pm @@ -552,7 +552,7 @@ sub fetchAsset { #------------------------------------------------------------------- -=head2 fetchDirectory ( $uri ) +=head2 fetchDir ( $uri ) Fetches all files from a filesystem directory. Returns a hashref with the date that the directory was last updated, a contents entry diff --git a/lib/WebGUI/Shop/Transaction.pm b/lib/WebGUI/Shop/Transaction.pm index 7720b7a62..a43cc73c5 100644 --- a/lib/WebGUI/Shop/Transaction.pm +++ b/lib/WebGUI/Shop/Transaction.pm @@ -395,6 +395,12 @@ sub getTransactionIdsForUser { #------------------------------------------------------------------- +=head2 getTransactionVars + +Returns a set of template variables for the current transaction. + +=cut + sub getTransactionVars { my $self = shift; my $url = $self->session->url;