Subject: | Problems with particular blog |
When I added this blog
http://chocolateandzucchini.com/
to my Plagger conf new entries for it starting showing up but always had
the contents HASH(0x31a70e8) (or similar).
I've got the latest versions of XML::Feed and XML::RSS and this
my $feed =
XML::Feed->parse(URI->new('http://chocolateandzucchini.com/index.rdf'));
print "".($feed->entries)[0]->content->body;
works correctly and prints out the content so I'm not entirely sure
what's going on.
Any ideas?