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

Search results for "DIONYS"

Test::Deep - Extremely flexible deep comparison River stage five • 943 direct dependents • 13145 total dependents

If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC - Search in distribution

DBD::Avatica - Driver for Apache Avatica compatible servers River stage zero No dependents

DBD::Avatica is a Perl module that works with the DBI module to provide access to databases with Apache Avatica compatible protocol....

PUTINTSEV/DBD-Avatica-0.2.2 - 11 Jan 2022 10:17:04 UTC - Search in distribution

App::Cmd - write command line apps with less suffering River stage three • 100 direct dependents • 943 total dependents

App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial....

RJBS/App-Cmd-0.336 - 26 Aug 2023 15:08:06 UTC - Search in distribution

Markdent - An event-based Markdown parser toolkit River stage two • 5 direct dependents • 12 total dependents

This distribution provides a toolkit for parsing Markdown (and Markdown variants, aka dialects). Unlike the other Markdown Perl tools, this module can be used for more than just generating HTML. The core parser generates events (like XML's SAX), maki...

DROLSKY/Markdent-0.40 - 21 Mar 2021 15:16:41 UTC - Search in distribution

Avatica::Client - Client for Apache Calcite Avatica River stage one • 1 direct dependent • 1 total dependent

Client for Apache Calcite Avatica which based on HTTP and Google Protobuf. new Creates object of the Avatica::Client. my $client = Avatica::Client->new(url => 'http://127.0.0.1:8765', max_retries => 10); Parameters url URL to send request (required)....

PUTINTSEV/Avatica-Client-0.003 - 11 Jan 2022 10:16:53 UTC - Search in distribution

Acme::CPANAuthors::Russian - We are Russian CPAN authors River stage one • 2 direct dependents • 3 total dependents

This class provides a hash of Russian CPAN authors' PAUSE ID and name to the "Acme::CPANAuthors" module....

SHARIFULN/Acme-CPANAuthors-Russian-1.07 - 24 Jul 2011 20:33:15 UTC - Search in distribution

JSONSchema::Validator - Validator for JSON Schema Draft4/Draft6/Draft7 and OpenAPI Specification 3.0 River stage zero No dependents

OpenAPI specification and JSON Schema Draft4/Draft6/Draft7 validators with minimum dependencies....

PUTINTSEV/JSONSchema-Validator-0.011 - 25 Aug 2022 23:22:59 UTC - Search in distribution

MooX::Aliases - easy aliasing of methods and attributes in Moo River stage two • 12 direct dependents • 95 total dependents

The MooX::Aliases module will allow you to quickly alias methods in Moo. It provides an alias parameter for has() to generate aliased accessors as well as the standard ones. Attributes can also be initialized in the constructor via their aliased name...

HAARG/MooX-Aliases-0.001006 - 01 Feb 2015 08:25:51 UTC - Search in distribution

AnyEvent::UserAgent - AnyEvent::HTTP OO-wrapper River stage zero No dependents

AnyEvent::UserAgent is a OO-wrapper around AnyEvent::HTTP with cookies support by HTTP::Cookies. Also request callback receives response as HTTP::Response object....

DIONYS/AnyEvent-UserAgent-0.07 - 02 Sep 2014 15:58:04 UTC - Search in distribution

AnyEvent::Delay::Simple - Manage callbacks and control the flow of events by AnyEvent River stage zero No dependents

AnyEvent::Delay::Simple manages callbacks and controls the flow of events for AnyEvent. This module inspired by Mojo::IOLoop::Delay....

DIONYS/AnyEvent-Delay-Simple-0.06 - 13 Sep 2014 11:29:55 UTC - Search in distribution

MooseX::Types::Common - A library of commonly used type constraints River stage three • 48 direct dependents • 185 total dependents

A set of commonly-used type constraints that do not ship with Moose by default....

ETHER/MooseX-Types-Common-0.001014 - 19 Jan 2017 02:30:24 UTC - Search in distribution

Mojolicious::Plugin::Model - Model for Mojolicious applications River stage one • 1 direct dependent • 1 total dependent

Mojolicious::Plugin::Model is a Model (M in MVC architecture) for Mojolicious applications. Each model has an "app" attribute....

AVKHOZOV/Mojolicious-Plugin-Model-0.13 - 12 Jul 2021 15:35:12 UTC - Search in distribution

Path::Tiny::Archive::Tar - Tar/untar add-on for file path utility River stage zero No dependents

This module provides two additional methods for Path::Tiny for working with tar archives....

DIONYS/Path-Tiny-Archive-Tar-0.003 - 13 Mar 2021 17:49:46 UTC - Search in distribution

Path::Tiny::Archive::Zip - Zip/unzip add-on for file path utility River stage zero No dependents

This module provides two additional methods for Path::Tiny for working with zip archives....

DIONYS/Path-Tiny-Archive-Zip-0.004 - 13 Mar 2021 18:09:00 UTC - Search in distribution

MojoX::Transaction::WebSocket76 - WebSocket version hixie-76 transaction container River stage zero No dependents

MojoX::Transaction::WebSocket76 is a container for WebSocket transactions as described in hixie-76 draft <http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76>. Support for this version of the protocol was removed in Mojolicious 1.17. Howev...

DIONYS/MojoX-Transaction-WebSocket76-0.05 - 16 Apr 2016 19:18:10 UTC - Search in distribution

Data::Compare::Plugins::JSON - Plugin for Data::Compare to handle JSON, JSON::PP and JSON::XS boolean constants. River stage zero No dependents

JSON, JSON::PP and JSON::XS provides instances of JSON::PP::Boolean, JSON::backportPP::Boolean, and JSON::XS::Boolean classes. It's "JSON::true", "JSON::false", "JSON::PP::true", "JSON::PP::false", "JSON::XS::true", and "JSON::XS::false". This plugin...

DIONYS/Data-Compare-Plugins-JSON-1.04 - 18 May 2017 20:09:51 UTC - Search in distribution

Plack::Session::Store::Echo - Echo store for Plack::Middleware::Session River stage zero No dependents

Sometimes you want only mark new client with cookie and don't want to store something in your sessions, so you can use this one. For any session identifier this store tells that the session exists. This is a subclass of Plack::Session::Store and impl...

DIONYS/Plack-Session-Store-Echo-1.00 - 15 Jun 2014 21:59:43 UTC - Search in distribution

Catalyst::Plugin::Server::JSONRPC::Batch - batch requests implementation for Catalyst JSON-RPC server plugin. River stage zero No dependents

Catalyst::Plugin::Server::JSONRPC::Batch implements batch JSON-RPC requests as its described in specification version 2.0....

DIONYS/Catalyst-Plugin-Server-JSONRPC-Batch-0.02 - 27 May 2012 22:44:44 UTC - Search in distribution
18 results (0.108 seconds)