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

Search results for "dist::Writer"

Dist::Zilla::Util::ExpandINI::Writer - An order-preserving INI Writer River stage one • 3 direct dependents • 5 total dependents

KENTNL/Dist-Zilla-Util-ExpandINI-0.003003 - 04 Mar 2017 05:52:13 UTC - Search in distribution

Dist::Zilla::Role::PotWriter - Something that writes gettext language translation template file River stage zero No dependents

This role provides a utility method for generating a GNU gettext <http://www.gnu.org/software/gettext/>-style language translation template. Instance Methods "write_pot" $self->write_pot(%params); Creates or updates a GNU gettext <http://www.gnu.org/...

CCM/Dist-Zilla-LocaleTextDomain-0.91 - 10 Nov 2017 02:01:43 UTC - Search in distribution

Dist::Zilla::Plugin::DROLSKY::Role::MaybeFileWriter - Knows how to maybe write files River stage zero No dependents

DROLSKY/Dist-Zilla-PluginBundle-DROLSKY-1.22 - 06 Oct 2022 14:22:27 UTC - Search in distribution

Moo - Minimalist Object Orientation (with Moose compatibility) River stage four • 2117 direct dependents • 5269 total dependents

"Moo" is an extremely light-weight Object Orientation system. It allows one to concisely define objects and roles with a convenient syntax that avoids the details of Perl's object system. "Moo" contains a subset of Moose and is optimised for rapid st...

HAARG/Moo-2.005005 - 05 Jan 2023 20:56:38 UTC - Search in distribution

classes - conventional Perl 5 classes River stage one • 1 direct dependent • 1 total dependent

A simple, stable, fast, and flexible way to use conventional Perl 5 classes in scripts, rapid prototypes, and full-scale applications. This reference document covers syntax only. See the following for more: classesoop Introductory primer of concepts,...

RMUHLE/classes-0.944 - 08 Mar 2008 16:10:50 UTC - Search in distribution

orgadb-sel - Select entries and fields from Org addressbook River stage one • 1 direct dependent • 1 total dependent

App::orgadb is a set of CLIs for addressbook written in Org format. It currently contains: * orgadb-sel CLI to list/select addressbook entries and fields. The addressbook must be written following a certain structure, as shown in the Synopsis. The fi...

PERLANCAR/App-orgadb-0.017 - 16 Oct 2023 00:05:28 UTC - Search in distribution

perlhacktips - Tips for Perl core C code hacking River stage five • 11292 direct dependents • 32664 total dependents

This document will help you learn the best way to go about hacking on the Perl core C code. It covers common problems, debugging, profiling, and more. If you haven't read perlhack and perlhacktut yet, you might want to do that first....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Term::Menus - Create Powerful Terminal, Console and CMD Enviroment Menus River stage one • 1 direct dependent • 1 total dependent

Term::Menus allows you to create powerful Terminal, Console and CMD environment menus. Any perl script used in a Terminal, Console or CMD environment can now include a menu facility that includes sub-menus, forward and backward navigation, single or ...

REEDFISH/Term-Menus-3.027 - 12 Apr 2024 22:55:50 UTC - Search in distribution

UI::KeyboardLayout - Module for designing keyboard layouts River stage zero No dependents

In this section, a "keyboard" has a certain "character repertoir" (which characters may be entered using this keyboard), and a mapping associating a character in the repertoir to a keypress or to several (sequential or simultaneous) keypresses. A sma...

ILYAZ/UI-KeyboardLayout-0.79 - 16 Mar 2024 21:24:23 UTC - Search in distribution

PDL::OpenCV - PDL interface to OpenCV River stage zero No dependents

Use PDL::OpenCV to call OpenCV functions on your data using Perl/PDL. As can be seen above, this distribution is structured to very closely match the structure of OpenCV v4 itself. That means the submodules match the "classes" and/or "modules" in Ope...

ETJ/PDL-OpenCV-0.001 - 26 Mar 2023 06:02:44 UTC - Search in distribution

DBI::DBD - Perl DBI Database Driver Writer's Guide River stage four • 940 direct dependents • 2099 total dependents

This document is primarily intended to help people writing new database drivers for the Perl Database Interface (Perl DBI). It may also help others interested in discovering why the internals of a DBD driver are written the way they are. This is a gu...

TIMB/DBI-1.643 - 31 Jan 2020 19:02:41 UTC - Search in distribution

DBD::CSV - DBI driver for CSV files River stage two • 23 direct dependents • 27 total dependents

The DBD::CSV module is yet another driver for the DBI (Database independent interface for Perl). This one is based on the SQL "engine" SQL::Statement and the abstract DBI driver DBD::File and implements access to so-called CSV files (Comma Separated ...

HMBRAND/DBD-CSV-0.60 - 06 Jan 2023 10:49:57 UTC - Search in distribution

Patro - proxy access to remote objects River stage zero No dependents

"Patro" is a mechanism for making any Perl reference in one Perl program accessible is other processes, even processes running on different hosts. The "proxy" references have the same look and feel as the native references in the original process, an...

MOB/Patro-0.16 - 29 Sep 2017 02:17:12 UTC - Search in distribution

HTML::Mason::FAQ - Frequently asked questions River stage two • 41 direct dependents • 76 total dependents

DROLSKY/HTML-Mason-1.60 - 11 Feb 2023 18:45:01 UTC - Search in distribution

MooX::Press - quickly create a bunch of Moo/Moose/Mouse classes and roles River stage one • 5 direct dependents • 9 total dependents

MooX::Press (pronounced "Moo Express") is a quick way of creating a bunch of simple Moo classes and roles at once without needing to create separate Perl modules for each class and each role, and without needing to add a bunch of boilerplate to each ...

TOBYINK/MooX-Press-0.086 - 19 Jul 2022 09:06:55 UTC - Search in distribution

pod::INSTALL River stage zero No dependents

LDS/GBrowse-2.56 - 15 Jan 2017 21:29:11 UTC - Search in distribution

Net::LDAP::FAQ - Frequently Asked Questions about Net::LDAP River stage two • 70 direct dependents • 82 total dependents

This document serves to answer the most frequently asked questions on both the perl-ldap Mailing List and those sent to Graham Barr. The latest version of this FAQ can be found at http://ldap.perl.org/FAQ.html...

MARSCHAP/perl-ldap-0.68 - 03 Jan 2021 17:37:50 UTC - Search in distribution

CGI::Application - Framework for building reusable web-applications River stage three • 118 direct dependents • 128 total dependents

It is intended that your Application Module will be implemented as a sub-class of CGI::Application. This is done simply as follows: package My::App; use base 'CGI::Application'; Notation and Conventions For the purpose of this document, we will refer...

MARTO/CGI-Application-4.61 - 02 Mar 2018 09:20:24 UTC - Search in distribution

XML::Snap - Makes simple XML tasks a snap! River stage zero No dependents

MICHAEL/XML-Snap-0.04 - 27 May 2014 08:49:07 UTC - Search in distribution

DBIx::NinjaORM - Flexible Perl ORM for easy transitions from inline SQL to objects. River stage zero No dependents

DBIx::NinjaORM was designed with a few goals in mind: * Expand objects with data joined from other tables, to do less queries and prevent lazy-loading of ancillary information. * Have a short learning curve. * Provide advanced caching features and ma...

AUBERTG/DBIx-NinjaORM-v3.1.0 - 23 Mar 2017 05:51:51 UTC - Search in distribution
114 results (0.083 seconds)