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

Search results for "filetest"

filetest - Perl pragma to control the filetest permission operators River stage five • 11292 direct dependents • 32664 total dependents

This pragma tells the compiler to change the behaviour of the filetest permission operators, "-r" "-w" "-x" "-R" "-W" "-X" (see perlfunc). The default behaviour of file test operators is to use the simple mode bits as returned by the stat() family of...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

OPM::Maker::Command::filetest - check if filelist in .sopm includes the files on your disk River stage one • 2 direct dependents • 2 total dependents

PERLSRVDE/OPM-Maker-1.17 - 27 Jan 2022 11:26:43 UTC - Search in distribution
  • OPM::Maker - Module/App to build and test OPM packages for Znuny, OTOBO, ((OTRS)) Community edition.

Perl::Critic::Policy::ValuesAndExpressions::ProhibitFiletest_rwxRWX - Prohibit file access tests. River stage one • 1 direct dependent • 1 total dependent

This policy prohibits the file access tests "-r", "-w", "-x", "-R", "-W", and "-X". All these do by default is to check the file's access control bits. Access to a file can succeed or fail for other reasons such as the presence of Access Control List...

WYANT/Perl-Critic-Policy-ValuesAndExpressions-ProhibitFiletest_rwxRWX-0.002 - 30 Jun 2022 14:49:22 UTC - Search in distribution

File::CheckTree - run many filetest checks on a tree River stage zero No dependents

The validate() routine takes a single multiline string consisting of directives, each containing a filename plus a file test to try on it. (The file test may also be a "cd", causing subsequent relative filenames to be interpreted relative to that dir...

RJBS/File-CheckTree-4.42 - 07 Feb 2013 20:52:54 UTC - Search in distribution

pcplist - List installed Perl::Critic policy modules River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-PerlCriticUtils-0.008 - 10 Mar 2023 00:05:18 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

PIR - Short alias for Path::Iterator::Rule River stage three • 40 direct dependents • 225 total dependents

This is an empty subclass of Path::Iterator::Rule. It saves you from having to type the full name repeatedly, which is particularly handy for one-liners: $ perl -MPIR -wE 'say for PIR->new->skip_dirs(".")->perl_module->all(@INC)'...

DAGOLDEN/Path-Iterator-Rule-1.015 - 09 Sep 2021 16:07:55 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

sanity - The ONLY meta pragma you'll ever need! River stage two • 11 direct dependents • 22 total dependents

Modern::Perl? common::sense? no nonsense? use latest? Everybody has their own opinion on what pragmas and modules are "required" for every person to use. These opinions turn into "personal pragmas", so that people don't have to type several "use" lin...

BBYRD/sanity-1.03 - 02 Oct 2014 04:02:59 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

POSIX::Overview - POSIX in Perl River stage one • 2 direct dependents • 2 total dependents

The *POSIX standard* defines access to the operating system. Most operating systems (not limited to the UNIX family) provide at least a part of this standard, sometimes as optional or commercial extension package. POSIX describes how C-programmers ca...

MARKOV/POSIX-1003-1.02 - 10 Nov 2020 15:48:09 UTC - Search in distribution

Time::Fake - Simulate different times without changing your system clock River stage one • 2 direct dependents • 4 total dependents

Use this module to achieve the effect of changing your system clock, but without actually changing your system clock. It overrides the Perl builtin subs "time", "localtime", and "gmtime", causing them to return a "faked" time of your choice. From the...

ROSULEK/Time-Fake-0.11 - 17 Jan 2008 15:56:33 UTC - Search in distribution

Term::Interact - Interactively Get Validated Data River stage zero No dependents

Term::Interact enables you to interactively get validated data from a user. This is accomplished via a *simple* API, wherein you specify various parameters for prompting the user, as well as "checks" with which gotten data will be validated....

PRL/Term-Interact-0.50 - 10 Jan 2009 22:34:02 UTC - Search in distribution

share::Synopsis::S03-operators River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

File::MoreUtil - File-related utilities River stage two • 17 direct dependents • 34 total dependents

PERLANCAR/File-MoreUtil-0.628 - 23 Feb 2024 01:56:35 UTC - Search in distribution

Syntax::Construct - Explicitly state which non-feature constructs are used in the code. River stage one • 6 direct dependents • 6 total dependents

This module provides a simple way of specifying syntactic constructs that are not implemented via the feature pragma, but are still not compatible with older versions of Perl. It's the programmer's responsibility to track the constructs and list them...

CHOROBA/Syntax-Construct-1.034 - 01 Dec 2023 22:39:42 UTC - Search in distribution

File::Util::Test - Utilities related mostly to testing/checking for files in directories River stage zero No dependents

PERLANCAR/File-Util-Test-0.631 - 24 Nov 2023 07:52:10 UTC - Search in distribution

File::Find::Declare - File::Find, declaratively River stage zero No dependents

File::Find::Declare is an object-oriented way to go about find files. With many ways to specify what your are looking for in a file, File::Find::Declare is both simple and powerful. Configuration may be passed at construction time, or it may be set a...

RPKELLY/File-Find-Declare-0.62 - 02 Feb 2010 06:26:44 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution
27 results (0.075 seconds)