1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
Source: libtest-tempdir-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: franck cuny <franck@lumberjaph.net>,
Iulian Udrea <iulian@ubuntu.com>,
gregor herrmann <gregoa@debian.org>
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
|