libtest-tempdir-tiny-perl 0.004-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Add debian/tests/pkg-perl/smoke-files.
    The tests also need the corpus/ directory.
    (Closes: #805142)

 -- gregor herrmann <email address hidden>  Sun, 15 Nov 2015 23:39:14 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-tempdir-tiny-perl_0.004-2.dsc 2.2 KiB 7380487081f893f4b8f98d721ff0821acaf1187880db6ddaf62ece45a92f3f84
libtest-tempdir-tiny-perl_0.004.orig.tar.gz 17.1 KiB fa23375b765763c3bea7ff8a3f15e1f3204543512758cefc2a1ee6caeb000c58
libtest-tempdir-tiny-perl_0.004-2.debian.tar.xz 1.9 KiB e255075329164b288c5259e37e24ca354a8a5e4942f05015f090ee0d31f467ca

Available diffs

No changes file available.

Binary packages built by this source

libtest-tempdir-tiny-perl: test module for temporary directories that stick around when tests fail

 Test::TempDir::Tiny works with Test::More to create temporary directories
 that stick around if tests fail.
 .
 It is loosely based on Test::TempDir, but with less complexity, greater
 portability and zero non-core dependencies.