1XML::Atom(3pm) User Contributed Perl Documentation XML::Atom(3pm)
2
3
4
6 XML::Atom - Atom feed and API implementation
7
9 use XML::Atom;
10
12 Atom is a syndication, API, and archiving format for weblogs and other
13 data. XML::Atom implements the feed format as well as a client for the
14 API.
15
17 XML::Atom is free software; you may redistribute it and/or modify it
18 under the same terms as Perl itself.
19
21 Benjamin Trott, Tatsuhiko Miyagawa
22
24 All rights reserved.
25
26
27
28perl v5.28.0 2017-05-12 XML::Atom(3pm)