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

Search results for "SUKRIA"

Dancer - lightweight yet powerful web application framework River stage three • 214 direct dependents • 218 total dependents

Dancer is a web application framework designed to be as effortless as possible for the developer, taking care of the boring bits as easily as possible, yet staying out of your way and letting you get on with writing your code. Dancer aims to provide ...

YANICK/Dancer-1.3521 - 08 Feb 2023 20:58:09 UTC - Search in distribution

Devel::REPL - A modern perl interactive shell River stage two • 23 direct dependents • 34 total dependents

This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC - Search in distribution

System::Command - Object for running system commands River stage two • 7 direct dependents • 90 total dependents

System::Command is a class that launches external system commands and return an object representing them, allowing to interact with them through their "STDIN", "STDOUT" and "STDERR" handles....

BOOK/System-Command-1.122 - 04 Feb 2023 21:40:33 UTC - Search in distribution

Coat::Persistent - Simple Object-Relational mapping for Coat objects River stage zero No dependents

Coat::Persistent is an object to relational-databases mapper, it allows you to build instances of Coat objects and save them into a database transparently. You basically define a mapping rule, either global or per-class and play with your Coat object...

SUKRIA/Coat-Persistent-0.223 - 25 Nov 2009 13:46:15 UTC - Search in distribution

File::Sip - file parser intended for big files that don't fit into main memory. River stage zero No dependents

In most of the cases, you don't want to use this, but File::Slurp::Tiny instead. This class is able to read a line from a file without loading the whole file in memory. When you want to deal with files of millions of lines, on a limited environment, ...

SUKRIA/File-Sip-0.003 - 23 Mar 2014 15:52:52 UTC - Search in distribution

perlconsole River stage zero No dependents

Perl Console is a small program that implements a Read-eval-print loop: it lets you evaluate Perl code interactively. It uses Readline to grab input, and provides completion with all the namespaces loaded during your session. It allows you to load a ...

SUKRIA/perlconsole-0.4 - 24 Feb 2008 22:58:35 UTC - Search in distribution

Test::Database - Database handles ready for testing River stage two • 11 direct dependents • 30 total dependents

Test::Database provides a simple way for test authors to request a test database, without worrying about environment variables or the test host configuration. See SYNOPSIS for typical usage. See Test::Database::Tutorial for more detailed explanations...

BOOK/Test-Database-1.113 - 24 May 2014 23:54:25 UTC - Search in distribution

Graph::Simple - simple and intuitive interface for manipulating graph River stage zero No dependents

In computer science, a graph is an abstract data type that is meant to implement the graph and hypergraph concepts from mathematics. A graph data structure consists of a finite (and possibly mutable) set of ordered pairs, called *edges*, of certain e...

SUKRIA/Graph-Simple-0.04 - 14 Sep 2013 09:42:17 UTC - Search in distribution

Set::Streak - Routines related to streaks (longest item appearance in consecutive sets) River stage zero No dependents

PERLANCAR/Set-Streak-0.004 - 23 Feb 2024 02:01:34 UTC - Search in distribution

Dancer::Plugin::CRUD - A plugin for writing RESTful apps with Dancer River stage zero No dependents

This plugin is derived from Dancer::Plugin::REST and helps you write a RESTful webservice with Dancer....

ZURBORG/Dancer-Plugin-CRUD-1.031 - 17 Dec 2014 16:13:00 UTC - Search in distribution

cpan-heavyweights - display top N releasers to CPAN, optionally for a specific year River stage one • 2 direct dependents • 2 total dependents

cpan-heavyweights generates a text graph of the top releasers to CPAN of all time. % cpan-heavyweights RJBS (2667) ######################################## SHARYANTO (2519) ##################################### BINGOS (2314) #########################...

NEILB/CPAN-ReleaseHistory-0.16 - 08 Aug 2020 21:48:25 UTC - Search in distribution

Logger::Syslog - an intuitive wrapper over Syslog for Perl River stage zero No dependents

You want to deal with syslog, but you don't want to bother with Sys::Syslog, that module is for you. Logger::Syslog takes care of everything regarding the Syslog communication, all you have to do is to use the function you need to send a message to s...

SUKRIA/Logger-Syslog-1.1 - 27 Nov 2006 08:55:37 UTC - Search in distribution

Dancer::Plugin::DBIC - DBIx::Class interface for Dancer applications River stage one • 6 direct dependents • 7 total dependents

This plugin makes it very easy to create Dancer applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. You just need to configure your database connection information. For...

IRONCAMEL/Dancer-Plugin-DBIC-0.2104 - 09 Nov 2015 12:27:52 UTC - Search in distribution

Dancer2::Plugin::DBIC - DBIx::Class interface for Dancer2 applications River stage one • 7 direct dependents • 7 total dependents

This plugin makes it very easy to create Dancer2 applications that interface with databases. It automatically exports the keyword "schema" which returns a DBIx::Class::Schema object. It also exports the keywords "resultset" and "rset". You just need ...

IRONCAMEL/Dancer2-Plugin-DBIC-0.0100 - 29 Sep 2017 01:09:27 UTC - Search in distribution

Dancer::Plugin::Resource - A plugin for writing declarative RESTful apps with Dancer River stage zero No dependents

Dancer::Plugin::Resource is a dancer plugin aimed at simplifying and aiding in writing RESTful web services and applications in Dancer. It borrows ideas from both Ruby on Rails and Catalyst::Action::REST, while adding some new ones to boot. At its co...

MATTP/Dancer-Plugin-Resource-1.131120 - 22 Apr 2013 19:37:34 UTC - Search in distribution

Dancer2::Plugin::REST - A plugin for writing RESTful apps with Dancer2 River stage one • 1 direct dependent • 1 total dependent

This plugin helps you write a RESTful webservice with Dancer2....

YANICK/Dancer2-Plugin-REST-1.02 - 20 Jul 2017 23:54:13 UTC - Search in distribution

Test::TinyMocker River stage two • 4 direct dependents • 35 total dependents

SUKRIA/Test-TinyMocker-0.05 - 27 Nov 2013 14:08:08 UTC - Search in distribution

Dancer::Plugin::UUID - Maintain unique identifiers for each visitor of the application. River stage zero No dependents

This plugin takes care of dropping a cookie with a unique user identifier on each visitor of the web application. The ID follows the UUID <http://en.wikipedia.org/wiki/Universally_unique_identifier> spec and is generated randomly on the second visit ...

SUKRIA/Dancer-Plugin-UUID-0.004 - 06 Feb 2015 10:27:49 UTC - Search in distribution

Dancer::Plugin::Auth::Twitter - Authenticate with Twitter River stage zero No dependents

BIGPRESH/Dancer-Plugin-Auth-Twitter-0.08 - 07 Aug 2018 19:53:19 UTC - Search in distribution

Parse::PAUSE - Parses CPAN upload emails sent by PAUSE River stage zero No dependents

Given the content of a CPAN upload email sent by PAUSE, this module will parse the content, and return an object which can be queried for the discrete bits of information about the upload....

ATOM/Parse-PAUSE-1.001 - 09 Jun 2009 01:47:54 UTC - Search in distribution
30 results (0.022 seconds)