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: 9 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 14 years ago)
- Default Branch: master
- Last Pushed: 2025-08-26T13:17:15.000Z (10 months ago)
- Last Synced: 2025-08-26T17:55:54.559Z (10 months ago)
- Topics: cpan, hacktoberfest, perl, web-feed, xml
- Language: Perl
- Homepage:
- Size: 360 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::Fetch
INSTALLATION
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 test
Then install it:
% ./Build install
Six Apart / cpan@sixapart.com