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

Search results for "GRAF"

name - Take The Name River stage zero No dependents

"use name" to get one....

GRAF/name-v0.0.1 - 13 Feb 2022 22:55:07 UTC - Search in distribution

DBD::Mock - Mock database driver for testing River stage two • 24 direct dependents • 50 total dependents

Testing with databases can be tricky. If you are developing a system married to a single database then you can make some assumptions about your environment and ask the user to provide relevant connection information. But if you need to test a framewo...

JLCOOPER/DBD-Mock-1.59 - 22 Feb 2021 13:26:56 UTC - Search in distribution

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

PDF::Reuse::Tutorial - How to produce PDF-files with PDF::Reuse River stage zero No dependents

In this tutorial I will show some aspects of PDF::Reuse, so you should be able to use it in your own programs. Most important is how to produce and reuse PDF-code, and then if you are interested, you can look at Graphics and JavaScript, so you can to...

CNIGHS/PDF-Reuse-Tutorial-0.11 - 12 Dec 2014 03:05:34 UTC - Search in distribution

HTML::FormHandler - HTML forms using Moose River stage two • 21 direct dependents • 31 total dependents

*** Although documentation in this file provides some overview, it is mainly intended for API documentation. See HTML::FormHandler::Manual::Intro for an introduction, with links to other documentation. HTML::FormHandler maintains a clean separation b...

GSHANK/HTML-FormHandler-0.40068 - 20 Jul 2017 17:10:05 UTC - Search in distribution

html_fmt - Reformat HTML, indented according to structure River stage two • 39 direct dependents • 56 total dependents

Writes its input to "STDOUT", reformatted and indented according to the HTML structure. With no arguments, "html_fmt" looks for its input on "STDIN". If it has an argument that looks like a URI, "html_fmt" treats that argument as a URI. If it has an ...

JKEGL/Marpa-R2-12.000000 - 25 Dec 2022 14:47:30 UTC - Search in distribution

JSON::Validator - Validate data against a JSON schema River stage two • 16 direct dependents • 26 total dependents

JSON::Validator is a data structure validation library based around JSON Schema <https://json-schema.org/>. This module can be used directly with a JSON schema or you can use the elegant DSL schema-builder JSON::Validator::Joi to define the schema pr...

JHTHORSEN/JSON-Validator-5.14 - 06 Mar 2023 04:46:05 UTC - Search in distribution

WebService::XING - Perl Interface to the XING API River stage zero No dependents

"WebService::XING" is a Perl client library for the XING API. It supports the whole range of functions described under <https://dev.xing.com/>. Method Introspection An application can query a list of all available API functions together with their pa...

GRAF/WebService-XING-0.030 - 27 Sep 2012 20:47:20 UTC - Search in distribution

Email::Sender - a library for sending email River stage three • 70 direct dependents • 105 total dependents

RJBS/Email-Sender-2.601 - 18 Jan 2024 00:16:20 UTC - Search in distribution

Mock::Person::DE - Generate random sets of German names. River stage one • 1 direct dependent • 1 total dependent

Data for this module was found on these pages: Last names about.com <http://german.about.com/od/names/a/German-Surnames.htm> Middle names There's usually no distinction between a first and middle name in Germany. First names indiachildnames.com <http...

SKIM/Mock-Person-DE-0.06 - 26 Jan 2021 10:54:56 UTC - Search in distribution

Mojolicious::Plugin::OpenAPI - OpenAPI / Swagger plugin for Mojolicious River stage two • 6 direct dependents • 12 total dependents

Mojolicious::Plugin::OpenAPI is Mojolicious::Plugin that add routes and input/output validation to your Mojolicious application based on a OpenAPI (Swagger) specification. This plugin supports both version 2.0 and 3.x, though 3.x *might* have some mi...

JHTHORSEN/Mojolicious-Plugin-OpenAPI-5.09 - 20 Feb 2023 07:35:46 UTC - Search in distribution

Imager::Simple - Make easy things easy with Imager River stage zero No dependents

Imager is a powerful module for processing image data, but it is the power that makes it sometimes hard to use for simple tasks, like for example read an image, scale it, convert it to another format and save it somewhere. This module tries to DWIM w...

GRAF/Imager-Simple-0.010003 - 20 Sep 2010 21:21:47 UTC - Search in distribution

Locale::Country::Multilingual - Map ISO codes to localized country names River stage one • 5 direct dependents • 6 total dependents

"Locale::Country::Multilingual" is an OO replacement for Locale::Country, and supports country names in several languages. Language Codes A language is selected by a two-letter language code as described by ISO 639-1 <http://en.wikipedia.org/wiki/Lis...

OSCHWALD/Locale-Country-Multilingual-0.25 - 22 Aug 2014 16:08:40 UTC - Search in distribution

Catalyst::ActionRole::Tabs - Add tabs to Catalyst controller actions River stage zero No dependents

This module allows to add 'Tab' attributes to action endpoints, and it will automatically build a data structure suitable for rendering 'tabs' to switch between the methods that share the same tab structure. Although this was originally built to help...

GRAF/Catalyst-ActionRole-Tabs-0.003000 - 27 Oct 2009 22:08:09 UTC - Search in distribution

Mojolicious::Plugin::AccessLog - An AccessLog Plugin for Mojolicious River stage zero No dependents

Mojolicious::Plugin::AccessLog is a plugin to easily generate an access log....

GRAF/Mojolicious-Plugin-AccessLog-0.010001 - 26 Sep 2020 15:34:33 UTC - Search in distribution

Catalyst::Plugin::Cache::HTTP - HTTP/1.1 cache validators for Catalyst River stage one • 1 direct dependent • 1 total dependent

Ever since mankind develops web sites, it has to deal with the problems that arise when a site becomes popular. This is especially true for dynamic contents. Optimizations of the web application itself are usually followed by tweaking the system setu...

GRAF/Catalyst-Plugin-Cache-HTTP-0.001000 - 19 Jan 2009 20:58:21 UTC - Search in distribution

DBIx::Class::RandomColumns - Implicit Random Columns River stage one • 1 direct dependent • 2 total dependents

This DBIx::Class component makes columns implicitly create random values. The main reason why this module exists is to generate unpredictable primary keys to add some additional security to web applications. Most forms of char and integer field types...

GRAF/DBIx-Class-RandomColumns-0.005001 - 22 Oct 2012 20:02:27 UTC - Search in distribution

DBIx::Class::InflateColumn::Boolean - Auto-create boolean objects from columns. River stage zero No dependents

Perl does not have a native boolean data type by itself, it takes certain several scalar values as "false" (like '', 0, 0.0) as well as empty lists and "undef", and everything else is "true". It is also possible to set the boolean value of an object ...

GRAF/DBIx-Class-InflateColumn-Boolean-0.003000 - 02 Feb 2016 23:08:26 UTC - Search in distribution

Mojolicious::Plugin::SizeLimit - Terminate workers that grow too large River stage zero No dependents

Mojolicious::Plugin::SizeLimit is a Mojolicious plugin that allows to terminate hypnotoad worker processes if they grow too large. The decision to end a process can be based on its overall size, by setting a minimum limit on shared memory, or a maxim...

GRAF/Mojolicious-Plugin-SizeLimit-0.006 - 29 May 2020 18:33:57 UTC - Search in distribution

Mojolicious::Plugin::MethodOverride - Simulate HTTP Verbs River stage zero No dependents

This plugin can simulate any HTTP verb (a.k.a. HTTP method) in environments where HTTP verbs other than GET and POST are not available. It uses the same approach as in many other restful web frameworks, where it replaces the "HTTP POST" method with a...

GRAF/Mojolicious-Plugin-MethodOverride-0.060 - 23 Oct 2016 19:44:31 UTC - Search in distribution
22 results (0.028 seconds)