libtest-output-perl 1.01-1 source package in Ubuntu

Changelog

libtest-output-perl (1.01-1) unstable; urgency=low

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ryan Niebur ]
  * Email change: Ryan Niebur -> <email address hidden>

  [ gregor herrmann ]
  * New upstream release.
  * Switch to source format 3.0 (quilt).
  * Minimize debian/rules.
  * debian/copyright: update Maintainer, formatting, and pointers to
    common-licenses.
  * Bump debhelper compatibility level to 8.
  * Add /me to Uploaders.
  * Set Standards-Version to 3.9.2 (no further changes).
  * Add a patch to fix a spelling mistake.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:11:22 +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 main perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-output-perl_1.01.orig.tar.gz 12.0 KiB 8d3529e2983b66bbef4fa3bbc3954971b9e6fc23b518443ac3c6bba8cd86e241
libtest-output-perl_1.01-1.debian.tar.gz 2.6 KiB 4d786db07b14074d938f4da01c1964eb034443106e633f6adf8eff8375c577b0
libtest-output-perl_1.01-1.dsc 2.1 KiB 268a42448cd89d97232338d1c353e7f72334daaa2863f34f6a1004307841fe24

Available diffs

View changes file

Binary packages built by this source

libtest-output-perl: perl module to test stdout and stderr messages

 Test::Output provides a simple interface for testing output sent to STDOUT
 or STDERR. A number of different utilities are included to try and be as
 flexible as possible to the tester.
 .
 Test::Output ties STDOUT and STDERR using Test::Output::Tie, also provided
 by this package.