raku-file-which 1.0.4-1build1 source package in Ubuntu

Changelog

raku-file-which (1.0.4-1build1) lunar; urgency=medium

  * Rebuild against new rakudo-2022.12-1.

 -- Gianfranco Costamagna <email address hidden>  Sat, 21 Jan 2023 11:46:02 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
Original maintainer:
Debian Rakudo Maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
raku-file-which_1.0.4.orig.tar.gz 6.7 KiB c91d254b73db6faf219d511df00cf414b4306212c086a1e72ab91368445505e0
raku-file-which_1.0.4-1build1.debian.tar.xz 2.7 KiB 8a90642d3d8fd31dc9daba4b0cf248a07a6feb0d1a9a17645a549be4ee250ce5
raku-file-which_1.0.4-1build1.dsc 2.0 KiB 0adc54c5b55c9b6e5290bef865904be25ce3c3c373baa56388ff758a5b3dc495

View changes file

Binary packages built by this source

raku-file-which: Cross platform Raku executable path finder (aka which on UNIX)

 File::Which finds the full or relative paths to an executable program on
 the system. This is normally the function of which utility which is
 typically implemented as either a program or a built in shell command.
 On some unfortunate platforms, such as Microsoft Windows it is not
 provided as part of the core operating system.
 .
 This module provides a consistent API to this functionality regardless
 of the underlying platform.