https://github.com/davorg-cpan/xml-feed
The CPAN module XML::Feed
https://github.com/davorg-cpan/xml-feed
cpan hacktoberfest perl web-feed xml
Last synced: about 2 months ago
JSON representation
The CPAN module XML::Feed
- Host: GitHub
- URL: https://github.com/davorg-cpan/xml-feed
- Owner: davorg-cpan
- Created: 2011-12-11T12:51:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T11:18:01.000Z (11 months ago)
- Last Synced: 2025-03-29T13:51:13.421Z (2 months ago)
- Topics: cpan, hacktoberfest, perl, web-feed, xml
- Language: Perl
- Homepage:
- Size: 357 KB
- Stars: 18
- Watchers: 6
- Forks: 22
- Open Issues: 4
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
This is XML::Feed, an abstraction above the RSS and Atom syndication
feed formats. It supports both parsing and autodiscovery of feeds.PREREQUISITES
* Class::ErrorHandler
* XML::RSS
* XML::Atom
* DateTime
* DateTime::Format::Mail
* DateTime::Format::W3CDTF
* List::Util
* Feed::Find
* URI::FetchINSTALLATION
XML::Feed installation is straightforward. If your CPAN shell
is set up, you should just be able to do% perl -MCPAN -e 'install XML::Feed'
Alternatively, you can download it, unpack it, and then build it like this
(using Module::Build):% perl Build.PL
% ./Build installdeps
% ./Build
% ./Build testThen install it:
% ./Build install
Six Apart / [email protected]