libpath-tiny-perl 0.144-1 source package in Ubuntu

Changelog

libpath-tiny-perl (0.144-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.2
  * update git-buildpackage config:
    + use DEP-14 git branches
    + enable automatic DEP-14 branch name handling
    + add usage config

 -- Jonas Smedegaard <email address hidden>  Sat, 31 Dec 2022 11:43:35 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main misc
Mantic release main misc
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-tiny-perl_0.144-1.dsc 2.1 KiB d26f7342cc1a7a5dc466aa02d670cd91d38ca1ee1027a4efac929fe71fe633f5
libpath-tiny-perl_0.144.orig.tar.gz 103.3 KiB f6ea094ece845c952a02c2789332579354de8d410a707f9b7045bd241206487d
libpath-tiny-perl_0.144-1.debian.tar.xz 6.5 KiB 891c509c012363285755cbbf581d7dcc452b75241d9ff79eaab8ebe6cd5b1cce

Available diffs

No changes file available.

Binary packages built by this source

libpath-tiny-perl: file path utility

 Path::Tiny attempts to provide a small, fast utility for working with
 file paths. It is friendlier to use than File::Spec and provides easy
 access to functions from several other core file handling modules.
 .
 It doesn't attempt to be as full-featured as IO::All or Path::Class,
 nor does it try to work for anything except Unix-like and Win32
 platforms. Even then, it might break if you try something particularly
 obscure or tortuous. (Quick! What does this mean:
 "///../../..//./././a//b/.././c/././"? And how does it differ on
 Win32?)