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

Changelog

libtest-unit-perl (0.25-7) unstable; urgency=medium

  [ Debian Janitor ]
  * Wrap long lines in changelog entries: 0.25-6.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 19:27:27 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-unit-perl_0.25-7.dsc 2.2 KiB 8ec3b8fd3d7fefb969ce9e3714549ac578caa20edb0f151475d3fc475355dc9c
libtest-unit-perl_0.25.orig.tar.gz 314.8 KiB 5bd36b7262b849aef07510df53081f3858893a583021f8e831d9a497be31dfaf
libtest-unit-perl_0.25-7.debian.tar.xz 6.7 KiB 1013945f3a0662f468343e9822615b67b9ef9ed259f56e794898b92f55c62244

Available diffs

No changes file available.

Binary packages built by this source

libtest-unit-perl: 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.