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

Search results for "SROMANOV"

App::Cmd - write command line apps with less suffering River stage three • 100 direct dependents • 943 total dependents

App::Cmd is intended to make it easy to write complex command-line applications without having to think about most of the annoying things usually involved. For information on how to start using App::Cmd, see App::Cmd::Tutorial....

RJBS/App-Cmd-0.336 - 26 Aug 2023 15:08:06 UTC - Search in distribution

Code::TidyAll - Engine for tidyall, your all-in-one code tidier and validator River stage two • 34 direct dependents • 50 total dependents

This is the engine used by tidyall - read that first to get an overview. You can call this API from your own program instead of executing "tidyall"....

DROLSKY/Code-TidyAll-0.84 - 10 Dec 2023 02:31:40 UTC - Search in distribution

Text::SpeedyFx - tokenize/hash large amount of strings efficiently River stage zero No dependents

XS implementation of a very fast combined parser/hasher which works well on a variety of *bag-of-word* problems. Original implementation <http://www.hpl.hp.com/techreports/2008/HPL-2008-91R1.pdf> is in Java and was adapted for a better Unicode compli...

SYP/Text-SpeedyFx-0.014 - 08 Jul 2022 10:07:25 UTC - Search in distribution

App::Nopaste - Easy access to any pastebin River stage two • 26 direct dependents • 29 total dependents

Pastebins (also known as nopaste sites) let you post text, usually code, for public viewing. They're used a lot in IRC channels to show code that would normally be too long to give directly in the channel (hence the name nopaste). Each pastebin is sl...

ETHER/App-Nopaste-1.013 - 23 Jul 2019 02:01:01 UTC - Search in distribution

Acme::TLDR - Abbreviate Perl namespaces for the Extreme Perl Golf River stage zero No dependents

This module is heavily inspired on the shortener module proposal <http://mail.pm.org/pipermail/rio-pm/2012q2/009177.html> by Fernando Correa de Oliveira <https://metacpan.org/author/FCO>, albeit it operates in a completely distinct way....

SYP/Acme-TLDR-0.004 - 07 Jul 2014 15:27:47 UTC - Search in distribution

Mock::Person - generates random last, first and middle name of person. River stage one • 3 direct dependents • 3 total dependents

BESSARABV/Mock-Person-1.1.0 - 13 Dec 2013 00:58:46 UTC - Search in distribution

MooseX::SimpleConfig - A Moose role for setting attributes from a simple configuration file River stage two • 23 direct dependents • 72 total dependents

This role loads simple files to set object attributes. It is based on the abstract role MooseX::ConfigFromFile, and uses Config::Any to load your configuration file. Config::Any will in turn support any of a variety of different config formats, detec...

ETHER/MooseX-SimpleConfig-0.11 - 16 Nov 2014 22:05:07 UTC - Search in distribution

autobox::Junctions - Autoboxified junction-style operators River stage two • 1 direct dependent • 12 total dependents

This is a simple autoboxifying wrapper around Syntax::Keyword::Junction, that provides array and array references with the functions provided by that package as methods for arrays: any, all, one, and none....

RSRCHBOY/autobox-Junctions-0.002 - 22 Jun 2016 18:41:25 UTC - Search in distribution

Dist::Zilla::PluginBundle::Author::ETHER - A plugin bundle for distributions built by ETHER River stage zero No dependents

This is a Dist::Zilla plugin bundle. It is *very approximately* equal to the following dist.ini (following the preamble), minus some optimizations: [Prereqs / pluginbundle version] -phase = develop -relationship = recommends Dist::Zilla::PluginBundle...

ETHER/Dist-Zilla-PluginBundle-Author-ETHER-0.163 - 09 Dec 2023 22:58:38 UTC - Search in distribution

Test::HTTP::AnyEvent::Server - the async counterpart to Test::HTTP::Server River stage one • 1 direct dependent • 1 total dependent

This package provides a simple NON-forking HTTP server which can be used for testing HTTP clients....

SYP/Test-HTTP-AnyEvent-Server-0.013 - 22 Jul 2014 08:34:31 UTC - Search in distribution

Acme::CPANModules::CPANAuthors - List of Acme::CPANAUthors::* modules River stage zero No dependents

This list tries to catalog and categorize all the existing Acme::CPANAuthors::* modules. Geographical * Acme::CPANAuthors::Australian * Acme::CPANAuthors::Austrian * Acme::CPANAuthors::Belarusian * Acme::CPANAuthors::Brazilian * Acme::CPANAuthors::Br...

PERLANCAR/Acme-CPANModules-CPANAuthors-0.001 - 28 Nov 2023 04:30:10 UTC - Search in distribution

Acme::CPANAuthors::Nonhuman - We are non-human CPAN authors River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of PAUSE IDs and names of non-human CPAN authors. On the internet, no one knows you're a cat (unless your avatar gives it away)! The original list of authors was determined via The Faces of CPAN <http://hexten.net/cpan-face...

ETHER/Acme-CPANAuthors-Nonhuman-0.026 - 30 Sep 2017 19:15:31 UTC - Search in distribution

Dist::Zilla::Plugin::PodWeaver - weave your Pod together from configuration and Dist::Zilla River stage three • 90 direct dependents • 124 total dependents

[PodWeaver] is the bridge between Dist::Zilla and Pod::Weaver. It rips apart your kinda-Pod and reconstructs it as boring old real Pod....

RJBS/Dist-Zilla-Plugin-PodWeaver-4.010 - 12 Jan 2023 02:38:25 UTC - Search in distribution

Config::Any::Properties - Config::Any loader for Java-style property files River stage zero No dependents

Loads Config::Properties property files....

PRAGMATIC/Config-Any-Properties-0.001001 - 26 Dec 2014 08:31:18 UTC - Search in distribution

MooseX::Types::LoadableClass - ClassName type constraint with coercion to load the class. River stage two • 11 direct dependents • 73 total dependents

use Moose::Util::TypeConstraints; my $tc = subtype as ClassName; coerce $tc, from Str, via { Class::Load::load_class($_); $_ }; I've written those three lines of code quite a lot of times, in quite a lot of places. Now I don't have to....

ETHER/MooseX-Types-LoadableClass-0.015 - 16 Jun 2017 23:39:16 UTC - Search in distribution

Acme::CPANAuthors::Belarusian - We are Belarusian CPAN authors River stage one • 1 direct dependent • 2 total dependents

This class provides a hash of Belarusian CPAN authors' Pause IDs/names to Acme::CPANAuthors. SYNOPSIS use Acme::CPANAuthors; my $authors = Acme::CPANAuthors->new('Belarusian'); my $number = $authors->count; my @ids = $authors->id; my @distros = $auth...

SROMANOV/Acme-CPANAuthors-Belarusian-0.03 - 24 Sep 2013 19:23:28 UTC - Search in distribution

Alt::CPAN::Uploader::tinyua River stage zero No dependents

This is an Alt version of CPAN::Uploader. It uses HTTP::Tiny for talking to PAUSE server. You might want to look at CPAN::Uploader for proper Pod....

SROMANOV/Alt-CPAN-Uploader-tinyua-0.000001 - 15 Nov 2014 22:21:42 UTC - Search in distribution

App::Nopaste::Service::dpaste - App::Nopaste interface to http://dpaste.com River stage zero No dependents

This is an App::Nopaste back-end for <http://dpaste.com> pastebin. All pastes will be expired in 1 day....

SROMANOV/App-Nopaste-Service-dpaste-0.03 - 28 May 2014 17:45:14 UTC - Search in distribution

Games::Chess::Position::Unicode - Chess position with Unicode pieces River stage zero No dependents

SROMANOV/Games-Chess-Position-Unicode-0.01 - 30 Mar 2013 17:53:54 UTC - Search in distribution

Git::Database::Backend::Git::Raw::Repository - A Git::Database backend based on Git::Raw River stage zero No dependents

This backend reads data from a Git repository using the Git::Raw bindings to the libgit2 <http://libgit2.github.com> library. Git Database Roles This backend does the following roles (check their documentation for a list of supported methods): Git::D...

BOOK/Git-Database-0.012 - 26 Apr 2019 16:37:23 UTC - Search in distribution
21 results (0.026 seconds)