Package: wnpp Owner: Mason James <m...@kohaaloha.com> Severity: wishlist X-Debbugs-CC: debian-devel@lists.debian.org, debian-p...@lists.debian.org
* 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.