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

Search results for "ABALAMA"

CTK - CTK ToolKit library (CTKlib) River stage one • 1 direct dependent • 1 total dependent

CTKlib - is library that provides "extended-features" (utilities) for your robots written on Perl. Most of the functions and methods this module written very simple language and easy to understand. To work with CTKlib, you just need to start using it...

ABALAMA/CTKlib-2.09 - 10 Sep 2022 10:53:50 UTC - Search in distribution

monm - simple monitoring tool River stage zero No dependents

Simple monitoring tool...

ABALAMA/App-MonM-1.09 - 16 Sep 2022 10:43:03 UTC - Search in distribution

mtoken - the tool for token management River stage zero No dependents

This tool provides initializing and management of your Token Devices (MTokens)...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC - Search in distribution

mbutiny - утилита резервного копирования ваших сайтов и других элементов файловой системы River stage zero No dependents

ABALAMA/App-MBUtiny-1.13 - 20 Jul 2019 07:41:49 UTC - Search in distribution

Acrux - Southern crucis constellation for your applications River stage zero No dependents

Southern crucis constellation for your applications See Acme::Crux for more!...

ABALAMA/Acrux-0.03 - 19 Feb 2024 15:07:00 UTC - Search in distribution

mpminus - MPMinus helper application River stage one • 1 direct dependent • 1 total dependent

This tool can helps You to create a new MPMinus project...

ABALAMA/MPMinus-1.21 - 18 May 2019 08:22:48 UTC - Search in distribution

distsync - launcher of synchronization via App::DistSync River stage zero No dependents

Launcher of synchronization via App::DistSync See App::DistSync for details...

ABALAMA/App-DistSync-1.06 - 23 Jul 2019 18:26:29 UTC - Search in distribution

Acme::Ghost - An yet another view to daemon processes River stage zero No dependents

An yet another view to daemon processes new my $g = Acme::Ghost->new( name => 'myDaemon', user => 'nobody', group => 'nogroup', pidfile => '/var/run/myDaemon.pid', logfile => '/var/log/myDaemon.log', ident => 'myDaemon', logopt => 'ndelay,pid', facil...

ABALAMA/Acme-Ghost-1.01 - 26 Jan 2024 16:50:01 UTC - Search in distribution

WWW::Suffit::API - The Suffit API River stage zero No dependents

This library provides server API methods and describe it MEDIA TYPES The API currently supports only JSON as an exchange format. Be sure to set both the "Content-Type" and "Accept" headers for every request as "application/json". All Date objects are...

ABALAMA/WWW-Suffit-API-1.01 - 17 Dec 2023 17:15:31 UTC - Search in distribution

WWW::MLite - Lite Web Application Framework River stage zero No dependents

Lite Web Application Framework This module allows you to quickly and easily write a REST servers new my $server = MyApp->new( project => "MyApp", ident => "myapp", root => File::Spec->catdir($Bin, "conf"), #confopts => {... Config::General options .....

ABALAMA/WWW-MLite-2.01 - 29 Jun 2019 16:27:36 UTC - Search in distribution

Acrux::DBI - Database independent interface for Acrux applications River stage zero No dependents

Database independent interface for Acrux applications new my $dbi = Acrux::DBI->new( $db_url ); my $dbi = Acrux::DBI->new( $db_url, { ... options ... }); my $dbi = Acrux::DBI->new( $db_url, ... options ...); Build new Acrux::DBI object Options: autoc...

ABALAMA/Acrux-DBI-0.03 - 18 Apr 2024 08:11:03 UTC - Search in distribution

monotifier - extension for the monm notifications River stage zero No dependents

This is an extension for the monm notifications over different communication channels...

ABALAMA/App-MonM-Notifier-1.04 - 16 Sep 2022 10:43:14 UTC - Search in distribution

WWW::Suffit::JWT - JSON Web Token for Suffit authorization River stage zero No dependents

JSON Web Token for Suffit authorization This module based on Mojo::JWT JSON Web Token is described in <https://tools.ietf.org/html/rfc7519>....

ABALAMA/WWW-Suffit-1.08 - 14 Apr 2024 19:38:34 UTC - Search in distribution

WWW::Suffit::AuthDB - Suffit Authorization Database River stage zero No dependents

Suffit Authorization Database new my $authdb = WWW::Suffit::AuthDB->new( dsuri => "sqlite:///tmp/auth.db?sqlite_unicode=1", file => "/tmp/authdb.json" ); die $authdb->error if $authdb->error; Create new AuthDB object access $authdb->access( controlle...

ABALAMA/WWW-Suffit-AuthDB-1.00 - 12 Dec 2023 14:53:32 UTC - Search in distribution

WWW::Suffit::Server - The Suffit API web-server class River stage zero No dependents

This module provides API web-server functionality...

ABALAMA/WWW-Suffit-Server-1.10 - 15 Apr 2024 09:10:04 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

MPMinusX::AuthSsn - MPMinus AAA via Apache::Session and DBD::SQLite River stage zero No dependents

Methods of using METHOD #1. MPMINUS HANDLERS LEVEL (RECOMENDED) sub hInit { ... my $usid = $usr{usid} || $q->cookie('usid') || ''; $ssn = new MPMinusX::AuthSsn( $m, $usid ); ... } sub hResponse { ... my $access = $ssn->access( sub { my $self = shift;...

ABALAMA/MPMinusX-AuthSsn-1.01 - 30 May 2019 07:45:07 UTC - Search in distribution

WWW::Suffit::UserAgent - Suffit API user agent library River stage zero No dependents

Suffit API user agent library new my $clinet = WWW::Suffit::UserAgent->new( url => "https://localhost", username => "username", # optional password => "password", # optional max_redirects => 2, # Default: 10 connect_timeout => 3, # Default: 10 sec in...

ABALAMA/WWW-Suffit-UserAgent-1.00 - 31 Jul 2023 17:37:38 UTC - Search in distribution

WWW::Suffit::Plugin::FileAuth - The Suffit plugin for authentication and authorization by password file River stage zero No dependents

This plugin provides authentication and authorization by looking up users in plain text password files The "AuthUserFile" configuration directive sets the path to the user file of a textual file containing the list of users and passwords for user aut...

ABALAMA/WWW-Suffit-Plugin-FileAuth-1.00 - 22 Feb 2024 11:39:04 UTC - Search in distribution

WWW::Suffit::Plugin::BasicAuth - The Mojolicious Plugin for HTTP basic authentication and authorization River stage zero No dependents

The Mojolicious Plugin for HTTP basic authentication and authorization This plugin based on NoRFC::Server::Auth...

ABALAMA/WWW-Suffit-Plugin-BasicAuth-1.00 - 07 Dec 2023 13:54:00 UTC - Search in distribution
27 results (0.042 seconds)