[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1029773: marked as done (ITP: libcatmandu-atom-perl -- Perl module for working with Atom feeds)



Your message dated Sat, 28 Jan 2023 16:49:53 +0100
with message-id <Y9VEIZfd63mZV53q@jadzia.comodo.priv.at>
and subject line Re: Bug#1029773: ITP: libcatmandu-atom-perl -- Perl module for working with Atom feeds
has caused the Debian Bug report #1029773,
regarding ITP: libcatmandu-atom-perl -- Perl module for working with Atom feeds
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
1029773: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1029773
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: wnpp
Owner: Mason James <mtj@kohaaloha.com>
Severity: wishlist
X-Debbugs-CC: debian-devel@lists.debian.org, debian-perl@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.

--- End Message ---
--- Begin Message ---
On Sat, 28 Jan 2023 02:27:01 +1300, mtj@kohaaloha.com wrote:

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

libcatmandu-atom-perl is already in the archive:
https://tracker.debian.org/pkg/libcatmandu-atom-perl

I'm closing this bug.


Cheers,
gregor

-- 
 .''`.  https://info.comodo.priv.at -- Debian Developer https://www.debian.org
 : :' : OpenPGP fingerprint D1E1 316E 93A7 60A8 104D  85FA BB3A 6801 8649 AA06
 `. `'  Member VIBE!AT & SPI Inc. -- Supporter Free Software Foundation Europe
   `-   NP: Kings of Convenience: Boat Behind

Attachment: signature.asc
Description: Digital Signature


--- End Message ---

Reply to: