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

Search results for "dist::Perl-Dist-1.06"

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

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC - Search in distribution

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

SQL::Eval - Base for deriving evaluation objects for SQL::Statement River stage two • 21 direct dependents • 78 total dependents

This module implements two classes that can be used for deriving subclasses to evaluate SQL::Statement objects. The SQL::Eval object can be thought as an abstract state engine for executing SQL queries and the SQL::Eval::Table object is a table abstr...

REHSACK/SQL-Statement-1.414 - 21 Oct 2020 14:46:55 UTC - Search in distribution

MetaCPAN::API - A comprehensive, DWIM-featured API to MetaCPAN (DEPRECATED) River stage two • 13 direct dependents • 31 total dependents

This was the original hopefully-complete API-compliant interface to MetaCPAN (<https://metacpan.org>). It has now been superseded by MetaCPAN::Client....

HAARG/MetaCPAN-API-0.51 - 07 Jun 2017 01:43:38 UTC - Search in distribution

HTML::Tidy5 - HTML validation in a Perl object River stage zero No dependents

"HTML::Tidy5" is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint. If you're currently an HTML::Lint user looking to migrate, see the section "Converting from HTML::Lint"....

PETDANCE/HTML-Tidy5-1.06 - 26 Oct 2019 19:38:34 UTC - Search in distribution

HTML::Template::Compiled - Template System Compiles HTML::Template files to Perl code River stage two • 18 direct dependents • 19 total dependents

HTML::Template::Compiled is a template system which can be used for HTML::Template templates with almost the same API. It offers more flexible template delimiters, additional tags and features, and by compiling the template into perl code it can run ...

TINITA/HTML-Template-Compiled-1.003 - 03 May 2016 12:15:34 UTC - Search in distribution

English::Script - Parse English subset and convert to data or code River stage zero No dependents

The module will parse a limited subset of English (using Parse::RecDescent grammar) and convert it to either a Perl data structure or YAML. It can then render this to code. The default renderer is JavaScript. Why? Well, the goal is to provide a means...

GRYPHON/English-Script-1.06 - 20 Mar 2022 00:52:04 UTC - Search in distribution

MetaCPAN::API::Tiny - (DEPRECATED) A Tiny API client for MetaCPAN River stage one • 2 direct dependents • 2 total dependents

This module has been deprecated please use MetaCPAN::Client. This is the Tiny version of MetaCPAN::API. It implements a compatible API with a few notable exceptions: Attributes are direct hash access The attributes defined using Mo(o|u)se are now acc...

JLUIS/MetaCPAN-API-Tiny-1.150270 - 27 Jan 2015 17:17:45 UTC - Search in distribution

Git::Repository - Perl interface to Git repositories River stage two • 56 direct dependents • 85 total dependents

Git::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether *porcelain* or *plumbing*, including bidirectional commands such as "git commit-tree". A ...

BOOK/Git-Repository-1.325 - 31 May 2021 23:00:56 UTC - Search in distribution

Net::API::Gett - Perl bindings for Ge.tt API River stage zero No dependents

MALLEN/Net-API-Gett-1.06 - 27 Mar 2012 03:03:28 UTC - Search in distribution

Task::POE::All - All of POE on CPAN River stage zero No dependents

This task contains all distributions under the POE namespace....

APOCAL/Task-POE-All-1.102 - 09 Nov 2014 11:07:41 UTC - Search in distribution

Devel::TraceUse - show the modules your program loads, recursively River stage one • 3 direct dependents • 3 total dependents

BOOK/Devel-TraceUse-2.097 - 04 Jan 2023 12:23:49 UTC - Search in distribution

Module::CoreList - what modules shipped with versions of perl River stage five • 95 direct dependents • 21441 total dependents

Module::CoreList provides information on which core and dual-life modules shipped with each version of perl. It provides a number of mechanisms for querying this information. There is a utility called corelist provided with this module which is a con...

BINGOS/Module-CoreList-5.20240420 - 27 Apr 2024 19:32:30 UTC - Search in distribution

XML::LibXML::Iterator - XML::LibXML's Tree Iteration Class River stage one • 3 direct dependents • 3 total dependents

XML::LibXML::Iterator is an iterator class for XML::LibXML parsed documents. This class allows one to iterate the document tree as it were a linear data structure. It is possible to step back and forth between the nodes of the tree and do certain ope...

SHLOMIF/XML-LibXML-Iterator-1.06 - 20 Oct 2020 08:14:51 UTC - Search in distribution

HTML::FromArrayref - Output HTML described by a Perl data structure River stage one • 1 direct dependent • 1 total dependent

NICWOLFF/HTML-FromArrayref-1.06 - 30 Oct 2013 00:31:55 UTC - Search in distribution

App::DistSync - Utility synchronization of the mirror distribution-sites River stage zero No dependents

Utility synchronization of the mirror distribution-sites METHODS new my $ds = new App::DistSync( dir => "/var/www/www.example.com/dist", pid => $$, ); Returns the object init $ds->init or die ("Initialization error"); Initializing the mirror in the s...

ABALAMA/App-DistSync-1.06 - 23 Jul 2019 18:26:29 UTC - Search in distribution

Catalyst::Manual::Tutorial::03_MoreCatalystBasics - Catalyst Tutorial - Chapter 3: More Catalyst Application Development Basics River stage two • 2 direct dependents • 11 total dependents

This chapter of the tutorial builds on the work done in Chapter 2 to explore some features that are more typical of "real world" web applications. From this chapter of the tutorial onward, we will be building a simple book database application. Altho...

ETHER/Catalyst-Manual-5.9013 - 22 Mar 2024 21:01:26 UTC - Search in distribution

Text::MicroMason::Docs::Changes - Change History for the MicroMason Distribution River stage one • 6 direct dependents • 6 total dependents

FERRENCY/Text-MicroMason-2.23 - 27 Jun 2019 21:37:01 UTC - Search in distribution

Module::CoreList::List::5_002 - List of core modules for perl 5.002 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5.002....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution
27 results (0.069 seconds)