Subject: | Repeatable DublinCore Elements |
It would be nice to be able to assign multiple Dublin Core elements to an RSS item.
$rss->add_item(
title => 'foo',
link => 'http://www.example.com/foo',
dc => { subject => [ 'foo', 'bar' ] }
);