The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Path::Class"

Path::Class - Cross-platform path specification manipulation River stage four • 588 direct dependents • 1864 total dependents

"Path::Class" is a module for manipulation of file and directory specifications (strings describing their locations, like '/home/ken/foo.txt' or 'C:\Windows\Foo.txt') in a cross-platform manner. It supports pretty much every platform Perl runs on, in...

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC

Path::Class::Dir - Objects representing directories River stage four • 588 direct dependents • 1864 total dependents

The "Path::Class::Dir" class contains functionality for manipulating directory names in a cross-platform way....

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC

Path::Class::URI - Serializes and deserializes Path::Class objects as file:// URI River stage one • 2 direct dependents • 3 total dependents

Path::Class::URI is an extension to Path::Class to serialize file path from and to *file://* form URI objects. This module encodes and decodes non URI-safe characters using its literal byte encodings. If you call *uri* methods on Win32 Path::File obj...

ZMUGHAL/Path-Class-URI-0.08 - 30 Dec 2014 23:48:06 UTC

Tree::Path::Class - Tree for Path::Class objects River stage one • 1 direct dependent • 1 total dependent

This module subclasses Tree to only accept Path::Class::Dir or Path::Class::File values, and provides a "path" attribute for retrieving the full path of a tree branch or leaf....

MJGARDNER/Tree-Path-Class-0.007 - 15 Dec 2014 03:07:20 UTC

Path::Class::Tiny - a Path::Tiny wrapper for Path::Class compatibility River stage zero No dependents

What do you do if you started out (Perl) life using Path::Class, but then later on you switched to Path::Tiny? Well, one thing you could do is relearn a bunch of things and go change a lot of existing code. Or, another thing would be to use Path::Cla...

BAREFOOT/Path-Class-Tiny-0.06 - 05 Nov 2021 07:02:16 UTC

Path::Class::Rule - Iterative, recursive file finder with Path::Class River stage one • 7 direct dependents • 7 total dependents

This module iterates over files and directories to identify ones matching a user-defined set of rules. As of version 0.016, this is now a thin subclass of Path::Iterator::Rule that operates on and returns Path::Class objects instead of bare file path...

DAGOLDEN/Path-Class-Rule-0.018 - 24 Jan 2013 12:28:44 UTC

Path::Class::File - Objects representing files River stage four • 588 direct dependents • 1864 total dependents

The "Path::Class::File" class contains functionality for manipulating file names in a cross-platform way....

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC

Path::Class::Each - Iterate lines in a file River stage zero No dependents

"Path::Class::Each" augments Path::Class::File and Path::Class::Dir to provide three different ways of iterating over the lines of a file and three ways of iterating the files recursively contained in a directory. "Path::Class::File" provides a "slur...

ANDYA/Path-Class-Each-0.03 - 18 Sep 2010 14:35:31 UTC

Path::Class::Entity - Base class for files and directories River stage four • 588 direct dependents • 1864 total dependents

This class is the base class for "Path::Class::File" and "Path::Class::Dir", it is not used directly by callers....

KWILLIAMS/Path-Class-0.37 - 14 Aug 2016 02:37:55 UTC

Path::Class::Unicode - Maps Unicode filenames to local encoding and code pages River stage one • 2 direct dependents • 3 total dependents

Path::Class::Unicode is a Path::Class extension to handle Unicode file names by mapping them to local encodings when stringified. It maps to UTF-8 for all UNIX systems including Mac OS X and uses Windows code page (like cp932 for Japanese) in Win32 s...

ZMUGHAL/Path-Class-URI-0.08 - 30 Dec 2014 23:48:06 UTC

Path::Extended::Class River stage one • 2 direct dependents • 2 total dependents

If you want some functionality of Path::Extended but also want more Path::Class-compatible API, try Path::Extended::Class, which is built upon Path::Extended and passes many of the Path::Class tests. What you may miss are foreign expressions, and "ab...

ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC

Path::Class::Versioned - A simple module for managing versioned file names River stage zero No dependents

C'mon, you know you have done this too, so why bother writing it over and over again, just use this module. This module aims to provide a simple, yet sophisticated way of creating and managing versioned files by name. It is a poor substitute for usin...

STEVAN/Path-Class-Versioned-0.04 - 27 Sep 2010 19:49:28 UTC

Path::Class::File::Stat - test whether the file beneath a Path::Class::File object has changed River stage two • 5 direct dependents • 18 total dependents

Path::Class::File::Stat is a simple extension of Path::Class::File. Path::Class::File::Stat is useful in long-running programs (as under mod_perl) where you might have a file handle opened and want to check if the underlying file has changed....

KARMAN/Path-Class-File-Stat-0.05 - 11 Jun 2013 13:52:13 UTC

Tree::Path::Class::Types - Type library for Tree::Path::Class River stage one • 1 direct dependent • 1 total dependent

This is a Moose type library for Tree::Path::Class....

MJGARDNER/Tree-Path-Class-0.007 - 15 Dec 2014 03:07:20 UTC

MooseX::Types::Path::Class - A Path::Class type library for Moose River stage three • 110 direct dependents • 325 total dependents

MooseX::Types::Path::Class creates common Moose types, coercions and option specifications useful for dealing with Path::Class objects as Moose attributes. Coercions (see Moose::Util::TypeConstraints) are made from both "Str" and "ArrayRef" to both P...

ETHER/MooseX-Types-Path-Class-0.09 - 08 Jun 2016 01:06:03 UTC

Path::Extended::Class::Dir River stage one • 2 direct dependents • 2 total dependents

Path::Extended::Class::Dir behaves pretty much like Path::Class::Dir and can do some extra things. See appropriate pods for details....

ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC

MouseX::Types::Path::Class - A Path::Class type library for Mouse River stage two • 4 direct dependents • 10 total dependents

MouseX::Types::Path::Class creates common Mouse types, coercions and option specifications useful for dealing with Path::Class objects as Mouse attributes. Coercions (see Mouse::Util::TypeConstraints) are made from both "Str" and "ArrayRef" to both P...

MASAKI/MouseX-Types-Path-Class-0.07 - 01 Apr 2012 16:20:00 UTC

Path::Extended::Class::File River stage one • 2 direct dependents • 2 total dependents

Path::Extended::Class::File behaves pretty much like Path::Class::File and can do some extra things. See appropriate pods for details....

ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC

Path::Class::File::Lockable - lock your files with Path::Class::File River stage two • 5 direct dependents • 15 total dependents

Path::Class::File::Lockable uses simple files to indicate whether a file is locked or not. It does not use flock(), since that is unstable over NFS. Effort has been made to avoid race conditions. Path::Class::File::Lockable is intended for long-stand...

KARMAN/Path-Class-File-Lockable-0.03 - 02 Aug 2012 10:12:27 UTC

Path::Class::Iterator - walk a directory structure River stage one • 1 direct dependent • 1 total dependent

Path::Class::Iterator walks a directory structure using an iterator. It combines the Iterator closure technique with the magic of Path::Class. It is similar in idea to Iterator::IO and IO::Dir::Recursive but uses Path::Class objects instead of IO::Al...

KARMAN/Path-Class-Iterator-0.07 - 04 Jun 2013 05:13:21 UTC
123 results (0.065 seconds)