Fix broken POD, and add missing POD.

This commit is contained in:
Colin Kuskie 2009-04-02 17:20:04 +00:00
parent d75bf1e4c4
commit f07a6c066b
3 changed files with 49 additions and 2 deletions

View file

@ -359,6 +359,14 @@ sub prepareView {
#------------------------------------------------------------------
=head2 purge ( )
See WebGUI::Asset::purge() for details. Extend SUPERclass
to handle deleting tickets, tokens, ribbons, registrants, badge groups
and event meta data.
=cut
sub purge {
my $self = shift;
my $db = $self->session->db;