File: control

package info (click to toggle)
libfile-searchpath-perl 0.06-2.2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 72 kB
  • sloc: perl: 127; makefile: 12
file content (18 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: libfile-searchpath-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7), cdbs, libmodule-build-perl
Build-Depends-Indep: perl (>= 5.6.0-12)
Maintainer: Taku YASUI <tach@debian.org>
Standards-Version: 3.9.3
Homepage: http://search.cpan.org/dist/File-SearchPath/
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/libfile-searchpath-perl
Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/libfile-searchpath-perl

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).