libtest-tempdir-perl 0.11-2 source package in Ubuntu

Changelog

libtest-tempdir-perl (0.11-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since stretch:
    + Build-Depends-Indep: Drop versioned constraint on libtest-simple-perl.

 -- Jelmer Vernooij <email address hidden>  Mon, 11 Jul 2022 17:46:52 +0100

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
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-tempdir-perl_0.11-2.dsc 2.1 KiB 9f6cf812654f5d34ecd233977573143beda4f221377ee18ebcd3316bfe76bd7c
libtest-tempdir-perl_0.11.orig.tar.gz 34.4 KiB e2722b6534af0819f0f96a68436054ef0cbbc93e5f0b8f25e0e5497a9e478362
libtest-tempdir-perl_0.11-2.debian.tar.xz 3.1 KiB 9fe940a7499f9e14942910f4f530e84bde4c1888a76d9ecdc380443a4fefe4e1

Available diffs

No changes file available.

Binary packages built by this source

libtest-tempdir-perl: Perl module that creates temporary files for testing

 Test::TempDir provides temporary directory creation with testing in mind.
 .
 The differences between this module and File::Temp are:
  * prevent race conditions when running parallel tests harness
  * empty directory before running tests
  * files are not cleaned at the end of the tests if they fail
 .
 Test::TempDir is deprecated due to some deficiencies, it is recommend that
 you use Test::TempDir::Tiny (packaged as libtest-tempdir-tiny-perl) instead.