move back compat method to correct class

This commit is contained in:
Graham Knop 2009-04-10 00:51:35 +00:00
parent e765360ca9
commit 3a14dc8a58
2 changed files with 13 additions and 14 deletions

View file

@ -1452,5 +1452,18 @@ sub www_view {
return $self->next::method(@_);
}
#-------------------------------------------------------------------
=head2 www_viewRSS ( )
Deprecated. Use www_viewRss() instead.
=cut
sub www_viewRSS {
my $self = shift;
return $self->www_viewRss;
}
1;

View file

@ -403,20 +403,6 @@ sub www_viewRSS10 {
return $self->www_viewRdf;
}
#-------------------------------------------------------------------
=head2 www_viewRSS ( )
Deprecated. Use www_viewRss() instead.
=cut
sub www_viewRSS {
my $self = shift;
return $self->www_viewRss;
}
#-------------------------------------------------------------------
=head2 www_viewRSS20 ( )