libtest-most-perl 0.31-1 source package in Ubuntu

Changelog

libtest-most-perl (0.31-1) unstable; urgency=low


  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

  [ Florian Schlichting ]
  * Imported Upstream version 0.31.
  * Bumped Standards-Version to 3.9.4 (no change).
  * Bumped build-dependency on Module::Build to 0.4.
  * Added myself to Uploaders.

 -- Florian Schlichting <email address hidden>  Thu, 04 Oct 2012 22:47:26 +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

Raring: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-most-perl_0.31-1.dsc 2.3 KiB 4d32a2052f555bcd3840760d673988c191c9170f210c522080b584289ff95046
libtest-most-perl_0.31.orig.tar.gz 17.8 KiB 0ddc6034dc7cde3631dde41ecb558ed823fc07804bfd051b8ec9a70131862ab7
libtest-most-perl_0.31-1.debian.tar.gz 2.6 KiB 3ae7880856ec9882cc9e8a64aa685420706d9a981e1d14318b3bd2b4a8c8b34b

Available diffs

No changes file available.

Binary packages built by this source

libtest-most-perl: Perl module with the most commonly needed test functions and features

 Test::Most provides the most commonly used testing functions and gives
 a bit more fine-grained control over your test suite.
 .
 All functions from the following modules will automatically be
 exported:
 .
  * Test::More
  * Test::Exception
  * Test::Differences
  * Test::Deep
  * Test::Warn
 .
 This is useful when one is used to most of the above modules but
 wouldn't want to bother to load them all explicitly.
 .
 Test::Most also provides a couple of routines to control tests
 behaviour in case of errors.