libtest-unit-perl 0.25-1 source package in Ubuntu

Changelog

libtest-unit-perl (0.25-1) unstable; urgency=low

  [ Andreas Fester ]
  * New Maintainer
  * Re-added package with new upstream version (Closes: #386317)
  * Added dpatch framework
  * Converted patch for sample test cases to dpatch

  [ Gunnar Wolf ]
  * Added debian/watch file

libtest-unit-perl (0.24-2) unstable; urgency=low

  * QA Upload
  * Changed Maintainer to Debian QA Group <email address hidden>

libtest-unit-perl (0.24-1.1) unstable; urgency=low

  * Corrected missing dependencies (Closes: #197445)
  * Non-Maintainer Upload

libtest-unit-perl (0.24-1) unstable; urgency=low

  * New maintainer; all previous changes included in CVS,
  Closes: #157510, #157657
  * New upstream release,
  Closes: #187817

libtest-unit-perl (0.14-1.1) unstable; urgency=low

  * Non-Maintainer Upload (BSP 2002-11).
  * Now Build the .deb in binary-indep target (closes: bug#157510).
  * Updated copyright file (closes: bug#157657).

libtest-unit-perl (0.14-1) unstable; urgency=low

  * Initial Release.  (closes: Bug#118031)

 -- Scott James Remnant <email address hidden>   Thu,  16 Nov 2006 23:29:42 +0000

Upload details

Uploaded by:
Scott James Remnant (Canonical)
Uploaded to:
Feisty
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

Feisty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtest-unit-perl_0.25.orig.tar.gz 314.8 KiB 5bd36b7262b849aef07510df53081f3858893a583021f8e831d9a497be31dfaf
libtest-unit-perl_0.25-1.diff.gz 3.8 KiB bfcce8a7b283c9aa5bafe541e9d43432861d6c1a10b7cd03d2e8924c068080b7
libtest-unit-perl_0.25-1.dsc 802 bytes 564e058612374e79bd7b693ccff48a3c66ad3d342570cfc3ac959e137ac9d9c2

View changes file

Binary packages built by this source

libtest-unit-perl: a unit testing framework for Perl

 Test::Unit::* is a sophisticated unit testing framework for Perl
 that is derived from the JUnit testing framework for Java by Kent
 Beck and Erich Gamma.
 .
 While this framework is originally intended to support unit
 testing in an object-oriented development paradigm (with support
 for inheritance of tests etc.), Test::Unit::Procedural is intended
 to provide a simpler interface to the framework that is more
 suitable for use in a scripting style environment.