Commit Graph

3 Commits

Author SHA1 Message Date
Paul Howarth
672725e806 BR: perl(Config) for the test suite (#1003660) 2013-09-03 16:39:22 +01:00
Paul Howarth
8628d0c22b Initial import (perl-Path-Tiny-0.031-2)
This 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.

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.

It uses autodie internally, so most failures will be thrown as exceptions.
2013-09-03 16:36:32 +01:00
Fedora Release Engineering
49863736a5 Initial setup of the repo 2013-09-03 14:59:48 +00:00