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
|
Source: libfile-which-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Daniel Ruoso <daniel@ruoso.com>,
Jonathan Yu <jawnsy@cpan.org>,
gregor herrmann <gregoa@debian.org>,
Florian Schlichting <fsfs@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libfile-which-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libfile-which-perl.git
Homepage: https://metacpan.org/release/File-Which
Testsuite: autopkgtest-pkg-perl
Package: libfile-which-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends}
Description: Perl module for searching paths for executable programs
File::Which simulates the behavior of the standard 'which' program: it
searches directories of a user's PATH (as returned by File::Spec)
looking for executable files matching a given name.
.
On Debian /usr/bin/which is guaranteed to be available, but going
through the Perl implementation can still save a fork.
|