File: control

package info (click to toggle)
libpath-isdev-perl 1.001002-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 728 kB
  • ctags: 99
  • sloc: perl: 959; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,492 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
27
28
29
30
31
32
33
34
35
36
Source: libpath-isdev-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
               perl
Build-Depends-Indep: libclass-tiny-perl,
                     libfile-homedir-perl,
                     libmodule-runtime-perl,
                     libpath-tiny-perl,
                     librole-tiny-perl,
                     libsub-exporter-perl,
                     libtest-fatal-perl,
                     perl (>= 5.19.6) | libtest-simple-perl (>= 1.001002)
Standards-Version: 3.9.5
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libpath-isdev-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libpath-isdev-perl.git
Homepage: https://metacpan.org/release/Path-IsDev

Package: libpath-isdev-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         libclass-tiny-perl,
         libfile-homedir-perl,
         libmodule-runtime-perl,
         libpath-tiny-perl,
         librole-tiny-perl,
         libsub-exporter-perl
Description: Perl module to determine if a given Path resembles a development source tree
 Path::IsDev is more or less a bunch of heuristics for determining if a
 given path is a development tree root of some kind. This has many
 useful applications, notably ones that require behaviours for
 "installed" modules to be different to those that are still "in
 development".