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

Search results for "OSFAMERON"

local::lib - create and use a local lib/ for perl modules with PERL5LIB River stage two • 34 direct dependents • 85 total dependents

This module provides a quick, convenient way of bootstrapping a user-local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for...

HAARG/local-lib-2.000029 - 20 Apr 2022 13:42:16 UTC - Search in distribution

Devel::Declare - (DEPRECATED) Adding keywords to perl, in perl River stage three • 47 direct dependents • 276 total dependents

Devel::Declare can install subroutines called declarators which locally take over Perl's parser, allowing the creation of new syntax. This document describes how to create a simple declarator....

ETHER/Devel-Declare-0.006022 - 26 Apr 2020 18:31:21 UTC - Search in distribution

POD2::IT - Italian translation of Perl core documentation River stage zero No dependents

pod2it is the italian translation project of core Perl pods. This has been (and currently still is) a very big work! :-) See http://pod2it.sf.net for more details about the project. Once the package has been installed, the translated documentation ca...

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

Web::Simple - A quick and easy way to build simple web applications River stage two • 11 direct dependents • 22 total dependents

The philosophy of Web::Simple is to keep to an absolute bare minimum for everything. It is not designed to be used for large scale applications; the Catalyst web framework already works very nicely for that and is a far more mature, well supported pi...

MSTROUT/Web-Simple-0.033 - 20 Mar 2017 17:43:44 UTC - Search in distribution

App::Asciio River stage zero No dependents

Asciio allows you to draw ASCII diagrams in a GUI or TUI. The diagrams can be saved as ASCII text or in a format that allows you to modify them later. Diagrams consist of boxes and text elements connected by arrows. Boxes stay connected when you move...

NKH/App-Asciio-1.9.02 - 04 Nov 2023 15:39:24 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 342 direct dependents • 452 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

App::Guiio - Plain ASCII diagram River stage zero No dependents

This gtk2-perl application allows you to draw ASCII diagrams in a modern (but simple) graphical application. The ASCII graphs can be saved as ASCII or in a format that allows you to modify them later. Thanks to all the Perl-QA hackathon 2008 in Oslo ...

JSIMPSON/App-Guiio-0.991 - 16 Aug 2010 10:32:04 UTC - Search in distribution

returning - define subs that act like return River stage zero No dependents

The "returning" module allows you to define subs which act like "return". That is, they break out of their caller sub. In the SYNPOSIS example, the "/scissors/i" regexp is never even evaluated because the "Yes" statement breaks out of the the sub, re...

TOBYINK/returning-0.002 - 19 Sep 2013 21:37:51 UTC - Search in distribution

Sub::Auto - declare individual handlers for AUTLOADed subs, respecting can and inheritance River stage zero No dependents

"AUTOLOAD", like other languages' "method-missing" features is a useful feature for those situations when you want to handle sub or method calls dynamically, and can't pre-generate the subroutines with accessor generators. To be sure, this is almost ...

OSFAMERON/Sub-Auto-0.0202 - 24 Nov 2009 22:28:16 UTC - Search in distribution

Test::Shadow - override a class's methods in a scope, checking input/output River stage zero No dependents

OSFAMERON/Test-Shadow-0.0201 - 20 May 2014 03:52:30 UTC - Search in distribution

MooseX::Method::Signatures - (DEPRECATED) Method declarations with type constraints and no source filter River stage two • 18 direct dependents • 63 total dependents

Provides a proper method keyword, like "sub" but specifically for making methods and validating their arguments against Moose type constraints....

ETHER/MooseX-Method-Signatures-0.49 - 07 Oct 2015 01:12:04 UTC - Search in distribution

CPANPLUS::YACSmoke::locallib - create and use a local lib/ for perl modules with PERL5LIB River stage one • 1 direct dependent • 1 total dependent

This module provides a quick, convenient way of bootstrapping a user-local Perl module library located within the user's home directory. It also constructs and prints out for the user the list of environment variables using the syntax appropriate for...

BINGOS/CPANPLUS-YACSmoke-1.08 - 30 Apr 2019 10:47:51 UTC - Search in distribution

Perl::Tags - Generate (possibly exuberant) Ctags style tags for Perl sourcecode River stage zero No dependents

OSFAMERON/Perl-Tags-0.32 - 26 May 2014 02:45:04 UTC - Search in distribution

Grid::Coord - abstract representation and manipulation of points and rectangles River stage one • 1 direct dependent • 1 total dependent

Manage points or rectangles on a grid. This is generic, and could be used for spreadsheets, ascii art, or other nefarious purposes....

OSFAMERON/Grid-Coord-0.05 - 27 Dec 2007 21:09:09 UTC - Search in distribution

Text::JavE - view and manipulate ascii art and manipulation files created in JavE. River stage zero No dependents

JavE (http://www.jave.de/) is an excellent Ascii art editor and animator written in Java. Unfortunately it doesn't yet have a scripting interface. This module aims to make the work of processing its standard files (.jmov) easy within Perl....

OSFAMERON/Text-JavE-0.0.3 - 26 May 2014 02:57:15 UTC - Search in distribution

Sub::Curried - automatically curried subroutines River stage zero No dependents

Currying and Partial Application come from the heady world of functional programming, but are actually useful techniques. Partial Application is used to progressively specialise a subroutine, by pre-binding some of the arguments. Partial application ...

OSFAMERON/Sub-Curried-0.13 - 26 May 2014 02:18:24 UTC - Search in distribution

Acme::Fork::Lazy - abstract forking with lazy variables River stage zero No dependents

We often want to fork a process with an expensive calculation. This involves making the child write the answer back to the parent, who will then have to poll the child occasionally to check if it answered back. There are abstractions, like Poe::Wheel...

OSFAMERON/Acme-Fork-Lazy-0.03 - 26 May 2014 03:10:21 UTC - Search in distribution

Attribute::Cached - easily cache subroutines results using a :Cached attribute River stage zero No dependents

In many applications, including web apps, caching data is used to help scale the sites, trading a slight lack of immediacy in results with a lower load on DB and other resources. Usually we'll do something like this sub my_query { my ($self, %pars) =...

OSFAMERON/Attribute-Cached-0.02 - 24 Nov 2009 22:45:27 UTC - Search in distribution

Data::Rx::Manual::CustomTypes - overview of making new checkers River stage two • 9 direct dependents • 11 total dependents

RJBS/Data-Rx-0.200008 - 19 Jan 2023 03:04:32 UTC - Search in distribution

Catalyst::Model::DBIC::Schema - DBIx::Class::Schema Model Class River stage two • 48 direct dependents • 61 total dependents

This is a Catalyst Model for DBIx::Class::Schema-based Models. See the documentation for Catalyst::Helper::Model::DBIC::Schema for information on generating these Models via Helper scripts. When your Catalyst app starts up, a thin Model layer is crea...

HAARG/Catalyst-Model-DBIC-Schema-0.66 - 30 Jul 2023 07:49:33 UTC - Search in distribution
28 results (0.032 seconds)