Subject: | pointing find() to feed should return that feed |
It would be nice if this module did what Mark's feed finder does in that pointing it to a feed just returns itself.
currently:
C:\>perl -MFeed::Find -e "print \"$_\n\" for Feed::Find->find( 'http://diveintomark.org/xml/atom.xml' );"
(no ouput)
ideally:
C:\>perl -MFeed::Find -e "print \"$_\n\" for Feed::Find->find( 'http://diveintomark.org/xml/atom.xml' );"
http://diveintomark.org/xml/atom.xml
Thank you,
-Brian