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

Changelog

libpod-eventual-perl (0.093170-1) unstable; urgency=low

  * Initial Release (Closes: #555128)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  14 Dec 2009 20:48:07 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Lucid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libpod-eventual-perl_0.093170.orig.tar.gz 12.8 KiB df2a1fb80be546532dd8d8e17d91944abc768fb88dd8590f852c14a65998403b
libpod-eventual-perl_0.093170-1.diff.gz 1.4 KiB c74b0a769935508e79d5cbb81874cb9633574a69c70a54c71ef4e23b4e5bf4ab
libpod-eventual-perl_0.093170-1.dsc 2.0 KiB 9358679eb91206baa8a64f3184818e44aa9202fa5b04b8d62ba3a2420e133f07

View changes file

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.