The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:File::ShareDir"

File::ShareDir - Locate per-dist and per-module shared files River stage four • 563 direct dependents • 4729 total dependents

The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir, modules that take a process that is well-known by advanced Perl developers but gets a little tricky, and make it more available to the larger Perl community...

REHSACK/File-ShareDir-1.118 - 21 Oct 2020 06:15:18 UTC

File::ShareDir::PAR - File::ShareDir with PAR support River stage one • 1 direct dependent • 1 total dependent

"File::ShareDir::PAR" provides the same functionality as File::ShareDir but tries hard to be compatible with PAR packaged applications. The problem is, that the concept of having a distribution or module specific *share* directory becomes a little ha...

SMUELLER/File-ShareDir-PAR-0.06 - 10 Sep 2010 12:22:54 UTC

Test::File::ShareDir - Create a Fake ShareDir for your modules for testing. River stage four • 53 direct dependents • 3867 total dependents

"Test::File::ShareDir" is some low level plumbing to enable a distribution to perform tests while consuming its own "share" directories in a manner similar to how they will be once installed. This allows "File::ShareDir" to see the *latest* version o...

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

File::ShareDir::Dist - Locate per-dist shared files River stage two • 17 direct dependents • 47 total dependents

File::ShareDir::Dist finds share directories for distributions. It is similar to File::ShareDir with a few differences: Only supports distribution directories. It doesn't support perl modules or perl class directories. I have never really needed anyt...

PLICEASE/File-ShareDir-Dist-0.07 - 30 Aug 2018 13:58:46 UTC

File::ShareDir::Install - Install shared files River stage four • 466 direct dependents • 6495 total dependents

File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation. It is a port of Module::Install::Share to ExtUtils::MakeMak...

ETHER/File-ShareDir-Install-0.14 - 01 Jul 2022 03:47:42 UTC

File::ShareDir::Tarball - Deal transparently with shared files distributed as tarballs River stage three • 21 direct dependents • 727 total dependents

If the shared files of a distribution are contained in a tarball (see Dist::Zilla::Plugin::ShareDir::Tarball for why you would want to do that), automatically extract the archive in a temporary directory and return the path to that directory. If call...

YANICK/File-ShareDir-Tarball-0.2.2 - 14 Jan 2013 04:40:34 UTC

File::ShareDir::Override - Override directories returned by File::ShareDir River stage zero No dependents

(TBA) Top-level modules/distributions (e.g., Dancer or Plack) don't have any dashes or double colons in the name and can't be recognized, so they need an explicit ":dist" or ":module" between the name and path. Example: perl -MFile::ShareDir::Overrid...

ODYNIEC/File-ShareDir-Override-0.200 - 30 Nov 2014 16:36:15 UTC

File::ShareDir::PathClass - File::ShareDir returning Path::Class objects River stage two • 4 direct dependents • 11 total dependents

This module is just a wrapper around File::ShareDir functions, transforming their return value to Path::Class objects. This allows for easier usage of the value. Refer to File::ShareDir (section FUNCTIONS) for a list of which functions are supported....

JQUELIN/File-ShareDir-PathClass-1.112440 - 01 Sep 2011 11:31:34 UTC

Test::File::ShareDir::Dist - Simplified dist oriented ShareDir tester River stage four • 53 direct dependents • 3867 total dependents

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

Test::File::ShareDir::Utils - Simple utilities for File::ShareDir testing River stage four • 53 direct dependents • 3867 total dependents

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

Test::File::ShareDir::Module - Simplified module oriented ShareDir tester River stage four • 53 direct dependents • 3867 total dependents

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

File::ShareDir::Dist::Install - Install per-dist shared files River stage two • 17 direct dependents • 47 total dependents

This is File::ShareDir::Dist's install-time companion. Unlike File::ShareDir::Install it does not integrate with EUMM out of the box, possibly a feature or a bug depending on your point of view. Provides a simple interface for getting and setting the...

PLICEASE/File-ShareDir-Dist-0.07 - 30 Aug 2018 13:58:46 UTC

File::ShareDir::ProjectDistDir - Simple set-and-forget using of a '/share' directory in your projects root River stage one • 8 direct dependents • 9 total dependents

KENTNL/File-ShareDir-ProjectDistDir-1.000009 - 09 Mar 2017 15:32:56 UTC

Test::File::ShareDir::TempDirObject - Internal Object to make code simpler. River stage four • 53 direct dependents • 3867 total dependents

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

Test::File::ShareDir::Object::Inc - Shared tempdir object code to inject into @INC River stage four • 53 direct dependents • 3867 total dependents

This class doesn't do very much on its own. It simply exists to facilitate "tempdir" creation, and the injection of those "tempdir"'s into @INC...

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

Test::File::ShareDir::Object::Dist - Object Oriented ShareDir creation for distributions River stage four • 53 direct dependents • 3867 total dependents

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

Test::File::ShareDir::Object::Module - Object Oriented ShareDir creation for modules River stage four • 53 direct dependents • 3867 total dependents

KENTNL/Test-File-ShareDir-1.001002 - 01 Mar 2017 11:39:07 UTC

File::HomeDir - Find your home and other directories on any platform River stage four • 321 direct dependents • 1253 total dependents

File::HomeDir is a module for locating the directories that are "owned" by a user (typically your user) and to solve the various issues that arise trying to find them consistently across a wide variety of platforms. The end result is a single API tha...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC

File::ConfigDir - Get directories of configuration files River stage one • 6 direct dependents • 8 total dependents

This module is a helper for installing, reading and finding configuration file locations. It's intended to work in every supported Perl5 environment and will always try to Do The Right Thing(TM). "File::ConfigDir" is a module to help out when perl mo...

REHSACK/File-ConfigDir-0.021 - 01 May 2018 16:23:02 UTC

File::UserConfig - Get a user's existing config directory, or copy in defaults River stage one • 5 direct dependents • 7 total dependents

Many modules or applications maintain a user-spec configuration data directory. And the implementation pattern is generally the same. A directory like /home/myuser/.application is created and populating by a set of default files the first time an app...

ADAMK/File-UserConfig-0.06 - 24 Aug 2008 00:04:07 UTC
22 results (0.038 seconds)