punytan / cpan_new

http://twitter.com/cpan_new
http://twitter.com/cpan_new
13 stars 5 forks source link

Use MetaCPAN::Client rather than the RSS feed #12

Open ranguard opened 7 years ago

ranguard commented 7 years ago

Hi, Just thought I'd point out that MetaCPAN::Client is probably a better tool than scraping the RSS feed as it talks to the api directly:

https://github.com/metacpan/metacpan-client/blob/master/examples/recent_today.pl for example.