libfile-which-perl 1.23-ok1 source package in openKylin
Changelog
libfile-which-perl (1.23-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
libfile-which-perl (1.23-ok1) yangtze; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Mon, 25 Apr 2022 22:03:04 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
libfile-which-perl_1.23.orig.tar.gz | 22.7 KiB | b79dc2244b2d97b6f27167fc3b7799ef61a179040f3abd76ce1e0a3b0bc4e078 |
libfile-which-perl_1.23-ok1.debian.tar.xz | 1.7 KiB | c4bdb0f0a1c9ac4e8a81407edf11fb1e4a8fc030b66526959dda5082725bf556 |
libfile-which-perl_1.23-ok1.dsc | 1.9 KiB | 59993a1c5053b7eaab6fa177c70de006cd02710fa3bc3d08037715ad1a70c16f |
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.