libfile-which-perl 1.23-ok2 source package in openKylin

Changelog

libfile-which-perl (1.23-ok2) yangtze; urgency=medium

  * Update version.

 -- zhouganqing <email address hidden>  Tue, 16 Aug 2022 09:35:02 +0800

Upload details

Uploaded by:
周淦清
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libfile-which-perl_1.23.orig.tar.gz 22.7 KiB b79dc2244b2d97b6f27167fc3b7799ef61a179040f3abd76ce1e0a3b0bc4e078
libfile-which-perl_1.23-ok2.debian.tar.xz 1.8 KiB 7df5af76eb53a9d56e7b79c8deed3c7b9eb26f35cbb61d99b8b3036eea6850ce
libfile-which-perl_1.23-ok2.dsc 1.9 KiB d557f2e7a428d4ca331f137eea80aeef3c0d905083ccaeca1eebd4a798cb9a0c

Available diffs

View changes file

Binary packages built by this source

libfile-which-perl: 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.