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

Search results for "TOKAREV"

DT - DateTime wrapper that tries hard to DWYM River stage one • 1 direct dependent • 1 total dependent

DT is a very simple and thin wrapper over DateTime::Moonpig, which in turn is a wrapper over DateTime. DateTime::Moonpig brings immutability and saner operator overloading at the cost of a cartoonish name but also lacks date/time parsing capabilities...

NOHUHU/DT-0.5.0 - 27 Jul 2018 04:10:09 UTC - Search in distribution

libeav - Email Address Validation Library River stage zero No dependents

libeav is a small library which allows applications to validate email addresses. An email address consists two parts separated by "@" symbol: local-part "@" domain. The local-part usually identifies a user and the domain is usually represents a Fully...

TVV/EAV-XS-0.7.8 - 08 Jul 2023 09:31:36 UTC - Search in distribution
  • EAV::XS - Email Address Validator

DR::R - Tarantool's RTREE implementation River stage zero No dependents

The module includes XS for tarantool <http://tarantool.org> RTREE index. Points and Rects Point - is an array of numbers ("double") with "size=$dimension"). Rect - is an array of numbers ("double" with "size=2 * $dimension"). Index always uses Rect o...

UNERA/DR-R-0.03 - 21 Aug 2017 09:31:58 UTC - Search in distribution

CGI::Test - CGI regression test framework River stage one • 4 direct dependents • 8 total dependents

The "CGI::Test" module provides a CGI regression test framework which allows you to run your CGI programs offline, i.e. outside a web server, and interact with them programmatically, without the need to type data and click from a web browser. If you'...

TOKAREV/CGI-Test-1.111 - 03 Feb 2016 05:26:43 UTC - Search in distribution

RPC::ExtDirect - Easily integrate Perl server code with JavaScript apps River stage one • 5 direct dependents • 7 total dependents

RPC::ExtDirect suite of modules provides an easy, simple and robust way to write Perl server side code that could be used with HTML5 Rich Internet Applications based on JavaScript frameworks Ext JS <http://www.sencha.com/products/extjs/> and Sencha T...

TOKAREV/RPC-ExtDirect-3.24 - 12 Oct 2016 07:39:21 UTC - Search in distribution

Test::PostgreSQL - PostgreSQL runner for tests River stage one • 8 direct dependents • 9 total dependents

"Test::PostgreSQL" automatically setups a PostgreSQL instance in a temporary directory, and destroys it when the perl script exits. This module is a fork of Test::postgresql, which was abandoned by its author several years ago....

TJC/Test-PostgreSQL-1.29 - 18 Feb 2022 03:33:54 UTC - Search in distribution

CGI::ExtDirect - Ext.Direct remoting gateway for CGI applications River stage one • 3 direct dependents • 4 total dependents

This module provides an RPC::ExtDirect gateway implementation for CGI compatible Web server environments. This includes both traditional CGI scripts that start up anew for each HTTP request, as well as more modern CGI environments in which a script i...

TOKAREV/CGI-ExtDirect-3.24 - 12 Oct 2016 07:56:40 UTC - Search in distribution

RPC::ExtDirect::Server - A tiny but capable Ext.Direct server River stage one • 3 direct dependents • 3 total dependents

This module implements a minimal Ext.Direct capable server in pure Perl. Its main purpose is to be used as a lightweight drop-in replacement for more complex production environments like Plack or Apache/mod_perl, e.g. for testing and mockups. It can ...

TOKAREV/RPC-ExtDirect-Server-1.24 - 12 Oct 2016 08:10:46 UTC - Search in distribution

Geo::LatLon2Place - convert latitude and longitude to nearest place River stage zero No dependents

This is a single-purpose module that tries to do one job: find the nearest placename for a point on earth. It doesn't claim to do a perfect job, but it tries to be simple to set up, simple to use and be fast. It doesn't attempt to provide many featur...

MLEHMANN/Geo-LatLon2Place-1.0 - 23 Mar 2022 07:11:37 UTC - Search in distribution

Module::Crypt - Encrypt your Perl code and compile it into XS River stage zero No dependents

AAR/Module-Crypt-0.06 - 22 Jan 2012 10:25:53 UTC - Search in distribution

Range::Object - Basic facilities for manipulating different kinds of object ranges River stage zero No dependents

This module provides abstract methods for Range::* family of modules. The purpose of these modules is to provide unified interface for storing, retrieving and testing for existence of different kinds of objects and object ranges. In terms of this nam...

TOKAREV/Range-Object-0.94 - 08 Nov 2017 01:45:16 UTC - Search in distribution

Test::ExtDirect - An easy and convenient way to test Ext.Direct code River stage zero No dependents

This module provides a set of utility functions for testing Ext.Direct classes. For each test script, an instance of RPC::ExtDirect::Server will be created, and requests will be made with RPC::ExtDirect::Client. This way you can simulate actual Ext J...

TOKAREV/Test-ExtDirect-1.01 - 24 Jun 2014 01:04:03 UTC - Search in distribution

RPC::ExtDirect::Client - Ext.Direct client in Perl River stage one • 2 direct dependents • 2 total dependents

This module implements Ext.Direct client in pure Perl. Its main purpose is to be used for testing server side Ext.Direct classes, complementing RPC::ExtDirect::Server. It can also be used for testing Ext.Direct Actions developed in languages other th...

TOKAREV/RPC-ExtDirect-Client-1.25 - 13 Oct 2016 07:03:07 UTC - Search in distribution

RPC::ExtDirect::Client::Async - Asynchronous Ext.Direct client in Perl River stage zero No dependents

This module implements a fully asynchronous Ext.Direct client based on AnyEvent::HTTP. It can be used with any event loop supported by AnyEvent. If you are not familiar with Ext.Direct, start with RPC::ExtDirect::Intro before going further....

TOKAREV/RPC-ExtDirect-Client-Async-1.25 - 13 Oct 2016 07:38:15 UTC - Search in distribution

AnyEvent::HTTPD::ExtDirect - RPC::ExtDirect gateway for AnyEvent::HTTPD River stage zero No dependents

This module provides an RPC::ExtDirect gateway implementation for AnyEvent::HTTPD, a simple lightweight event based web server. Unlike other gateways like Plack::Middleware::ExtDirect or CGI::ExtDirect, this module is in fact more of an application s...

TOKAREV/AnyEvent-HTTPD-ExtDirect-3.20 - 01 Apr 2015 06:14:38 UTC - Search in distribution

Plack::Middleware::ExtDirect - RPC::ExtDirect gateway for Plack River stage zero No dependents

This module provides an RPC::ExtDirect gateway implementation for Plack environment. It is packaged as a standard Plack middleware component suitable for using with Plack::Builder. Plack::Middleware::ExtDirect is recommended to be used with Perl vers...

TOKAREV/Plack-Middleware-ExtDirect-3.20 - 01 Apr 2015 05:32:25 UTC - Search in distribution

Test::WWW::Jasmine - Run Jasmine test specs for JavaScript from Perl River stage zero No dependents

This module implements Perl test runner for JavaScript test specs that use Jasmine BDD framework. Test::WWW::Jasmine uses WWW::Selenium to run tests in a browser, thus making possible to test complex JavaScript applications that rely heavily on DOM a...

TOKAREV/Test-WWW-Jasmine-0.02 - 23 Jun 2012 02:49:56 UTC - Search in distribution

Apache::ExtDirect - Ext.Direct remoting interface for mod_perl applications River stage zero No dependents

This module provides RPC::ExtDirect gateway implementation for Apache mod_perl environment....

TOKAREV/Apache-ExtDirect-0.90 - 18 Jun 2012 22:55:38 UTC - Search in distribution

Acme::CPANModules::NumberRange - List of modules that handle number ranges River stage zero No dependents

Checking membership, formatting Array::IntSpan Array::RealSpan Number::Range Number::RangeTracker Range::Object::Serial Set::IntSpan Set::IntSpan::Fast Set::IntSpan::Fast::XS Set::IntSpan::Island Tie::Array::IntSpan Partitioning Aray::IntSpan::Partit...

PERLANCAR/Acme-CPANModules-NumberRange-0.002 - 24 Nov 2023 00:05:40 UTC - Search in distribution

DBIx::Class::InflateColumn::DT - Inflate DBIx::Class columns to DT objects River stage zero No dependents

This module is a tiny wrapper around DBIx::Class::InflateColumn::DateTime that does literally one thing: reblesses inflated DateTime objects into DT objects. This is to allow working with database "timestamp" column values without the need for lots o...

NOHUHU/DBIx-Class-InflateColumn-DT-0.1.0 - 23 Mar 2018 05:41:52 UTC - Search in distribution
21 results (0.182 seconds)