Fix POD errors.

This commit is contained in:
Colin Kuskie 2009-04-02 03:59:30 +00:00
parent 654f8d6b72
commit e115ea18a5

View file

@ -33,7 +33,7 @@ This is an aspect which exposes an asset's items as an RSS or Atom feed.
use Class::C3;
use base qw(WebGUI::AssetAspect::RssFeed WebGUI::Asset);
And then wherever you would call $self->SUPER::someMethodName call $self->next::method instead.
=head1 METHODS
@ -141,7 +141,7 @@ particular asset.
=head3 params
A hashref with the quiet, userId, depth, and indexFileName parameters from
L</exportAsHtml>.
L<exportAsHtml>.
=cut