Search results for "module:Path::Abstract"
Path::Abstract - Fast and featureful UNIX-style path parsing and manipulation
Path::Abstract is a tool for parsing, interrogating, and modifying a UNIX-style path. The parsing behavior is similar to File::Spec::Unix, except that trailing slashes are preserved (converted into a single slash)....
ROKR/Path-Abstract-0.096 - 13 May 2010 20:36:54 UTC
Pod::Abstract::Path - Search for POD nodes matching a path within a document tree.
Pod::Abstract::Path is a path selection syntax that allows fast and easy traversal of Pod::Abstract documents. While it has a simple syntax, there is significant complexity in the queries that you can create. Not all of the designed features have yet...
BLILBURNE/Pod-Abstract-0.20 - 03 Jan 2010 02:03:58 UTC
Path::Abstract::Underload - Path::Abstract without stringification overloading
This is a version of Path::Abstract without the magic "use overload ..." stringification. Unfortunately, without overloading, you can't do this: my $path = Path::Abstract::Underload->new("/a/path/to/somewhere"); print "$path\n"; # Will print out some...
ROKR/Path-Abstract-0.096 - 13 May 2010 20:36:54 UTC
Path::Naive - Yet another abstract, Unix-like path manipulation routines
This is yet another set of routines to manipulate abstract Unix-like paths. Abstract means not tied to actual filesystem. Unix-like means single-root tree, with forward slash "/" as separator, and "." and ".." to mean current- and parent directory. N...
PERLANCAR/Path-Naive-0.043 - 18 Feb 2020 01:26:01 UTC
FP::Path
Not really sure why I'm creating something from scratch here? It might be cleaner: This doesn't do I/O (access the file system, ask the system for the hostname, etc.), and it doesn't resolve ".." unless when told to (`perhaps_clean_dotdot` and derive...
PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC
Venus::Path - Path Class
This package provides methods for working with file system paths....
AWNCORP/Venus-4.15 - 27 Nov 2023 17:12:55 UTC
Path::Mapper - Map a virtual path to an actual one
Path::Mapper will map a virtual path to an actual one, doing a substitution based on the deepest common directory Think of it as doing something like symbolic link resolution (though not exactly)...
ROKR/Path-Mapper-0.012 - 16 Jun 2010 08:00:46 UTC
Path::Extended - yet another Path class
This is yet another file/directory handler that does a bit more than Path::Class for some parts, and a bit less for other parts. One of the main difference is Path::Extended always tries to use forward slashes when possible, ie. even when you're on t...
ISHIGAKI/Path-Extended-0.23 - 11 Mar 2015 05:29:38 UTC
Path::Resource - URI/Path::Class combination
Path::Resource is a module for combining local file and directory manipulation with URI manipulation. It allows you to effortlessly map local file locations to their URI equivalent. It combines Path::Class and URI into one object. Given a base Path::...
RKRIMEN/Path-Resource-0.072 - 23 Feb 2009 20:26:34 UTC
Path::Resource::Base - A resource base for a Path::Resource object
No need to use this class directly, see Path::Resource for more information....
RKRIMEN/Path-Resource-0.072 - 23 Feb 2009 20:26:34 UTC
JSON::Path::Evaluator - A module that recursively evaluates JSONPath expressions with native support for Javascript-style filters
POPEFELIX/JSON-Path-1.0.3
-
23 Dec 2022 01:10:56 UTC
Badger::Filesystem::Path - generic filesystem path object
The "Badger::Filesystem::Path" module defines a base class object for representing paths in a real or virtual file system. You can create a generic path object (e.g. to represent a path that doesn't relate to a specific file or directory in a file sy...
ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC
DBIx::DataModel::Meta::Path - meta-information about a path
This class is closely related to DBIx::DataModel::Meta::Association. A *path* corresponds to one possible database join between two tables....
DAMI/DBIx-DataModel-3.06 - 22 Nov 2023 16:05:41 UTC