Bug#1029773: ITP: libcatmandu-atom-perl -- Perl module for working with Atom feeds

[email protected]
Newsgroups gmane.linux.debian.devel.perl
Message-ID <Y9PRJU+pEidQOMZd__40585.8118132286$1674826238$gmane$org@deb12>
Package: wnpp
Owner: Mason James <[email protected]>
Severity: wishlist
X-Debbugs-CC: [email protected], [email protected]

* Package name    : libcatmandu-atom-perl
  Version         : 0.05
  Upstream Author : Nicolas Steenlant <nicolas.steenlant at ugent.be>
* URL             : https://metacpan.org/release/Catmandu-Atom
* License         : Artistic or GPL-1+
  Programming Lang: Perl
  Description     : Perl module for working with Atom feeds

Catmandu::Atom is a Perl module for working with Atom feeds

You can use this module from the command line.
 $ catmandu convert Atom --url http://my.host.org/feed.atom to JSON

Or from within Perl.

 use Catmandu;
 my $importer =
   Catmandu->importer( 'Atom', url => 'http://my.host.org/feed.atom' );

 $importer->each(
     sub {
         my $entry = shift;
         printf "%s\n", $entry->{title};
     }
 );

The package will be maintained under the umbrella of the Debian Perl Group.

--
Generated with the help of dpt-gen-itp(1) from pkg-perl-tools.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.