Add missing POD, or fix POD typos which caused coverage to be low.

This commit is contained in:
Colin Kuskie 2009-07-04 17:16:36 +00:00
parent cff07644e0
commit d927336979
3 changed files with 8 additions and 2 deletions

View file

@ -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;