libtest-script-run-perl 0.05-1 source package in Ubuntu

Changelog

libtest-script-run-perl (0.05-1) unstable; urgency=low

  * Added myself to Uploaders
  * New upstream release
  * Upped standards version to 3.9.1
  * Added debian/source. Convert to '3.0 (quilt)' source package format.
  * Refreshed copyright
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:11:25 +0000

Upload details

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

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-script-run-perl_0.05.orig.tar.gz 24.7 KiB 2f66e3a994e994cfbfd7c70c4fa8616837edb11e2d9abfefee59102b3271af67
libtest-script-run-perl_0.05-1.debian.tar.gz 1.9 KiB c0533034ce03d41e6d4707c4cf406d6044e869a63bffea95665c10c9f04073a8
libtest-script-run-perl_0.05-1.dsc 2.1 KiB 5d2544effff205dcdca1434208986658f20552803e1cedad80ab72434203a207

Available diffs

View changes file

Binary packages built by this source

libtest-script-run-perl: Perl module for testing scripts as subprocesses

 Test::Script::Run provides Test::More-compatible subroutines for testing
 scripts in a Perl module distribution's bin/ directory using IPC::Run3 to
 spawn the scripts as subprocesses.
 .
 Subroutines are provided for running scripts and simply checking that the
 return value is good, as well as capturing a script's STDOUT and STDERR and
 comparing against expected output.