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 "indirect"

indirect - Lexically warn about using the indirect method call syntax. River stage two • 63 direct dependents • 78 total dependents

When enabled, this pragma warns about indirect method calls that are present in your code. The indirect syntax is now considered harmful, since its parsing has many quirks and its use is error prone : when the subroutine "foo" has not been declared i...

VPIT/indirect-0.39 - 08 Jul 2019 11:56:40 UTC - Search in distribution

lib/Tie/Indirect.pm - tie variables to access data located at run-time. River stage one • 1 direct dependent • 3 total dependents

Each tied variable accesses data located by calling a sub which returns a reference to the data. The sub is called with parameters ($mutating, optional tie args...) where $mutating is true if the access may modify the value. tie $scalar, 'Tie::Indire...

JIMAVERA/Tie-Indirect-0.001 - 07 Feb 2023 23:45:20 UTC - Search in distribution

Net::OpenID::IndirectMessage - Class representing a collection of namespaced arguments River stage two • 2 direct dependents • 13 total dependents

This class acts as an abstraction layer over a collection of flat URL arguments which supports namespaces as defined by the OpenID Auth 2.0 specification. It also recognises when it is given OpenID 1.1 non-namespaced arguments and acts as if the rele...

WROG/Net-OpenID-Common-1.20 - 08 Feb 2016 01:37:16 UTC - Search in distribution

lib/Perl/Lint/Policy/Objects/IndirectSyntax.pm River stage one • 1 direct dependent • 1 total dependent

MOZNION/Perl-Lint-0.25 - 27 Sep 2016 02:11:22 UTC - Search in distribution

Perl::Critic::Policy::Dynamic::NoIndirect - Perl::Critic policy against indirect method calls. River stage one • 3 direct dependents • 3 total dependents

This Perl::Critic dynamic policy reports any use of indirect object syntax with a 'stern' severity. It's listed under the 'dynamic' and 'maintenance' themes. Since it wraps around indirect, it needs to compile the audited code and as such is implemen...

VPIT/Perl-Critic-Policy-Dynamic-NoIndirect-0.06 - 25 Aug 2011 14:55:26 UTC - Search in distribution

Perl::Critic::Policy::Objects::ProhibitIndirectSyntax - Prohibit indirect object call syntax. River stage three • 131 direct dependents • 408 total dependents

Indirect object syntax is commonly used in other object-oriented languages for instantiating objects. Perl allows this, but to say that it supports it may be going too far. Instead of writing my $foo = new Foo; it is preferable to write my $foo = Foo...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

Perl::Critic::Policy::Freenode::IndirectObjectNotation - Don't call methods indirectly River stage one • 8 direct dependents • 9 total dependents

Legacy "freenode" theme policy alias....

DBOOK/Perl-Critic-Community-v1.0.3 - 24 Jul 2022 06:28:31 UTC - Search in distribution

Z - collection of modules for rapid app development River stage one • 1 direct dependent • 1 total dependent

Just a shortcut for loading a bunch of modules that allow you to quickly code Perl stuff. I've tried to avoid too many domain-specific modules like HTTP::Tiny, etc. The modules chosen should be broadly useful for a wide variety of tasks. Perl Version...

TOBYINK/Z-0.008 - 08 Nov 2020 16:08:49 UTC - Search in distribution

T - Encapsulate testing tools instead of cluttering your namespace. River stage zero No dependents

This module collection makes it possible to use popular testing tools such as Test::More or Test2::Bundle::Extended without cluttering up your namespace. Under the hood all the work is done by Import::Box which was created specifically to implement t...

EXODIST/T-0.001 - 20 Oct 2016 16:58:12 UTC - Search in distribution

P - Safer, friendlier printf/print/sprintf + say River stage zero No dependents

"P" is a combined print, printf, sprintf & say in 1 routine. It saves tremendously on development time. It's not just a 1 character 'verb', but has other time-saving and powerful features. It has the convenience of "say" in adding a newline when need...

LAWALSH/P-1.1.41 - 31 Oct 2019 06:30:48 UTC - Search in distribution

- River stage zero No dependents

JMS/EdgeExpressDB_0.953h - 18 May 2009 07:45:42 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

TM - Topic Maps, Base Class River stage one • 3 direct dependents • 3 total dependents

This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...

DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC - Search in distribution
  • TM::Tree - Topic Maps, trait for induced tree retrieval
  • TM::Bulk - Topic Maps, Bulk Retrieval Trait

perltidy - a perl script indenter and reformatter River stage three • 78 direct dependents • 144 total dependents

Perltidy reads a perl script and writes an indented, reformatted script. The formatting process involves converting the script into a string of tokens, removing any non-essential whitespace, and then rewriting the string of tokens with whitespace usi...

SHANCOCK/Perl-Tidy-20240511 - 10 May 2024 13:16:10 UTC - Search in distribution

lcpan - Manage your local CPAN mirror River stage two • 42 direct dependents • 73 total dependents

This application is a convenient bundling of "CPAN::Mini" and an indexer so in addition to creating your local CPAN mirror and installing modules from it, you can also query various things about your local CPAN mirror quickly from the command-line (a...

PERLANCAR/App-lcpan-1.074 - 11 Jan 2024 00:11:13 UTC - Search in distribution

PDLdb.pl - the perl debugger with PDL support River stage three • 94 direct dependents • 102 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC - Search in distribution

Dios - Declarative Inside-Out Syntax River stage zero No dependents

This module provides a set of compile-time keywords that simplify the declaration of encapsulated classes using fieldhashes and the "inside out" technique, as well as subroutines with full parameter specifications. The encapsulation, constructor/init...

DCONWAY/Dios-0.002012 - 04 Feb 2022 00:31:07 UTC - Search in distribution

ccp - cascading copy River stage zero No dependents

Rapidly copy (rsync/scp/...) files to many servers servers in multiple locations using Net::CascadeCopy. taken from Net::CascadeCopy: This module implements a scalable method of propagating files to a large number of servers in one or more locations ...

VVU/Net-CascadeCopy-0.2.6 - 17 May 2011 06:07:18 UTC - Search in distribution

flail - a hacker's mailer in Perl River stage zero No dependents

flail is a hacker's mailer, written in Perl, and sporting a command-line interface. It currently supports pop3 and imap for access to remote maildrops, as well as regular old Unix mail spool files for local maildrops (e.g. because you use fetchmail)....

ATTILA/flail-0.2.5 - 15 Oct 2008 19:24:41 UTC - Search in distribution

perl5db.pl - the perl debugger River stage five • 11693 direct dependents • 33184 total dependents

"perl5db.pl" is the perl debugger. It is loaded automatically by Perl when you invoke a script with "perl -d". This documentation tries to outline the structure and services provided by "perl5db.pl", and to describe how you can use them. See perldebu...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
1,215 results (0.137 seconds)