Group::Git::Cmd::Ivan - Group-Git extra tools River stage zero No dependents

Just the holder module...

IVANWILLS/Group-Git-Cmd-Ivan-v0.0.4 - 19 Jan 2019 10:03:11 UTC - Search in distribution

Bessarabv::Sleep - get Ivan Bessarabov's sleep data River stage zero No dependents

My name is Ivan Bessarabov and I'm a lifelogger. Well, actually I don't record all of my life, but I do records of some parts of my life. One of the thing that I measure is my sleep. Every time I go to sleep I record that time in a text file. And whe...

BESSARABV/Bessarabv-Sleep-1.0.0 - 28 Sep 2013 10:33:21 UTC - Search in distribution

Bessarabv::Weight - get Ivan Bessarabov's weight data River stage zero No dependents

My name is Ivan Bessarabov and I'm a lifelogger. Well, actually I don't record all of my life, but I do records of some parts of my life. One of the thing that I measure is my weight. I use super pretty iPhone App Weightbot <http://tapbots.com/softwa...

BESSARABV/Bessarabv-Weight-1.0.0 - 21 Aug 2013 20:00:36 UTC - Search in distribution

cs - Search and/or replace text (with some intelligence) River stage zero No dependents

The "cs" command is aimed at searching large quantities of text files with the ability to easily select searching files by type (or excluding files of a certain type). Also by default "cs" excludes version control directories eg .svn or .git. Example...

IVANWILLS/File-CodeSearch-v0.7.5 - 25 Oct 2017 07:28:20 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2263 direct dependents • 7880 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.49 - 24 Sep 2020 00:29:49 UTC - Search in distribution

mok - an awk for molecules River stage zero No dependents

The purpose of mok is to read all the molecules found in the files that are given in the command line, and for each molecule execute the CODE that is given. The CODE is given in Perl and it has at its disposal all of the methods of the PerlMol toolki...

ITUB/Chemistry-Mok-0.25 - 16 May 2005 21:55:57 UTC - Search in distribution

Date - extremely fast Date framework with timezones, microseconds, relative dates and intervals support. River stage one • 3 direct dependents • 3 total dependents

Date is a port of C++ "panda::date" framework which is complete feature-rich date framework, supporting timezones (not just offsets), microseconds, relative dates and intervals. Timezones with leap seconds (right/*) are also supported. Date supports ...

SYBER/Date-5.2.2 - 24 Nov 2020 23:51:54 UTC - Search in distribution

Redis - Perl binding for Redis database River stage two • 74 direct dependents • 86 total dependents

Pure perl bindings for <http://redis.io/> This version supports protocol 2.x (multi-bulk) or later of Redis available at <https://github.com/antirez/redis/>. This documentation lists commands which are exercised in test suite, but additional commands...

DAMS/Redis-1.998 - 18 Aug 2020 09:06:12 UTC - Search in distribution

Kelp - A web framework light, yet rich in nutrients. River stage two • 17 direct dependents • 18 total dependents

If you're going to be deploying a Perl based web application, chances are that you will be using Plack. Plack has almost all necessary tools to create and maintain a healthy web app. Tons of middleware is written for it, and there are several very we...

MINIMAL/Kelp-1.02 - 08 Jan 2018 16:43:42 UTC - Search in distribution

YAHC - Yet another HTTP client River stage one • 1 direct dependent • 1 total dependent

YAHC is fast & minimal low-level asynchronous HTTP client intended to be used where you control both the client and the server. Is especially suits cases where set of requests need to be executed against group of machines. It is NOT a general HTTP us...

IKRUGLOV/YAHC-0.035 - 13 Nov 2017 17:47:11 UTC - Search in distribution

XLog - Unified logging API, without performance penalties. River stage one • 1 direct dependent • 1 total dependent

XLog is a centralized logging API both from perl and C level. It is written in C and is very fast. One of its main features is that if message is not to be logged (due to log level) then arguments will not be evaluated and function is not called. Clo...

SYBER/XLog-1.0.3 - 24 Nov 2020 23:48:17 UTC - Search in distribution

SNMP::Info - OO Interface to Network devices and MIBs through SNMP River stage one • 2 direct dependents • 3 total dependents

SNMP::Info gives an object oriented interface to information obtained through SNMP. This module is geared towards network devices. Subclasses exist for a number of network devices and common MIBs. The idea behind this module is to give a common inter...

OLIVER/SNMP-Info-3.71 - 27 Nov 2020 09:48:08 UTC - Search in distribution

perl5260delta - what is new for perl v5.26.0 River stage five • 10983 direct dependents • 31486 total dependents

This document describes the differences between the 5.24.0 release and the 5.26.0 release....

XSAWYERX/perl-5.32.0 - 20 Jun 2020 20:38:54 UTC - Search in distribution

Workflow - Simple, flexible system to implement workflows River stage zero No dependents

Overview This is a standalone workflow system. It is designed to fit into your system rather than force your system to fit to it. You can save workflow information to a database or the filesystem (or a custom storage). The different components of a w...

JONASBN/Workflow-1.48 - 05 Sep 2019 18:59:39 UTC - Search in distribution

mssh - Multi host ssh executer River stage zero No dependents

Groups You can configure host name groups in ~/.mssh (a YAML formatted file) --- groups: prod: myhost0[1-9].prod dev: - myhost0[1-4].dev - myhost0[1-4].test This can save some effort with commonly used groups of hosts. The argument *--group* adds any...

IVANWILLS/App-MultiSsh-0.24 - 02 Apr 2020 06:00:22 UTC - Search in distribution
  • mscp - Multi host scp (send files to multiple hosts only)

Ubic - polymorphic service manager River stage two • 9 direct dependents • 15 total dependents

This module is a perl frontend to ubic services. It is a singleton OOP class. All of its methods should be invoked as class methods: Ubic->start('foo'); Ubic->stop('foo'); my $status = Ubic->status('foo');...

MMCLERIC/Ubic-1.60 - 24 Aug 2016 22:44:09 UTC - Search in distribution

used - Find modules used or required in perl files or directories of perl files River stage zero No dependents

The "used" tells you what modules have been "used" or "required" or "extend"ed (Moose) or Catalyst plugins used by files in the current directory and subdirectories....

IVANWILLS/App-used-v0.1.0 - 25 May 2019 01:43:55 UTC - Search in distribution
  • App::used - Find modules used or required in perl files or directories of perl files

dancer2 - Dancer2 command line interface River stage three • 148 direct dependents • 167 total dependents

Dancer2 is the new generation lightweight web-framework for Perl. This tool provides nice, easily-extendable CLI interface for it. Documentation Index Documentation on Dancer2 is split into several manpages. Below is a complete outline on where to go...

CROMEDOME/Dancer2-0.300004 - 27 May 2020 00:54:55 UTC - Search in distribution
  • Dancer2 - Lightweight yet powerful web application framework

perlsecret - Perl secret operators and constants River stage zero No dependents

Perl has a long tradition of giving nicknames to some of its operators (possibly a form of Huffmanisation). These nicknames are based on the appearance of the operator, rather than its function. The well-known examples are the *diamond operator* ("<>...

BOOK/perlsecret-1.016 - 28 May 2019 19:54:13 UTC - Search in distribution

deep - Prettily displays the data from a log file generated by Log::Deep River stage one • 1 direct dependent • 1 total dependent

IVANWILLS/Log-Deep-v0.3.5 - 27 Jul 2015 06:46:11 UTC - Search in distribution
  • Log::Deep - Deep Logging of information about a script state

273 results (0.075 seconds)