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

Search results for "YAKEX"

Dist::Zilla::PluginBundle::Author::YAKEX - Dist::Zilla configuration the way YAKEX does it River stage zero No dependents

This is a Dist::Zilla PluginBundle used by YAKEX's distribution. It is equivalent to the following dist.ini [@Basic] [NextRelease] filename = Changes [@Git] commit_msg = Released as %v%n%n%c tag_format = %v tag_message = Released as %v allow_dirty = ...

YAKEX/Dist-Zilla-PluginBundle-Author-YAKEX-v0.2.0 - 19 May 2018 12:05:41 UTC - Search in distribution

count - Counting utility for a file consisting of the fixed number of fields like CSV River stage zero No dependents

I has written a oneliner like the following repeatedly and repeatedly, to make some statistics. perl -e 'while(<>) { @t = split /\t/; ++$c{$t[0]}; } foreach my $k (keys %c) { print "$k,$c{$k}\n" }' Yes, we can write as the following making use of com...

YAKEX/App-count-v0.1.1 - 20 Dec 2013 14:23:07 UTC - Search in distribution
  • App::count - Counting utility for a file consisting of the fixed number of fields like CSV

s3cl_ae - Command line for Amazon s3 cloud storage River stage zero No dependents

This program gives a command line interface to Amazons s3 storage service. It does not limit the number of requests (which may cost you more money than if you did it a different way!) and each request costs Money (although some costs from EC2 may be ...

YAKEX/AnyEvent-Net-Amazon-S3-v0.04.0.80 - 04 May 2015 11:43:56 UTC - Search in distribution

dbiloader - A tiny script to load CSV/TSV contents into a database table via DBI River stage zero No dependents

TSV/CSV is a friend of text processing. RDBMS/SQL is a friend of analyzing data. I quite often create a working table from a TSV/CSV file. This tiny script is created for the purpose. By this script, CSV/TSV contents are loaded into a database table ...

YAKEX/App-DBI-Loader-v0.0.2 - 03 Dec 2013 14:01:35 UTC - Search in distribution
  • App::DBI::Loader - A tiny script to load CSV/TSV contents into a database table via DBI

filtered - Apply source filter on external module River stage one • 2 direct dependents • 2 total dependents

Source filter has unlimited power to enhance Perl. However, source filter is usually applied on your own sources. This module enables you to apply source filter on external module....

YAKEX/filtered-v0.0.7 - 13 Nov 2012 14:59:01 UTC - Search in distribution

installdeps - A tiny script to install dependent modules River stage zero No dependents

This is a tiny script to install dependent modules. If you upload your scripts or modules to PAUSE, you can install dependent modules by cpanm/cpan/cpanp. However, it is almost impossible and meaningless to upload all your daily-use scripts. This scr...

YAKEX/App-installdeps-v0.0.3 - 13 Aug 2013 00:07:05 UTC - Search in distribution

Pod::Markdown - Convert POD to Markdown River stage three • 49 direct dependents • 185 total dependents

This module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default "markdown" and "html" formatted regions are accepted. Regions of "ma...

RWSTAUNER/Pod-Markdown-3.400 - 29 Oct 2023 18:56:37 UTC - Search in distribution

booklog2amazon - Update amazon recommended according to booklog status River stage zero No dependents

This script reads from status in Booklog <http://booklog.jp/> and update Amazon recommended configuration according to the status. ~/.booklog2amazon.yaml is a YAML file as the followings: amazon: email: your_email@example.com password: your_password ...

YAKEX/App-booklog2amazon-v0.0.1 - 05 May 2013 03:54:18 UTC - Search in distribution

WebService::Booklog - Access to unofficial API of booklog.jp River stage one • 1 direct dependent • 1 total dependent

This module provides a way to access UNOFFICIAL booklog <http://booklog.jp> API. They are not only UNOFFICIAL but also UNDOCUMENTED. Thus, it is expected to be quite UNSTABLE. Please use with care....

YAKEX/WebService-Booklog-v0.0.1 - 03 May 2013 07:26:43 UTC - Search in distribution

AnyEvent::Digest - A tiny AnyEvent wrapper for Digest::* River stage one • 1 direct dependent • 1 total dependent

To calculate message digest for large files may take several seconds. It may block your program even if you use AnyEvent. This module is a tiny AnyEvent wrapper for "Digest::*" modules, not to block your program during digest calculation. Default bac...

YAKEX/AnyEvent-Digest-v0.0.5 - 08 Oct 2013 14:33:52 UTC - Search in distribution

Dist::Zilla::TravisCI - Travis CI plugins for your DZIL-based distribution River stage one • 4 direct dependents • 6 total dependents

What is Travis CI? Travis CI <https://travis-ci.org/> is pure awesome! Travis is a free and open source CI platform that hooks directly into GitHub <https://github.com/>. It's extremely easy to configure, tests on every major 5.10+ Perl version, and ...

BBYRD/Dist-Zilla-TravisCI-1.15 - 11 Apr 2015 14:42:53 UTC - Search in distribution

Test::Kwalitee::Extra - Run Kwalitee tests including optional indicators, especially, prereq_matches_use River stage two • 9 direct dependents • 17 total dependents

CPANTS <http://cpants.cpanauthors.org/> checks Kwalitee indicators, which is not quality but automatically-measurable indicators how good your distribution is. Module::CPANTS::Analyse calcluates Kwalitee but it is not directly applicable to your modu...

YAKEX/Test-Kwalitee-Extra-v0.4.0 - 25 Jun 2017 05:53:45 UTC - Search in distribution

String::Unescape - Unescape perl-escaped string River stage one • 3 direct dependents • 3 total dependents

This module provides just one function, Perl's unescaping without variable interpolation. Sometimes, I want to provide a string including a character difficult to represent without escaping, outside from Perl. Also, sometimes, I can not rely on shell...

YAKEX/String-Unescape-v0.0.3 - 02 Jan 2015 08:28:40 UTC - Search in distribution

Getopt::Config::FromPod - Extract getopt configuration from POD River stage one • 3 direct dependents • 3 total dependents

There are many and many "Getopt::*" modules on CPAN. Is this module yet another option parsing module? NO. This module is NOT to be another option parsing module but to be a companion of the modules. The "Getopt::*" modules try to solve developers' p...

YAKEX/Getopt-Config-FromPod-v0.0.4 - 18 May 2018 16:34:14 UTC - Search in distribution

Net::Amazon::Recommended - Grab and configurate recommendations by Amazon River stage one • 1 direct dependent • 1 total dependent

This module obtains recommended items in Amazon by using WWW::Mechanize. To spcify category, you need to specify URL itself. To specify some constants or short-hand key is considered but currently rejected because category names are dependent on doma...

YAKEX/Net-Amazon-Recommended-v0.0.4 - 22 Jun 2015 16:34:35 UTC - Search in distribution

Data::Stream::Bulk::AnyEvent - AnyEvent-friendly Data::Stream::Bulk::Callback River stage one • 1 direct dependent • 1 total dependent

This class is like Data::Stream::Bulk::Callback, but there are some differences. * Consumer side can use asynchronous callback style. * Producer callback does not return actual items but returns a condition variable. Items are sent via the condition ...

YAKEX/Data-Stream-Bulk-AnyEvent-v0.0.2 - 12 Nov 2012 13:43:54 UTC - Search in distribution

Module::AnyEvent::Helper - Helper module to make other modules AnyEvent-friendly River stage one • 1 direct dependent • 1 total dependent

AnyEvent-friendly versions of modules already exists for many modules. Most of them are intended to be drop-in-replacement of original module. In this case, return value should be the same as original. Therefore, at the last of the method in the modu...

YAKEX/Module-AnyEvent-Helper-v0.0.5 - 12 Nov 2012 13:46:41 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

PPI::Transform::Sequence - Tiny binder to combine multiple PPI::Transform objects River stage one • 1 direct dependent • 2 total dependents

This module is a tiny binder to combine multiple PPI::Transform objects into one PPI::Transform object. You can combine them in-place without writing specific modules. Combined objects are sequentially applied....

YAKEX/PPI-Transform-Sequence-v0.0.3 - 12 Nov 2012 13:43:39 UTC - Search in distribution

Filter::PPI::Transform - Tiny adapter module from PPI::Transform to source filter River stage one • 1 direct dependent • 2 total dependents

Source filter has unlimited power to enhance Perl. PPI enables us to modify Perl document easily and it provides PPI::Transform interface for document transformation. This module is a tiny adapter from PPI::Transform to source filter....

YAKEX/Filter-PPI-Transform-v0.0.2 - 20 Oct 2012 09:56:02 UTC - Search in distribution
26 results (0.026 seconds)