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

Changelog

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


  * Team upload.

  [ Jonathan Yu ]
  * New upstream release

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ gregor herrmann ]
  * Don't run release tests during package build.

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * New upstream release.
  * Switch to "3.0 (quilt)" source format.
  * Update years of upstream copyright and license stanzas.
  * Update build and runtime dependencies.
  * Declare compliance with Debian Policy 3.9.4.

 -- gregor herrmann <email address hidden>  Wed, 23 Oct 2013 22:47:04 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libpod-eventual-perl_0.094000-1.dsc 2.2 KiB c54bcf3ad5912e0571393fa3846305405a7e8ee5d4a91f0121860607f21003cf
libpod-eventual-perl_0.094000.orig.tar.gz 16.3 KiB 58442b0a26b8af2f47150ba35e4be6bf421b0fb576e96da4d1fa414f702cb66b
libpod-eventual-perl_0.094000-1.debian.tar.gz 1.9 KiB b4990223d88abbe9f7e39cfb71c74be725d8b97b08fb682f62e7975ad4b5e14a

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.