Dist::Zilla::PluginBundle::Author::DOMM - Dist::Zilla config suiting my needs
My feeble attempt to come up with a suitable and unified (for me) Dist::Zilla config. This seems a bit saner then my previous approach (copy "dist.ini" from project to project, each time with some slight changes). I do think that setting Dist::Zilla ...
DOMM/Dist-Zilla-PluginBundle-Author-DOMM-0.909 - 04 Apr 2021 14:19:17 UTC - Search in distribution
GitLab::API::v4 - A complete GitLab API v4 client.
This module provides a one-to-one interface with the GitLab API v4. Much is not documented here as it would just be duplicating GitLab's own API Documentation <http://doc.gitlab.com/ce/api/README.html>. Note that this distribution also includes the g...
BLUEFEET/GitLab-API-v4-0.26 - 30 Jan 2021 07:11:26 UTC - Search in distribution
Blio - domms blogging "engine"
DOMM/Blio-2.003
-
05 Jan 2015 10:32:28 UTC
-
Search in distribution
- blio.pl - Blio - domm's blogging "engine"
- blio_meta.pl - Set up & manage a Blio instance
- Blio::Image - An image node
- 1 more result from Blio »
tracker - run App::TimeTracker
"tracker" is the front end script to App::TimeTracker. "tracker" allows you to easily track and report the time you spend on various jobs, projects, tasks etc. from the command line. Custom commands or adaptations to your workflow can be implemented ...
DOMM/App-TimeTracker-3.010 - 23 Sep 2021 21:18:27 UTC - Search in distribution- App::TimeTracker - time tracking for impatient and lazy command line lovers
- App::TimeTracker::Command::Core - App::TimeTracker Core commands
- App::TimeTracker::Proto - App::TimeTracker Proto Class
- 4 more results from App-TimeTracker »
ZMQx::Class - DEPRECATED - OO Interface to ZMQ
DEPRECATED - This was only a prototype and never used in production. I doubt it still works with current zmq. But here are the old docs: "ZMQx::Class" provides an object oriented & Perlish interface to ZeroMQ <http://www.zeromq.org/> 3.2. It builds o...
DOMM/ZMQx-Class-0.008 - 10 Jan 2021 18:10:57 UTC - Search in distribution- ZMQx::Class::Socket - DEPRECATED: A ZMQ Socket
- ZMQx::RPC - DEPRECATED - A unfinished prototype, do not use
- ZMQx::RPC::Message::Request - DEPRECATED - A unfinished prototype, do not use
- 5 more results from ZMQx-Class »
scs.pl - run DBIx::SchemaChecksum, but really you should use dbchecksum
DOMM/DBIx-SchemaChecksum-1.104
-
26 Jan 2021 12:12:41 UTC
-
Search in distribution
- dbchecksum - wrapper script to run DBIx::SchemaChecksum
- DBIx::SchemaChecksum - Manage your datebase schema via checksums
- DBIx::SchemaChecksum::App - Manage your datebase schema via checksums
- 6 more results from DBIx-SchemaChecksum »
Class::Data::TIN - DEPRECATED - Translucent, Inheritable, Nonpolluting class data
THIS MODULE IS DEPRECATED! I used it the last time ~20 years ago, and if I needed a similar functionality now, I would use Moose and/or some meta programming. But here are the old docs, anyway: Class::Data::TIN implements Translucent Inheritable Nonp...
DOMM/Class-Data-TIN-0.03 - 10 Jan 2021 16:53:34 UTC - Search in distribution
Class::DispatchToAll - DEPRECATED - dispatch a method call to all inherited methods
DEPRECATED - Do not use this module anymore! But here are the old docs, anyway: See the Docs of Damian Conways Module Class::Delegation for a good introduction about Dispatching vs. Inheritance. Class::DispatchToAll enables you to call all instantanc...
DOMM/Class-DispatchToAll-0.13 - 10 Jan 2021 17:49:02 UTC - Search in distribution
CGI::URI2param - DEPRECATED - convert parts of an URL to param values
DEPRECATED! Please do not use this module any more! Here are the old docs: CGI::URI2param takes a request object (as supplied by CGI.pm or Apache::Request) and a hashref of keywords mapped to regular expressions. It applies all of the regexes to the ...
DOMM/CGI-URI2param-1.03 - 10 Jan 2021 18:19:02 UTC - Search in distribution- Apache::URI2param - DEPRECATED - PerlInitHandler to use with CGI::URI2param
LWP::Authen::OAuth2::Overview - Overview of accessing OAuth2 APIs with LWP::Authen::OAuth2
DOMM/LWP-Authen-OAuth2-0.19
-
10 Mar 2022 15:44:31 UTC
-
Search in distribution
- LWP::Authen::OAuth2 - Make requests to OAuth2 APIs.
- LWP::Authen::OAuth2::ServiceProvider - ServiceProvider base class
- LWP::Authen::OAuth2::ServiceProvider::Google - Google OAuth2
- 9 more results from LWP-Authen-OAuth2 »
Bitmask::Data - Handle unlimited length bitmasks in an easy and flexible way
This package helps you dealing with bitmasks. First you need to subclass Bitmask::Data and set the bitmask values and length. (If you are only working with a single bitmask in a simple application you might also initialize the bitmask directly in the...
MAROS/Bitmask-Data-2.05 - 24 Sep 2017 10:24:58 UTC - Search in distribution
API::Medium - Talk with medium.com using their REST API
It's probably a good idea to read the Medium API docs <https://github.com/Medium/medium-api-docs> first, especially as the various data structures you have to send (or might get back) are not documented here. See example/hello_medium.pl for a complet...
DOMM/API-Medium-0.902 - 10 Jan 2021 21:26:17 UTC - Search in distribution
Bread::Runner - run ALL the apps via Bread::Board
"Bread::Runner" provides an easy way to re-use your Bread::Board to run all your scripts via a simple and unified method. This of course only makes sense for big-ish apps which consist of more than just one script. But in my experience this is true f...
DOMM/Bread-Runner-0.905 - 04 Apr 2021 14:23:29 UTC - Search in distribution
cpants_lint.pl - commandline frontend to Module::CPANTS::Analyse
"cpants_lint.pl" checks the Kwalitee of a CPAN distribution. More exact, it checks how a given tarball will be rated on "http://cpants.perl.org", without needing to upload it first. For more information on Kwalitee, and the whole of CPANTS, see "http...
ISHIGAKI/App-CPANTS-Lint-0.05 - 23 Dec 2014 06:23:49 UTC - Search in distribution
Module::ExtractUse - Find out what modules are used
"Module::ExtractUse" is basically a Parse::RecDescent grammar to parse Perl code. It tries very hard to find all modules (whether pragmas, Core, or from CPAN) used by the parsed code. "Usage" is defined by either calling "use" or "require". Methods n...
DOMM/Module-ExtractUse-0.344 - 06 Sep 2021 11:34:54 UTC - Search in distribution
pwgen-xkcd.pl - Generate a xkcd-style password
DOMM/CtrlO-Crypt-XkcdPassword-1.011
-
11 Nov 2021 21:13:16 UTC
-
Search in distribution
- CtrlO::Crypt::XkcdPassword - Yet another xkcd style password generator
- CtrlO::Crypt::XkcdPassword::Wordlist::en_gb - default word list for CtrlO::Crypt::XkcdPassword
- CtrlO::Crypt::XkcdPassword::Wordlist::eff_large - word list for CtrlO::Crypt::XkcdPassword based on eff_large_wordlist.txt
- 2 more results from CtrlO-Crypt-XkcdPassword »
Measure::Everything - Log::Any for Stats
"Measure::Everything" tries to provide a standard measuring API for modules (like Log::Any <https://metacpan.org/pod/Log::Any> does for logging). "Measure::Everything::Adapter"s allow applications to choose the mechanism for measuring stats (for exam...
DOMM/Measure-Everything-1.003 - 08 Jan 2021 21:07:35 UTC - Search in distribution- Measure::Everything::Adapter - Tell Measure::Everything where to send the stats
- Measure::Everything::Adapter::Test - Test Adapter: for testing...
- Measure::Everything::Adapter::InfluxDB::File - Write stats formatted as InfluxDB lines into a file
- 2 more results from Measure-Everything »
http2matrix.pl - run Net::Matrix::Webhook
A wrapper script for Net::Matrix::Webhook. More info available there... Per default, output will go to "STDOUT" via Log::Any with a default log level of "info". You can set environment vars "LOGADAPTER" and "LOGLEVEL" to change this, or write your ow...
DOMM/Net-Matrix-Webhook-0.901 - 03 Jan 2021 16:40:28 UTC - Search in distribution- Net::Matrix::Webhook - A http->matrix webhook
Pod::Strip - Remove POD from Perl code
Pod::Strip is a subclass of Pod::Simple that strips all POD from Perl Code....
DOMM/Pod-Strip-1.100 - 10 Jan 2021 17:49:14 UTC - Search in distribution
Business::DPD - handle DPD label generation
Calculate routing information for parcel sending via DPD (http://dpd.com) Generate labels for parcels (including barcode)...
DOMM/Business-DPD-0.22 - 21 Jan 2014 15:31:23 UTC - Search in distribution- import_dpd_data.pl
- Business::DPD::Render::PDFReuse - render a label in slim A6 using PDF::Reuse
- Business::DPD::Render::PDFReuse::SlimA6 - render a label in slim A6 using PDF::Reuse