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

Search results for "module:Path::Tiny"

Path::Tiny - File path utility River stage four • 891 direct dependents • 7170 total dependents

This module provides 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 aims to be smaller and faster than many alternativ...

DAGOLDEN/Path-Tiny-0.144 - 01 Dec 2022 16:37:45 UTC

Path::Tiny::Rule - Path::Iterator::Rule subclass that returns Path::Tiny objects River stage zero No dependents

This module is a very thin wrapper around Path::Iterator::Rule that always returns Path::Tiny objects instead of strings. It should otherwise be a drop-in replacement for Path::Iterator::Rule, and any deviation from that is a bug. This module has no ...

DROLSKY/Path-Tiny-Rule-0.02 - 15 Oct 2019 03:13:37 UTC

Path::Tiny::Glob - File globbing utility River stage zero No dependents

This module exports a single function by default, "pathglob"....

YANICK/Path-Tiny-Glob-0.2.0 - 04 Sep 2019 23:53:06 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

Types::Path::Tiny - Path::Tiny types and coercions for Moose and Moo River stage three • 47 direct dependents • 308 total dependents

This module provides Path::Tiny types for Moose, Moo, etc. It handles two important types of coercion: * coercing objects with overloaded stringification * coercing to absolute paths It also can check to ensure that files or directories exist....

DAGOLDEN/Types-Path-Tiny-0.006 - 19 Apr 2018 14:32:02 UTC

Path::Extended::Tiny - a Path::Tiny wrapper for Path::Extended compatibility River stage one • 1 direct dependent • 1 total dependent

This module reimplements important interfaces of Path::Extended with Path::Tiny to help migration. If you have some utilities that have used Path::Extended and exposed its objects to other modules/applications, this would help you and your users. If ...

ISHIGAKI/Path-Extended-Tiny-0.08 - 13 Mar 2015 07:34:42 UTC

Path::Tiny::Archive::Tar - Tar/untar add-on for file path utility River stage zero No dependents

This module provides two additional methods for Path::Tiny for working with tar archives....

DIONYS/Path-Tiny-Archive-Tar-0.003 - 13 Mar 2021 17:49:46 UTC

Path::Tiny::Archive::Zip - Zip/unzip add-on for file path utility River stage zero No dependents

This module provides two additional methods for Path::Tiny for working with zip archives....

DIONYS/Path-Tiny-Archive-Zip-0.004 - 13 Mar 2021 18:09:00 UTC

Path::Tiny::Glob::Visitor - directory visitor for Path::Tiny::Glob River stage zero No dependents

YANICK/Path-Tiny-Glob-0.2.0 - 04 Sep 2019 23:53:06 UTC

MooseX::Types::Path::Tiny - Path::Tiny types and coercions for Moose River stage three • 20 direct dependents • 126 total dependents

This module provides Path::Tiny types for Moose. It handles two important types of coercion: * coercing objects with overloaded stringification * coercing to absolute paths It also can check to ensure that files or directories exist....

ETHER/MooseX-Types-Path-Tiny-0.012 - 05 Apr 2017 23:49:24 UTC

lib/File/Path/Tiny.pm River stage two • 9 direct dependents • 21 total dependents

DMUEY/File-Path-Tiny-1.0 - 04 Feb 2021 20:04:04 UTC

lib/Form/Tiny/Path.pm River stage one • 1 direct dependent • 1 total dependent

BRTASTIC/Form-Tiny-2.24 - 26 Mar 2024 17:48:53 UTC

Specio::Library::Path::Tiny - Path::Tiny types and coercions for Specio River stage two • 1 direct dependent • 51 total dependents

This library provides a set of Path::Tiny types and coercions for Specio. These types can be used with Moose, Moo, Params::ValidationCompiler, and other modules....

DROLSKY/Specio-Library-Path-Tiny-0.05 - 20 Jun 2022 23:03:15 UTC

Template::Plugin::Path::Tiny - use Path::Tiny objects from within templates River stage zero No dependents

This plugin allows you to turn scalars and lists into Path::Tiny objects....

RRWO/Template-Plugin-Path-Tiny-v0.1.0 - 04 May 2018 08:08:24 UTC

Path::Util - Path functions River stage one • 1 direct dependent • 1 total dependent

VERY EARLY RELEASE, ONLY A TINY BIT HAS BEEN IMPLEMENTED. Following Perl's "easy things should be easy" motto, the goal of this module is to make many path-related tasks as simple as calling a single function. The functions in this module are usually...

PERLANCAR/Path-Util-0.000002 - 17 Jan 2022 00:06:23 UTC

File::Path - Create or remove directory trees River stage five • 862 direct dependents • 32646 total dependents

This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem. The following functions are provided: make_path( $dir1, $dir2, .... ) make_path( $dir1, $dir2, ...., \%opts ...

JKEENAN/File-Path-2.18 - 05 Nov 2020 01:30:15 UTC

Dist::Zilla::Path - a helper to get Path::Tiny objects River stage three • 655 direct dependents • 710 total dependents

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC

Path::FindDev - Find a development path somewhere in an upper hierarchy. River stage two • 4 direct dependents • 18 total dependents

This package is mostly a glue layer around "Path::IsDev" with a few directory walking tricks. use Path::FindDev qw( find_dev ); if ( my $root = find_dev('/some/path/to/something/somewhere')) { print "development root = $root"; } else { print "No deve...

KENTNL/Path-FindDev-v0.5.3 - 10 Mar 2017 07:05:01 UTC

Path::Resolve - node.js path module in perl River stage zero No dependents

This module behaves exactly like node.js path module <https://nodejs.org/api/path.html>, it doesn't check for path validity, it only works on strings and has utilities to resolve and normalize path strings. If you're looking for system specific path ...

MAMOD/Path-Resolve-0.0.2 - 27 May 2015 15:34:47 UTC

Path::ExpandTilde - Expand tilde (~) to homedir in file paths River stage one • 2 direct dependents • 2 total dependents

This module uses "bsd_glob" from File::Glob to portably expand a leading tilde ("~") in a file path into the current or specified user's home directory. No other glob metacharacters are expanded....

DBOOK/Path-ExpandTilde-0.003 - 24 Oct 2018 20:38:12 UTC
24 results (0.027 seconds)