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

Search results for "MIKKOI"

envdot - Read .env file and turn its content into environment variables for different shells. River stage zero No dependents

envdot reads your .env file and converts it into environment variable commands suitable for different shells (shell families): sh, csh and fish. .env files can be written in different flavors. envdot supports the often used sh compatible flavor and t...

MIKKOI/Env-Dot-0.013 - 31 Mar 2024 07:19:26 UTC - Search in distribution

envassert - Ensure that the environment variables match what you need, or abort. River stage zero No dependents

envassert checks that your runtime environment, as defined with environment variables, matches with what you want. You can define your required environment in a file. Default file is .envassert but you can use any file. It is advantageous to use enva...

MIKKOI/Env-Assert-0.010 - 02 Jan 2024 19:34:13 UTC - Search in distribution
  • Env::Assert - Ensure that the environment variables match what you need, or abort.

IO::Iron - Client Libraries to Iron services IronCache, IronMQ and IronWorker. River stage one • 2 direct dependents • 2 total dependents

IronCache, IronMQ and IronWorker are cloud based services accessible via a REST API. CPAN Distribution IO::Iron contains Perl clients for accessing them. [See <http://www.iron.io/>] Please see the individual clients for further documentation and usag...

MIKKOI/IO-Iron-0.14 - 02 Sep 2023 19:56:07 UTC - Search in distribution

IPC::RunExternal - Execute an external command conveniently by hiding the details of IPC::Open3. River stage zero No dependents

IPC::RunExternal is for executing external operating system programs more conveniently than with `` or "system()", and without all the hassle of IPC::Open3. IPC::RunExternal allows: 1) Capture stdout and stderr in scalar variables. 2) Capture both st...

MIKKOI/IPC-RunExternal-0.102 - 16 Aug 2022 21:00:27 UTC - Search in distribution

TheSchwartz::JobScheduler - Lightweight TheSchwartz job dispatcher with maintained database connections River stage zero No dependents

TheSchwartz::JobScheduler is an interface to insert a new job into TheSchwartz job queue (maintained by a database). The rationale behind this module is using it in a long running web service, for instance, in Dancer2. Because the database connection...

MIKKOI/TheSchwartz-JobScheduler-0.002 - 25 Dec 2023 20:08:58 UTC - Search in distribution

Database::Temp - Create an ad-hoc database which drops itself automatically River stage zero No dependents

With Database::Temp you can quickly create a temporary database and be sure it gets removed automatically when your reference to it is deleted, normally when the scope ends. new Create a temporary database. Parameters driver Available drivers: SQLite...

MIKKOI/Database-Temp-0.003 - 19 Dec 2023 21:28:56 UTC - Search in distribution

Git::MoreHooks::CheckPerl - Check committed files for Perl::Critic correctness. River stage zero No dependents

This plugin allows user to check committed Perl files with different static analysis tools for Perl source code. Currently supported is only Perl::Critic. Future support is planned for B::Lint and running syntax check command perl -c. There are other...

MIKKOI/Git-MoreHooks-0.018 - 20 Nov 2022 15:57:48 UTC - Search in distribution

Log::Any::Adapter::Screen - (ADOPTME) Send logs to screen, with colors and some other features River stage one • 7 direct dependents • 8 total dependents

This Log::Any adapter prints log messages to screen (STDERR/STDOUT). The messages are colored according to level (unless coloring is turned off). It has a few other features: allow passing formatter, allow setting level from some environment variable...

PERLANCAR/Log-Any-Adapter-Screen-0.141 - 21 Nov 2023 04:16:43 UTC - Search in distribution

Database::ManagedHandle - Manage database handles safely for long running processes River stage zero No dependents

Database::ManagedHandle is built for those long running web services or scripts which can lose a database connection due to network issues, database being updated, database itself closing unused connections after an idle period or any other reason. D...

MIKKOI/Database-ManagedHandle-0.003 - 26 Dec 2023 18:55:37 UTC - Search in distribution

Test::Database::Temp - Create temporary test databases and run tests in all available ones River stage zero No dependents

Test::Database::Temp is an extension to Database::Temp. It provides a way to easily test several different databases with the same set of test. Test::Database::Temp has one main function: "use_all_available". Using this subroutine user can safely tes...

MIKKOI/Test-Database-Temp-0.003 - 21 Dec 2023 20:34:10 UTC - Search in distribution

Dancer2::Plugin::JobScheduler - Plugin for Dancer2 web app to send and query jobs in different job schedulers River stage zero No dependents

Dancer2::Plugin::JobScheduler is an interface to access different job schedulers <https://en.wikipedia.org/wiki/Job_scheduler> in Dancer2 web app. Dancer2::Plugin::JobScheduler provides an interface to submit jobs and query jobs currently in queue. A...

MIKKOI/Dancer2-Plugin-JobScheduler-0.006 - 24 Mar 2024 20:17:05 UTC - Search in distribution

Dist::Zilla::Plugin::Git - Update your git repository after release River stage three • 106 direct dependents • 131 total dependents

This set of plugins for Dist::Zilla can do interesting things for module authors using Git (<https://git-scm.com>) to track their work. You need Git 1.5.4 or later to use these plugins. Some plugins require a more recent version of Git for certain fe...

ETHER/Dist-Zilla-Plugin-Git-2.049 - 31 Dec 2023 00:05:26 UTC - Search in distribution

Git::Hooks::PerlCritic - Perl Critic hooks for git River stage zero No dependents

Allows you to utilize Perl::Critic via git hooks <http://www.kernel.org/pub/software/scm/git/docs/githooks.html> using the Git::Hooks framework. First setup git-hooks.pl Then you should choose to use only one of the available hooks....

MIKKOI/Git-Hooks-PerlCritic-0.001001 - 23 Nov 2014 08:29:25 UTC - Search in distribution

Acme::CPANAuthors::CPAN::Streaks::MonthlyReleases::Current - Authors with ongoing month releases streak (do a release every month) River stage zero No dependents

Current standings (as of 2024-04-12, produced by cpan-streaks): +-----------+-----+------------+-------------+ | author | len | start_date | status | +-----------+-----+------------+-------------+ | BINGOS | 217 | 2006-03 | might-break | | ETHER | 14...

PERLANCAR/Acme-CPANAuthorsBundle-CPAN-Streaks-20240412.0 - 12 Apr 2024 04:25:16 UTC - Search in distribution

Dist::Zilla::Plugin::Git::Describe - add the results of `git describe` (roughly) to your main module River stage two • 7 direct dependents • 12 total dependents

This plugin will add the long-form git commit description for the current repo to the dist's main module as a comment. It may change, in the future, to put things in a package variable, or to provide an option. It inserts this in the same place that ...

RJBS/Dist-Zilla-Plugin-Git-Describe-0.008 - 31 Dec 2022 22:08:32 UTC - Search in distribution

Dancer2::Plugin::Queue::IronMQ - Dancer2::Plugin::Queue backend using IronMQ River stage zero No dependents

This module implements a Dancer2::Plugin::Queue using IO::Iron::IronMQ::Client....

MIKKOI/Dancer2-Plugin-Queue-IronMQ-0.002 - 14 Apr 2017 18:25:29 UTC - Search in distribution
17 results (0.03 seconds)