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

Changelog

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

  * Team upload.
  * Import upstream version 0.100
  * debian/compat: increase debhelper compatibility level to 9
  * debian/copyright: update Copyright Format URL to HTTPS

 -- Nick Morrott <email address hidden>  Wed, 25 Jan 2017 01:06:33 +0000

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpath-tiny-perl_0.100-1.dsc 2.2 KiB a61a9998f6d80e89b548995433b43d78fc3b792c479219eeb54236e08bb40e4a
libpath-tiny-perl_0.100.orig.tar.gz 89.7 KiB 8b8c4c9db710470a26b356e7187eba47217fbba1fe8bd0ad72c5b2cc8f6ba10c
libpath-tiny-perl_0.100-1.debian.tar.xz 5.9 KiB efeb0b7fbad58446afd3abbd85794df20cadca26844004c8df968b61dbfb32a8

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?)