File: control

package info (click to toggle)
libtest-indistdir-perl 1.112071-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 112 kB
  • sloc: perl: 91; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,017 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: libtest-indistdir-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Fabrizio Regalli <fabreg@fabreg.it>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl
Standards-Version: 3.9.2
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-indistdir-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-indistdir-perl.git
Homepage: http://search.cpan.org/dist/Test-InDistDir/

Package: libtest-indistdir-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}
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
 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.