libipc-run3-perl 0.046-1 source package in Ubuntu

Changelog

libipc-run3-perl (0.046-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/watch: remove obsolete comment.

  [ Salvatore Bonaccorso ]
  * Imported Upstream version 0.046
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs
  * Update debian/copyright file information.
    Update format to copyright-format 1.0 as released together with Debian
    policy 3.9.3.
    Update copyright years for debian/* packaging files.
    Refer to Debian systems in general instead of only Debian GNU/Linux
    systems.
  * Update Debhelper compat level to 9.
    Adjust versioned Build-Depends on debhelper to (>= 9).
  * Bump Standards-Version to 3.9.4

 -- Salvatore Bonaccorso <email address hidden>  Sun, 23 Jun 2013 18:50:06 +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
Trusty release main perl

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libipc-run3-perl_0.046-1.dsc 2.1 KiB 374c2b3efd65ead0ff360f36e9e8576761a7202476636a46df8df788e04b5428
libipc-run3-perl_0.046.orig.tar.gz 19.6 KiB e4f65e239693ea86c66675d0b2437d363b43d00b1449bac2c1a03cf3c98e750c
libipc-run3-perl_0.046-1.debian.tar.gz 3.6 KiB a782dbb49d3d339c7a0b955b6e31b297e55a09650be5454c3cfc0807d23cf7cd

Available diffs

No changes file available.

Binary packages built by this source

libipc-run3-perl: run a subprocess with input/ouput redirection

 IPC::Run3 allows you to run a subprocess and redirect stdin, stdout,
 and/or stderr to files and perl data structures. It aims to satisfy 99%
 of the need for using system()/qx``/open3() with a simple, extremely
 Perlish API and none of the bloat and rarely used features of IPC::Run.