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

Search results for "BELDEN"

Test::Deep - Extremely flexible deep comparison River stage five • 943 direct dependents • 13145 total dependents

If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC - Search in distribution

aliased - Use shorter versions of class names. River stage four • 123 direct dependents • 1155 total dependents

"aliased" is simple in concept but is a rather handy module. It loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so ...

ETHER/aliased-0.34 - 03 Jan 2015 20:41:20 UTC - Search in distribution

provide - easily switch between different implementations depending on which version of Perl is detected River stage zero No dependents

Good code is free of side effects, avoids tight coupling, and solves a useful problem in an understandable way. This module, on the other hand, is ball of frightened octopuses clinging together. The simple act of adding use provide (...) to an otherw...

BELDEN/provide-0.03 - 13 Feb 2013 09:06:10 UTC - Search in distribution

Test::Easy - facilitates easy testing patterns River stage one • 5 direct dependents • 7 total dependents

I prefer working in a test driven development environment. One of the downsides of having a large test suite is that test files often grow into monstrosities: it's often easier to plug some new little testblock into an existing file, or stick some ne...

BELDEN/Test-Easy-1.11 - 08 Jul 2015 21:03:20 UTC - Search in distribution

Hash::MostUtils - Yet another collection of tools for operating pairwise on lists. River stage one • 2 direct dependents • 9 total dependents

This module provides a number of functions for processing hashes as lists of key, value pairs....

BELDEN/Hash-MostUtils-1.07 - 09 Jul 2015 21:41:32 UTC - Search in distribution

Text::Capitalize - capitalize strings ("to WORK AS titles" becomes "To Work as Titles") River stage one • 2 direct dependents • 3 total dependents

Text::Capitalize provides some routines for title-like formatting of strings. The simple capitalize function just makes the inital character of each word uppercase, and forces the rest to lowercase. The capitalize_title function applies English title...

DOOM/Text-Capitalize-1.5 - 27 Sep 2019 02:25:45 UTC - Search in distribution

PrankCall River stage zero No dependents

Sometimes you just wanna call someone and hang up without waiting for them to say anything. PrankCall is your friend (but, oddly, also your nemesis)...

LOGIE/PrankCall-0.004 - 03 May 2013 20:35:24 UTC - Search in distribution

DB::Evented - A pragmatic DBI like evented module. River stage zero No dependents

LOGIE/DB-Evented-0.06 - 03 Feb 2014 18:47:07 UTC - Search in distribution

Method::Slice - A slice of method calls within an object River stage zero No dependents

Perl has a very convenient feature called *slice*, to extract several pieces of information at once from an array or from a hash (see ""Slices"). It is even possible to assign a list, to a slice, i.e. to simultaneously update several items within an ...

DAMI/Method-Slice-0.02 - 17 Feb 2013 16:47:09 UTC - Search in distribution

Timed::Logger - store events for later analysis. River stage one • 1 direct dependent • 3 total dependents

Timed::Logger allows one to log events along with amount if time that event took. This can be useful for debugging and profiling purposes. See Plack::Middleware::Debug::Timed::Logger for usage example....

KOLYA/Timed-Logger-0.0.6 - 03 Oct 2013 04:20:46 UTC - Search in distribution

Text::Oyster - evaluate perl code embedded in text. River stage zero No dependents

"Text::Oyster" is a module for evaluating perl embedded in text....

MCKAY/Text-Oyster-0.32 - 27 Jun 2003 15:42:17 UTC - Search in distribution

Test::Resub - Lexically scoped monkey patching for testing River stage two • 4 direct dependents • 11 total dependents

This module allows you to temporarily replace a subroutine/method with arbitrary code. Later, you can tell how many times was it called and with what arguments each time. You may not actually need this module. Many times you'll be able to get away wi...

KOLYA/Test-Resub-2.03 - 09 Jun 2014 02:25:58 UTC - Search in distribution

Devel::TraceINC - lock your @INC hooks in place River stage zero No dependents

I had a situation where a program was loading a module but I couldn't find where in the code it was loaded. It turned out that I loaded some module, which loaded another module, which loaded the module in question. To be able to track down who loads ...

BELDEN/Devel-TraceINC-1.100852 - 02 Nov 2018 17:35:01 UTC - Search in distribution

Array::Sticky - make elements of an array stick in place River stage zero No dependents

On very rare occasions, you want to make sure that the first few or last few elements of an array remain in their relative positions - stuck to the head of the array, or stuck to the tail. This module allows you to accomplish that....

BELDEN/Array-Sticky-0.01 - 15 Feb 2013 20:11:29 UTC - Search in distribution

DB::Transaction - feather-weight transaction management for your DBI handles River stage zero No dependents

DB::Transaction provides one function: run_in_transaction...

SSTK/DB-Transaction-0.001001 - 01 Apr 2013 14:18:40 UTC - Search in distribution

Functional::Utility - helper tools for light-weight functional programming. River stage one • 1 direct dependent • 8 total dependents

Functional::Utility provides a small collection of utilities to make certain pieces of functional programming a bit easier. Included are a few tools for controlling the behavior of existing functions....

BELDEN/Functional-Utility-1.02 - 01 Feb 2013 14:12:59 UTC - Search in distribution

MooseX::Role::REST::Consumer River stage zero No dependents

SSTK/MooseX-Role-REST-Consumer-0.003 - 14 Jun 2014 07:05:56 UTC - Search in distribution

Plack::Middleware::Timed::Logger - Expose a Timed::Logger Instance in Middleware River stage one • 2 direct dependents • 2 total dependents

Plack::Middleware::Timed::Logger does one thing, it places an instance of Timed::Logger into the $env under "plack.middleware.timed.logger". A new instance is created for each incoming request. This middleware is intended to act as a bridge between T...

KOLYA/Plack-Middleware-Timed-Logger-0.0.5 - 03 Oct 2013 04:20:57 UTC - Search in distribution

Functional::Iterator - A generic iterator River stage zero No dependents

BELDEN/Functional-Iterator-1.05 - 13 Feb 2013 07:47:04 UTC - Search in distribution

Timed::Logger::Dancer::AdoptPlack - Use Plack Timed::Logger Middleware with Dancer River stage zero No dependents

This module bridges Plack middleware Plack::Middleware::Timed::Logger with Dancer application. It provides method of getting and instance of Timed::Logger to log events. Those events can be later displayed by Plack::Middleware::Debug::Timed::Logger d...

KOLYA/Timed-Logger-Dancer-AdoptPlack-0.0.5 - 03 Oct 2013 04:38:11 UTC - Search in distribution
22 results (0.026 seconds)