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::BaseDir"

File::BaseDir - Use the Freedesktop.org base directory specification River stage two • 10 direct dependents • 49 total dependents

This module can be used to find directories and files as specified by the Freedesktop.org Base Directory Specification. This specifications gives a mechanism to locate directories for configuration, application data and cache data. It is suggested th...

PLICEASE/File-BaseDir-0.09 - 08 Jul 2021 20:04:54 UTC

File::UserDirs - Find extra media and documents directories River stage two • 10 direct dependents • 49 total dependents

This module can be used to find directories as informally specified by the Freedesktop.org xdg-user-dirs software. This gives a mechanism to locate extra directories for media and documents files....

PLICEASE/File-BaseDir-0.09 - 08 Jul 2021 20:04:54 UTC

File::IconTheme - Find icon directories River stage two • 10 direct dependents • 49 total dependents

This module can be used to find directories as specified by the Freedesktop.org Icon Theme Specification. Currently only a tiny (but most useful) part of the specification is implemented. In case you want to store an icon theme, use the directory ret...

PLICEASE/File-BaseDir-0.09 - 08 Jul 2021 20:04:54 UTC

File::Dir::Dumper::Base - base class for File::Dir::Dumper. for internal use River stage one • 1 direct dependent • 1 total dependent

SHLOMIF/File-Dir-Dumper-0.6.6 - 20 Nov 2022 16:57:11 UTC

File::XDG - Basic implementation of the XDG base directory specification River stage one • 4 direct dependents • 9 total dependents

This module provides a basic implementation of the XDG base directory specification as exists by the Free Desktop Organization (FDO). It supports all XDG directories except for the runtime directories, which require session management support in orde...

PLICEASE/File-XDG-1.02 - 18 May 2022 21:35:13 UTC

Tree::File - (DEPRECATED) store a data structure in a file tree River stage zero No dependents

This module stores configuration in a series of files spread across a directory tree, and provides uniform access to the data structure. It can load a single file or a directory tree containing files as leaves. The tree's branches can be returned as ...

RJBS/Tree-File-0.112 - 01 Jan 2013 21:58:46 UTC

File::MimeInfo - Determine file type from the file name River stage two • 33 direct dependents • 40 total dependents

This module can be used to determine the mime type of a file. It tries to implement the freedesktop specification for a shared MIME database. For this module shared-mime-info-spec 0.13 was used. This package only uses the globs file. No real magic ch...

MICHIELB/File-MimeInfo-0.35 - 25 Apr 2024 19:16:44 UTC

HTML::EP::Explorer - Web driven browsing of a filesystem River stage zero No dependents

This application was developed for DHW, a german company that wanted to give its users access to files stored on a file server via certain applications defined by an administrator. (See http://www.dhw.de/ if you are interested in the sponsor.) The ro...

JWIED/HTML-EP-Explorer-0.1006 - 05 Nov 1999 11:38:55 UTC

File::Dir::Hash - Relieve the stress on your filesystem by making arbitrarily large trees to store otherwise non hierarchical data River stage zero No dependents

"File::Dir::Hash" is a simple object and tries to be configurable to how you wish to index your directory. METHODS new(%opts) Creates a new instance. It takes a hash of options. Valid keys are: hash_func This is a coderef which will 'hash' your filen...

MNUNBERG/File-Dir-Hash-0.02 - 20 Dec 2011 03:54:13 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::DesktopEntry - Object to handle .desktop files River stage two • 1 direct dependent • 41 total dependents

This module is designed to work with .desktop files. The format of these files is specified by the freedesktop "Desktop Entry" specification. This module can parse these files but also knows how to run the applications defined by these files. For thi...

MICHIELB/File-DesktopEntry-0.22 - 10 Dec 2015 22:57:34 UTC

File::Util::Tempdir - Cross-platform way to get system-wide & user private temporary directory River stage two • 10 direct dependents • 85 total dependents

PERLANCAR/File-Util-Tempdir-0.034 - 22 Sep 2018 01:18:49 UTC

MooX::File::ConfigDir - Moo eXtension for File::ConfigDir River stage one • 1 direct dependent • 2 total dependents

This module is a helper for easily find configuration file locations. Whether to use this information for find a suitable place for installing them or looking around for finding any piece of settings, heavily depends on the requirements....

REHSACK/MooX-File-ConfigDir-0.008 - 21 Oct 2020 16:34:39 UTC

File::MimeInfo::Magic - Determine file type with magic River stage two • 33 direct dependents • 40 total dependents

This module inherits from File::MimeInfo, it is transparent to its functions but adds support for the freedesktop magic file. Magic data is hashed when you need it for the first time. If you want to force hashing earlier use the "rehash()" function....

MICHIELB/File-MimeInfo-0.35 - 25 Apr 2024 19:16:44 UTC

Net::OpenSSH::Compat::SSH2 - Net::OpenSSH adapter for Net::SSH2 API compatibility River stage zero No dependents

This module implements Net::SSH2 API on top of Net::OpenSSH. After the module is loaded as... use Net::OpenSSH::Compat::SSH2 qw(:supplant); it will supplant the Net::SSH2 module as if it was installed on the machine and use Net::OpenSSH under the hoo...

SALVA/Net-OpenSSH-Compat-0.09 - 18 May 2016 11:27:04 UTC

TPath::Forester::File::Node - represents file and its metadata River stage one • 1 direct dependent • 1 total dependent

TPath::Forester::File::Node represents files as objects that know their place in the directory tree. The class caches most file attributes -- not file contents....

DFH/TPath-Forester-File-0.003 - 07 Oct 2013 12:46:00 UTC

File::MimeInfo::Applications - Find programs to open a file by mimetype River stage two • 33 direct dependents • 40 total dependents

This module tries to find applications that can open files with a certain mimetype. This is done in the way suggested by the freedesktop Desktop Entry specification. This module is intended to be compatible with file managers and other applications t...

MICHIELB/File-MimeInfo-0.35 - 25 Apr 2024 19:16:44 UTC

File::HomeDir::FreeDesktop - Find your home and other directories on FreeDesktop.org Unix River stage four • 321 direct dependents • 1253 total dependents

This module provides implementations for determining common user directories. In normal usage this module will always be used via File::HomeDir. This module can operate only when the command "xdg-user-dir" is available and executable, which is typica...

REHSACK/File-HomeDir-1.006 - 28 Sep 2020 14:57:05 UTC
18 results (0.039 seconds)