-
-
29 Dec 2009 02:32:53 UTC
- Distribution: XML-Atom
- Module version: 0.37
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (32)
- Testers (757 / 6 / 1)
- Kwalitee
Bus factor: 3- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (61.33KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Benjamin Trott, Tatsuhiko Miyagawa
- Dependencies
- Class::Data::Inheritable
- DateTime
- Digest::SHA1
- LWP::UserAgent
- MIME::Base64
- URI
- XML::LibXML
- XML::XPath
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
XML::Atom - Atom feed and API implementation
SYNOPSIS
use XML::Atom;
DESCRIPTION
Atom is a syndication, API, and archiving format for weblogs and other data. XML::Atom implements the feed format as well as a client for the API.
LICENSE
XML::Atom is free software; you may redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
Benjamin Trott, Tatsuhiko Miyagawa
COPYRIGHT
All rights reserved.
Module Install Instructions
To install XML::Atom, copy and paste the appropriate command in to your terminal.
cpanm XML::Atom
perl -MCPAN -e shell install XML::Atom
For more information on module installation, please visit the detailed CPAN module installation guide.