libenv-path-perl 0.19-4 source package in Ubuntu

Changelog

libenv-path-perl (0.19-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libenv-path-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 22:42:54 +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 Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libenv-path-perl_0.19-4.dsc 2.0 KiB 7805f90f6e83429adcf92936b9f6f9ea47574a3036b80bfbc53a526110ddf0ff
libenv-path-perl_0.19.orig.tar.gz 10.8 KiB 244bf093798832a7d841d9ee5b4b0e6b489996eef63541e505091aa34a9015e2
libenv-path-perl_0.19-4.debian.tar.xz 2.5 KiB b1eee398fd4028ff53df6ceabe095602efe0bd39bf4b6910fd02c8b15de2ab2f

Available diffs

No changes file available.

Binary packages built by this source

libenv-path-perl: Perl module implementing advanced operations on path variables

 Env::Path presents an object-oriented interface to path variables, defined
 as that subclass of environment variables which name an ordered list of
 filesystem elements separated by a platform-standard separator.
 .
 Env::Path is for cases where you need to insert or remove interior path
 entries, strip redundancies, operate on a path variable without having to
 know whether the current platform uses ":" or ";", operate on a path variable
 which may have a different name on different platforms, etc.