libproc-fork-perl 0.71-1 source package in Ubuntu

Changelog

libproc-fork-perl (0.71-1) unstable; urgency=low

  [ Ansgar Burchardt ]
  * New upstream release.
    + add dependency on libexporter-tidy-perl
  * Refresh debian/rules for debhelper 7
  * debian/watch: Add uversionmangle in case upstream uses single digit minor
    versions again
  * Add myself to Uploaders
  * Bump Standards Version to 3.8.0 (no changes)
  * debian/control: Drop build-deps for POD testing, the test are never run
    anyway

  [ gregor herrmann ]
  * debian/control: change my email address.
  * debian/rules: also remove TEST_POD variable.

 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  04 Nov 2008 21:33:36 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Jaunty
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

Jaunty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libproc-fork-perl_0.71.orig.tar.gz 7.7 KiB c304c120a15ee2dcb0dea03afa474b68942988335cc0efdcee99694a8204acca
libproc-fork-perl_0.71-1.diff.gz 1.9 KiB 4aaf888d1a322c70b91da6fbbe2e409ae1048460f72151b22852ee873f907c9c
libproc-fork-perl_0.71-1.dsc 1.4 KiB 5de93c2c2e5d355c042b6a2da1c559c8a313b82d9becbd5b156a7fc422641893

Available diffs

View changes file

Binary packages built by this source

libproc-fork-perl: Perl interface to the fork() system call

 Proc::Fork provides an intuitive, Perl-ish way to write forking
 programs by facilitating the use of blocks to illustrate which code
 section executes in which fork.