File: control

package info (click to toggle)
libtest-indistdir-perl 1.112071-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: perl: 91; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 1,083 bytes parent folder | download
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
Source: libtest-indistdir-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-indistdir-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-indistdir-perl.git
Homepage: https://metacpan.org/release/Test-InDistDir

Package: libtest-indistdir-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Multi-Arch: foreign
Description: test environment setup for development with IDE
 Test::InDistDir helps run test scripts in IDEs like Komodo.
 .
 It automatically moves up one directory when it cannot see the
 test script in "t/$scriptname" and includes 'lib' in @INC when
 there's no blib present. That way the test ends up with almost
 the same environment it'd get from EUMM/prove/etc., even when
 it's actually run inside the t/ directory.