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

Changelog

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

  * Team upload.

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Niko Tyni ]
  * Update to debhelper compat level 10
  * Update to Standards-Version 4.1.3
  * Declare that the package does not need (fake)root to build
  * Add Testsuite declaration for autopkgtest-pkg-perl

 -- Niko Tyni <email address hidden>  Sun, 25 Feb 2018 10:50:40 +0200

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
Jammy release universe perl
Focal release universe perl
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libenv-path-perl_0.19-2.dsc 2.0 KiB 735c2b49e86ba5a6a8eda6cdb4785beb4e1e436e4ae87c1d13773775683f4559
libenv-path-perl_0.19.orig.tar.gz 10.8 KiB 244bf093798832a7d841d9ee5b4b0e6b489996eef63541e505091aa34a9015e2
libenv-path-perl_0.19-2.debian.tar.xz 2.3 KiB d94121139a4866cc4c6e529f930d8ea967ace5813b6a7531a40af4cb2c9afd6a

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.