Path to this page:
./
filesystems/p5-Path-Tiny,
Perl5 file path utility
Branch: pkgsrc-2014Q2,
Version: 0.051nb1,
Package name: p5-Path-Tiny-0.051nb1,
Maintainer: pkgsrc-p5-peopleThis module 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?)
All paths are forced to have Unix-style forward slashes. Stringifying the
object gives you back the path (after some clean up).
File input/output methods flock handles before reading or writing, as
appropriate.
The *_utf8 methods (slurp_utf8, lines_utf8, etc.) operate in raw mode
without CRLF translation. Installing Unicode::UTF8 0.58 or later will speed
up several of them and is highly recommended.
It uses autodie internally, so most failures will be thrown as exceptions.
Required to run:[
devel/p5-PathTools] [
lang/perl5]
Required to build:[
devel/p5-File-pushd] [
devel/p5-Test-Deep] [
devel/p5-Test-FailWarnings] [
devel/p5-Test-Fatal] [
devel/p5-Devel-Hide]
Master sites: (Expand)
SHA1: 9eadcc9437f2c207a37a74e9680531d9091fbbb1
RMD160: f7e325b711243248708f7e6c5518546ec1ac8b64
Filesize: 50.172 KB
Version history: (Expand)
- (2014-07-11) Updated to version: p5-Path-Tiny-0.051nb1
- (2014-07-02) Package added to pkgsrc.se, version p5-Path-Tiny-0.051 (created)