File: control

package info (click to toggle)
libfile-searchpath-perl 0.07-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: perl: 130; makefile: 2
file content (22 lines) | stat: -rw-r--r-- 968 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
Source: libfile-searchpath-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Taku YASUI <tach@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13), libmodule-build-perl
Build-Depends-Indep: perl
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-searchpath-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-searchpath-perl.git
Homepage: https://metacpan.org/pod/File::SearchPath
Rules-Requires-Root: no

Package: libfile-searchpath-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends}
Description: Perl module for searching for a file in a PATH-like variable
 File::SearchPath provides the ability to search a path-like environment
 variable such as $PATH, $LD_LIBRARY_PATH (or any environment variable)
 for a file (that does not necessarily have to be an executable).