Source: libtest-tempdir-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-tiny-perl Build-Depends-Indep: libdirectory-scratch-perl , libmoose-perl , libmoosex-types-path-class-perl , libnamespace-autoclean-perl , libpath-class-perl , libsub-exporter-perl , libtest-requires-perl , libtest-simple-perl | libtest-use-ok-perl , perl (>= 5.29.1) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-tempdir-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-tempdir-perl.git Homepage: https://metacpan.org/release/Test-TempDir Rules-Requires-Root: no Package: libtest-tempdir-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libmoose-perl, libmoosex-types-path-class-perl, libnamespace-autoclean-perl, libpath-class-perl, libsub-exporter-perl, perl (>= 5.29.1) Description: 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.