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

Search results for "GAAL"

FFI - Perl Foreign Function Interface based on libffi River stage zero No dependents

NOTE: Newer and better maintained FFI modules such as FFI::Platypus provide more functionality and so it is strongly recommend that you use one of them for new projects and even consider migrating to one of them for existing projects. This module pro...

PLICEASE/FFI-1.15 - 13 Dec 2019 15:22:59 UTC - Search in distribution
  • FFI::Library - Perl Access to Dynamically Loaded Libraries

csv - process CSV files from the command line River stage zero No dependents

CSV (comma-separated value) files are the lowest common denominator of structured data interchange formats. For such a humble file format, it is pretty difficult to get right: embedded quote marks and linebreaks, slipshod delimiters, and no One True ...

GAAL/App-CSV-0.08 - 23 May 2014 07:46:12 UTC - Search in distribution

Aspect - Aspect-Oriented Programming (AOP) for Perl River stage two • 10 direct dependents • 13 total dependents

What is Aspect-Oriented Programming? Aspect-Oriented Programming (AOP) is a programming paradigm which aims to increase modularity by allowing the separation of "cross-cutting "concerns. It includes programming methods and tools that support the modu...

ADAMK/Aspect-1.04 - 09 Apr 2013 05:38:16 UTC - Search in distribution

Pipe - Framework for creating pipes using iterators River stage one • 1 direct dependent • 1 total dependent

Building an iterating pipe with prebuilt and home made tubes. Methods logger Method to print something to the log file, especially for debugging This method is here to be use by Tube authors $self->logger("log messages"); run The method that actually...

SZABGAB/Pipe-0.06 - 01 Jun 2023 07:05:45 UTC - Search in distribution

Best - Load modules with fallback River stage two • 6 direct dependents • 11 total dependents

Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not ...

GAAL/Best-0.15 - 07 Dec 2012 09:25:43 UTC - Search in distribution

prolix - trim chatty command outputs River stage zero No dependents

prolix launches a command and captures its standard output and error. It suppresses uninteresting lines. Unlike "grep -v", it is an interactive program; hit enter to add suppression patterns as new anoyances come up on your terminal. You can weed out...

GAAL/App-Prolix-0.03 - 04 Feb 2012 08:40:48 UTC - Search in distribution

metapatch - Apply parameterized patches River stage zero No dependents

"diff" and "patch" are fine tools for applying changes to files. But sometimes you need to apply a change that cannot be expressed with one diff, for example, you have some parts that differ among files but which you wish to preserve: # file1 sub ini...

GAAL/Template-Patch-0.03 - 19 Jan 2009 19:11:56 UTC - Search in distribution

articles::tpr River stage zero No dependents

AUDREYT/Perl6-Pugs-6.2.13 - 17 Oct 2006 12:51:53 UTC - Search in distribution

Test::TAP::Model - DEPRECATED Use TAP::Harness, TAP::Formatter::HTML River stage one • 2 direct dependents • 2 total dependents

This module is a subclass of Test::Harness::Straps (although in an ideal world it would really use delegation). It uses callbacks in the straps object to construct a deep structure, with all the data known about a test run accessible within. It's pur...

NUFFIN/Test-TAP-Model-0.10 - 22 Jun 2008 03:58:47 UTC - Search in distribution

Class::Plugin::Util - Utility functions for supporting Plug-ins. River stage one • 1 direct dependent • 1 total dependent

This module has utility functions for creating dynamic classes. COOKBOOK Loading plug-ins. If you have a class that has a method that returns a list of modules it requires you can check that everything is OK before you load it. use Class::Plugin::Uti...

ASKSH/Class-Plugin-Util-0.009 - 02 Oct 2007 16:21:09 UTC - Search in distribution

Array::Unique - Tie-able array that allows only unique values River stage one • 2 direct dependents • 5 total dependents

This package lets you create an array which will allow only one occurrence of any value. In other words no matter how many times you put in 42 it will keep only the first occurrence and the rest will be dropped. You use the module via tie and once yo...

SZABGAB/Array-Unique-0.09 - 29 May 2023 17:29:18 UTC - Search in distribution

PerlIO::eol - PerlIO layer for normalizing line endings River stage one • 4 direct dependents • 5 total dependents

This layer normalizes any of "CR", "LF", "CRLF" and "Native" into the designated line ending. It works for both input and output handles. If you specify two different line endings joined by a "-", it will use the first one for reading and the second ...

SHLOMIF/PerlIO-eol-0.19 - 09 Jul 2023 05:40:07 UTC - Search in distribution

Perl6::Take - gather/take in Perl 5 River stage one • 1 direct dependent • 1 total dependent

GAAL/Perl6-Take-0.04 - 30 Jan 2007 18:58:48 UTC - Search in distribution

Class::Rebless - Rebase deep data structures River stage zero No dependents

Class::Rebless takes a Perl data structure and recurses through its hierarchy, reblessing objects that it finds along the way into new namespaces. This is typically useful when your object belongs to a package that is too close to the main namespace ...

GAAL/Class-Rebless-0.10 - 30 Jul 2011 19:13:49 UTC - Search in distribution

Task::Smoke - Install modules required for Pugs-like smoke system River stage zero No dependents

Perl6::Pugs is an experimental implementation of Perl 6. It does not have many prerequisites by itself: merely perl 5.6.1 or 5.8.3, and a decently new ExtUtils::MakeMaker. If you wish to run the powerful smoke test system that comes with Pugs, howeve...

GAAL/Task-Smoke-0.19 - 01 Aug 2008 20:56:30 UTC - Search in distribution

Perl6::Signature - Parse, query, and pretty-print Perl 6 signatures River stage zero No dependents

*Alpha release - everything here is subject to change* Perl6::Signature models routine signatures as specified in Synopsis 6 of the Perl 6 documentation. These signatures offer a rich language for expressing type constraints, default values, and the ...

GAAL/Perl6-Signature-0.04 - 23 Nov 2013 09:16:26 UTC - Search in distribution

CGI::Cookie::Splitter - Split big cookies into smaller ones. River stage zero No dependents

RFC 2109 recommends that the minimal cookie size supported by the client is 4096 bytes. This has become a pretty standard value, and if your server sends larger cookies than that it's considered a no-no. This module provides a pretty simple interface...

ETHER/CGI-Cookie-Splitter-0.05 - 16 Aug 2015 05:59:52 UTC - Search in distribution

Class::Accessor::Ref - Access members by reference River stage one • 1 direct dependent • 1 total dependent

This is an extension of Class::Accessor that allows taking a reference of members of an object. This is typically useful when your class implementation uses a third-party module that expects an in/out parameter in its interface. Without Class::Access...

GAAL/Class-Accessor-Ref-0.05 - 10 May 2007 16:23:04 UTC - Search in distribution

Acme::MetaSyntactic::contributors - Acme::MetaSyntactic contributors River stage two • 61 direct dependents • 63 total dependents

The following people contributed to Acme::MetaSyntactic, either by proposing theme ideas, updating existing themes, sending bug reports, running the test suite on their machine and sending me the report or sending complete lists of items for new or e...

BOOK/Acme-MetaSyntactic-1.015 - 30 Mar 2021 07:56:48 UTC - Search in distribution

Class::TransparentFactory - Transparently choose a provider class with an automatic facade River stage zero No dependents

This module is intended for developers who find they need to refactor code away from one provider of functionality to a factory + set of API-compatible providers. It's not that factories are very difficult to write or maintain, but code that uses the...

GAAL/Class-TransparentFactory-0.02 - 27 Dec 2006 11:43:21 UTC - Search in distribution
23 results (0.024 seconds)