libfile-which-perl 1.23-1 source package in Ubuntu
Changelog
libfile-which-perl (1.23-1) unstable; urgency=medium * Import upstream version 1.23. * Update years of packaging copyright. * Declare compliance with Debian Policy 4.3.0. * Bump debhelper compatibility level to 11. -- gregor herrmann <email address hidden> Sat, 05 Jan 2019 18:59:47 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | main | perl | |
Focal | release | main | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libfile-which-perl_1.23-1.dsc | 2.2 KiB | 547bb14c2600b92a9ced31c4634190f114ddf5e584c646c5fbfe01c1c5798194 |
libfile-which-perl_1.23.orig.tar.gz | 22.7 KiB | b79dc2244b2d97b6f27167fc3b7799ef61a179040f3abd76ce1e0a3b0bc4e078 |
libfile-which-perl_1.23-1.debian.tar.xz | 3.7 KiB | 4367fa5fbce52d5554be41df0e230cf91888852d4750d5bda5dcbf9d97324b70 |
Available diffs
- diff from 1.22-1 to 1.23-1 (7.8 KiB)
No changes file available.
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.