libpod-eventual-perl 0.094003-1 source package in Ubuntu

Changelog

libpod-eventual-perl (0.094003-1) unstable; urgency=medium

  * Import upstream version 0.094003.
  * Update years of upstream and packaging copyright.
  * Update upstream email address.
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Wed, 04 Jan 2023 19:44:57 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpod-eventual-perl_0.094003-1.dsc 2.5 KiB 6189a4cc3ebe2d7277e842bd088009279aaa523654c1c8bb1721086f434ca633
libpod-eventual-perl_0.094003.orig.tar.gz 20.4 KiB 7f060cc34d11656ce069db061e3d60edc0cabc8f89a4a2dc7eaae95dac856d2d
libpod-eventual-perl_0.094003-1.debian.tar.xz 2.6 KiB 7e4485bf52233649e22e66c1d02b44b20e1a4f66d7bed1e73d8b065d87a6da59

Available diffs

No changes file available.

Binary packages built by this source

libpod-eventual-perl: module to read a POD as a series of trivial events

 Pod::Eventual is a collection of Perl modules designed to read line-based
 input and produce events describing each POD paragraph or directive it finds.
 Once complete, events are immediately passed to the handle_event method. This
 method should be implemented by subclasses of Pod::Eventual; otherwise the
 default handle_event method will raise an exception.