shlomif / perl-XML-RSS

The Repository for the CPAN XML::RSS module for parsing and generating various versions of RSS.
Other
9 stars 12 forks source link

Setting content argument of add_item method fails RSS 1.0 generation #9

Open gdsotirov opened 3 years ago

gdsotirov commented 3 years ago

I'm using XML::RSS 1.62 to generate different RSS versions of the same feed. However, when content argument of add_item method is set to anything else then empty string RSS 1.0 generation fails with the following error:

Don't know how to handle module data of type ! at /usr/local/share/perl5/XML/RSS/Private/Output/Base.pm line 760, <DATA> line 1.

How should the content argument be set, so to avoid error?

shlomif commented 3 years ago

hi @gdsotirov ! i read your bug report, and note that fixing xml::rss is not a priority for me.