• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/XML/H28-Apr-2021-2,3941,450

t/H28-Apr-2021-2,3111,672

Build.PLH A D28-Apr-2021174 85

ChangesH A D28-Apr-202113.6 KiB326272

LICENSEH A D28-Apr-202118 KiB380292

MANIFESTH A D28-Apr-20211.1 KiB6261

META.jsonH A D28-Apr-20212.8 KiB9795

META.ymlH A D28-Apr-20211.9 KiB6362

READMEH A D28-Apr-2021472 2815

cpanfileH A D28-Apr-2021341 1513

dist.iniH A D28-Apr-20219 21

README

1NAME
2
3    XML::Atom - Atom feed and API implementation
4
5SYNOPSIS
6
7        use XML::Atom;
8
9DESCRIPTION
10
11    Atom is a syndication, API, and archiving format for weblogs and other
12    data. XML::Atom implements the feed format as well as a client for the
13    API.
14
15LICENSE
16
17    XML::Atom is free software; you may redistribute it and/or modify it
18    under the same terms as Perl itself.
19
20AUTHOR
21
22    Benjamin Trott, Tatsuhiko Miyagawa
23
24COPYRIGHT
25
26    All rights reserved.
27
28