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
|
Source: libtest-file-sharedir-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Alessandro Ghedini <ghedo@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
libclass-tiny-perl,
libfile-copy-recursive-perl,
libfile-sharedir-perl,
libpath-tiny-perl,
libtest-fatal-perl,
perl (>= 5.13.4) | libtest-simple-perl (>= 0.96)
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-file-sharedir-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-file-sharedir-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Test-File-ShareDir
Package: libtest-file-sharedir-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libclass-tiny-perl,
libfile-copy-recursive-perl,
libfile-sharedir-perl,
libpath-tiny-perl
Description: Perl module to create fake ShareDirs
Test::File::ShareDir is a Perl test module that provides functionality for
creating fake ShareDirs (directories to store read-only data such as /usr/share
on Linux), useful for module testing purposes.
|