Skip Menu |

This queue is for tickets about the Feed-Find CPAN distribution.

Report information
The Basics
Id: 7416
Status: resolved
Worked: 20 min
Priority: 0/
Queue: Feed-Find

People
Owner: cpan [...] stupidfool.org
Requestors: brian [...] alternation.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.02
Fixed in: (no value)



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