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

Search results for "FRANKS"

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Log::Log4perl - Log4j implementation for Perl River stage four • 376 direct dependents • 1144 total dependents

Log::Log4perl lets you remote-control and fine-tune the logging behaviour of your system from the outside. It implements the widely popular (Java-based) Log4j logging package in pure Perl. For a detailed tutorial on Log::Log4perl usage, please read <...

ETJ/Log-Log4perl-1.57 - 21 Oct 2022 16:47:36 UTC - Search in distribution

Template::Alloy - TT2/3, HT, HTE, Tmpl, and Velocity Engine River stage two • 14 direct dependents • 17 total dependents

"An alloy is a homogeneous mixture of two or more elements" (http://en.wikipedia.org/wiki/Alloy). Template::Alloy represents the mixing of features and capabilities from all of the major mini-language based template systems (support for non-mini-lang...

RHANDOM/Template-Alloy-1.022 - 22 Mar 2021 15:46:39 UTC - Search in distribution

Net::DNS - Perl Interface to the Domain Name System River stage three • 113 direct dependents • 575 total dependents

Net::DNS is a collection of Perl modules that act as a Domain Name System (DNS) resolver. It allows the programmer to perform DNS queries that are beyond the capabilities of "gethostbyname" and "gethostbyaddr". The programmer should be familiar with ...

NLNETLABS/Net-DNS-1.45 - 02 May 2024 11:03:24 UTC - Search in distribution

HTML::FormFu - HTML Form Creation, Rendering and Validation Framework River stage two • 13 direct dependents • 25 total dependents

HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of fo...

CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC - Search in distribution

JSON::API - Module to interact with a JSON API River stage zero No dependents

This module wraps JSON and LWP::UserAgent to create a flexible utility for accessing APIs that accept/provide JSON data. It supports all the options LWP supports, including authentication....

GFRANKS/JSON-API-v1.1.1 - 01 Jul 2019 13:30:46 UTC - Search in distribution

Test::MockModule - Override subroutines in a module for unit testing River stage three • 139 direct dependents • 241 total dependents

"Test::MockModule" lets you temporarily redefine subroutines in other packages for the purposes of unit testing. A "Test::MockModule" object is set up to mock subroutines for a given module. The object remembers the original subroutine so it can be e...

GFRANKS/Test-MockModule-v0.178.0 - 26 Apr 2024 17:58:31 UTC - Search in distribution

enum::hash - create a hash of 'enum's, with the same interface as enum.pm River stage zero No dependents

Provides the same interface as the enum module, but returns the values as a list, instead of creating symbolic constants. By default, the 'index' values start at zero, increasing by one for each pair. You can change the index at any time by passing i...

CFRANKS/enum-hash-1.00 - 06 May 2005 15:03:54 UTC - Search in distribution

Catalyst::Plugin::Email - (DEPRECATED) Send emails with Catalyst River stage one • 1 direct dependent • 2 total dependents

Send emails with Catalyst and Email::Send and Email::MIME::Creator....

ETHER/Catalyst-Plugin-Email-0.09 - 12 Aug 2015 22:32:29 UTC - Search in distribution

HTML::Menu::DateTime - Easily create popup menus for use with templates. River stage zero No dependents

Creates data structures suitable for populating HTML::Template, Template Toolkit or Template::Magic templates with dropdown date and time menus. Allows any number of dropdown menus to be displayed on a single page, each independantly configurable. Di...

CFRANKS/HTML-Menu-DateTime-1.00 - 03 Nov 2005 16:10:45 UTC - Search in distribution

List::Objects::WithUtils - List objects, kitchen sink included River stage two • 11 direct dependents • 15 total dependents

A set of roles and classes defining an object-oriented interface to Perl hashes and arrays with useful utility methods, junctions, type-checking ability, and optional autoboxing. Originally derived from Data::Perl. Uses The included objects are usefu...

AVENJ/List-Objects-WithUtils-2.028003 - 07 Apr 2016 18:11:20 UTC - Search in distribution

Net::DNS::SEC - DNSSEC extensions to Net::DNS River stage zero No dependents

Net::DNS::SEC is installed as an extension to an existing Net::DNS installation providing packages to support DNSSEC as specified in RFC4033, RFC4034, RFC4035 and related documents. It also provides support for SIG0 which is useful for dynamic update...

NLNETLABS/Net-DNS-SEC-1.24 - 25 Apr 2024 09:12:13 UTC - Search in distribution

HTML::Dojo - Provides the Dojo JavaScript / AJAX distribution 0.4.3 files. River stage one • 1 direct dependent • 1 total dependent

HTML::Dojo provides files from the Dojo JavaScript / AJAX distribution. These files include the "dojo.js" file, the entire "src" directory, the "iframe_history.html" file, various "*.swf" files, the "LICENSE", "README" and "build.txt" files....

CFRANKS/HTML-Dojo-0.0403.0 - 22 May 2007 13:13:14 UTC - Search in distribution

Catalyst::View::TT::Alloy - Template::Alloy (TT) View Class River stage one • 2 direct dependents • 3 total dependents

This is the Catalyst view for the TT emulator Template::Alloy. Your application should define a view class which is a subclass of this module. The easiest way to achieve this is using "script/myapp_create.pl" (replacing "myapp" with the name of your ...

DJZORT/Catalyst-View-TT-Alloy-0.00007 - 29 Mar 2015 23:19:58 UTC - Search in distribution

DBIx::Class::HTML::FormFu - DEPRECATED - use HTML::FormFu::Model::DBIC instead River stage zero No dependents

CFRANKS/DBIx-Class-HTML-FormFu-0.01005 - 19 Jun 2008 13:53:11 UTC - Search in distribution

HTML::FormFu::Model::DBIC - Integrate HTML::FormFu with DBIx::Class River stage one • 3 direct dependents • 5 total dependents

CFRANKS/HTML-FormFu-Model-DBIC-2.03 - 09 Apr 2018 22:07:55 UTC - Search in distribution

HTML::Menu::Select - Create HTML for select menus to simplify your templates. River stage zero No dependents

This modules creates HTML for form "select" items. Traditionally, if you wanted to dynamically generate a list of options in a "select" menu, you would either have to use CGI's HTML generation routines, or use a complicated template such as this: <se...

CFRANKS/HTML-Menu-Select-1.01 - 08 Dec 2005 11:53:41 UTC - Search in distribution

Perl6::Junction - Perl6 style Junction operators in Perl5. River stage two • 24 direct dependents • 40 total dependents

This is a lightweight module which provides 'Junction' operators, the most commonly used being "any" and "all". Inspired by the Perl6 design docs, <http://dev.perl.org/perl6/doc/design/exe/E06.html>. Provides a limited subset of the functionality of ...

CFRANKS/Perl6-Junction-1.60000 - 21 Aug 2013 14:25:39 UTC - Search in distribution

Net::DNS::Resolver::Unbound - Net::DNS resolver based on libunbound River stage zero No dependents

Net::DNS::Resolver::Unbound is designed as an extension to an existing Net::DNS installation which facilitates DNS(SEC) name resolution using the libunbound library developed by NLnet Labs. Net::DNS::Resolver::Unbound replaces the resolver send() and...

RWF/Net-DNS-Resolver-Unbound-1.21 - 09 Jun 2023 17:22:40 UTC - Search in distribution
34 results (0.036 seconds)