From e115ea18a5c9886286919a20c5098743f0013ee4 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 2 Apr 2009 03:59:30 +0000 Subject: [PATCH] Fix POD errors. --- lib/WebGUI/AssetAspect/RssFeed.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/WebGUI/AssetAspect/RssFeed.pm b/lib/WebGUI/AssetAspect/RssFeed.pm index 386dbf9c5..d305c9354 100644 --- a/lib/WebGUI/AssetAspect/RssFeed.pm +++ b/lib/WebGUI/AssetAspect/RssFeed.pm @@ -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. +L. =cut