Tatsuki SUGIURA
sugi****@users*****
2006年 11月 21日 (火) 11:52:57 JST
Index: slashjp/Slash/XML/RSS/RSS.pm diff -u slashjp/Slash/XML/RSS/RSS.pm:1.5 slashjp/Slash/XML/RSS/RSS.pm:1.6 --- slashjp/Slash/XML/RSS/RSS.pm:1.5 Mon Nov 20 19:32:08 2006 +++ slashjp/Slash/XML/RSS/RSS.pm Tue Nov 21 11:52:56 2006 @@ -1,7 +1,7 @@ # This code is a part of Slash, and is released under the GPL. # Copyright 1997-2005 by Open Source Technology Group. See README # and COPYING for more information, or see http://slashcode.com/. -# $Id: RSS.pm,v 1.5 2006/11/20 10:32:08 sugi Exp $ +# $Id: RSS.pm,v 1.6 2006/11/21 02:52:56 sugi Exp $ package Slash::XML::RSS; @@ -32,7 +32,7 @@ use base 'Slash::XML'; use vars qw($VERSION); -($VERSION) = ' $Revision: 1.5 $ ' =~ /\$Revision:\s+([^\s]+)/; +($VERSION) = ' $Revision: 1.6 $ ' =~ /\$Revision:\s+([^\s]+)/; #======================================================================== @@ -162,6 +162,9 @@ $self->{rdfitemdesc_html} = defined $param->{rdfitemdesc_html} ? $param->{rdfitemdesc_html} : $constants->{rdfitemdesc_html}; + $self->{rdfitem_content} = defined $param->{rdfitem_content} + ? $param->{rdfitem_content} + : $constants->{rdfitem_content}; my $rss = XML::RSS->new( version => $version, @@ -574,4 +577,4 @@ =head1 VERSION -$Id: RSS.pm,v 1.5 2006/11/20 10:32:08 sugi Exp $ +$Id: RSS.pm,v 1.6 2006/11/21 02:52:56 sugi Exp $