Source: libtest-tempdir-perl Maintainer: Debian Perl Group Uploaders: franck cuny , Iulian Udrea , gregor herrmann Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9.20140227~), libmodule-build-tiny-perl Build-Depends-Indep: libdirectory-scratch-perl, libfile-nfslock-perl, libmoose-perl, libmoosex-types-path-class-perl, libnamespace-autoclean-perl, libpath-class-perl, libsub-exporter-perl, libtest-requires-perl, perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) | libtest-use-ok-perl, perl Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-tempdir-perl.git Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtest-tempdir-perl.git Homepage: https://metacpan.org/release/Test-TempDir Package: libtest-tempdir-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-nfslock-perl, libmoose-perl, libmoosex-types-path-class-perl, libnamespace-autoclean-perl, libpath-class-perl, libsub-exporter-perl 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