Task::BeLike::MSCHOUT - be more like MSCHOUT -- use the modules he does!
MSCHOUT/Task-BeLike-MSCHOUT-1.171510
-
31 May 2017 17:54:25 UTC
-
Search in distribution
Pod::Weaver::PluginBundle::MSCHOUT - Pod::Weaver configuration the way MSCHOUT does it
This is the Pod::Weaver config I use for building my documentation. I use it with Dist::Zilla::PluginBundle::MSCHOUT...
MSCHOUT/Dist-Zilla-PluginBundle-MSCHOUT-0.38 - 04 Jun 2018 17:17:56 UTC - Search in distribution- Dist::Zilla::PluginBundle::MSCHOUT - Use Dist::Zilla like MSCHOUT does
Log::Dispatch - Dispatches messages to one or more outputs
This module manages a set of Log::Dispatch::* output objects that can be logged to via a unified interface. The idea is that you create a Log::Dispatch object and then add various logging objects to it (such as a file logger or screen logger). Then y...
DROLSKY/Log-Dispatch-2.70 - 20 Jul 2020 22:10:16 UTC - Search in distribution
Env::C - Get/Set/Unset Environment Variables on the C level
This module provides a Perl API for getenv(3), setenv(3) and unsetenv(3). It also can return all the "environ" variables. You also can use "setenv_multi" and "getenv_multi" for bulk operations with environment. Sometimes Perl invokes modules with und...
MSCHOUT/Env-C-0.15 - 11 Aug 2017 18:27:59 UTC - Search in distribution
Text::Template - Expand template text with embedded Perl
This is a library for generating form letters, building HTML pages, or filling in templates generally. A `template' is a piece of text that has little Perl programs embedded in it here and there. When you `fill in' a template, you evaluate the little...
MSCHOUT/Text-Template-1.61 - 28 Apr 2022 20:51:13 UTC - Search in distribution- Text::Template::Preprocess - Expand template text with embedded Perl
Email::Valid - Check validity of Internet email addresses
This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see p...
RJBS/Email-Valid-1.203 - 29 May 2022 19:24:05 UTC - Search in distribution
MooseX::Getopt - A Moose role for processing command line options
This is a role which provides an alternate constructor for creating objects using parameters passed in from the command line....
ETHER/MooseX-Getopt-0.75 - 16 Mar 2021 19:26:30 UTC - Search in distribution
Apache::Session - A persistence framework for session data
Apache::Session is a persistence framework which is particularly useful for tracking session data between httpd requests. Apache::Session is designed to work with Apache and mod_perl, but it should work under CGI and other web servers, and it also wo...
CHORNY/Apache-Session-1.94 - 18 Sep 2020 22:00:45 UTC - Search in distribution- Apache::Session::Store::Oracle - Store persistent data in a Oracle database
- Apache::Session::Store::Postgres - Store persistent data in a Postgres database
Signer::AWSv4 - Implements the AWS v4 signature algorithm
Yet Another module to sign requests to Amazon Web Services APIs with the AWSv4 signing algorithm. This module has a different twist. The rest of modules out there are tied to signing HTTP::Request objects, but AWS uses v4 signatures in other places: ...
JLMARTIN/Signer-AWSv4-0.08 - 11 Apr 2022 09:46:58 UTC - Search in distribution
CSS::LESSp - LESS for perl. Parse .less files and returns valid css (lesscss.org for more info about less files)
This module is designed to parse and compile .less files in to .css files. About the documentation and syntax of less files please visit lesscss.org...
DRINCHEV/CSS-LESSp-0.86 - 08 Mar 2011 13:31:34 UTC - Search in distribution
Math::Currency - Exact Currency Math with Formatting and Rounding
Currency math is actually more closely related to integer math than it is to floating point math. Rounding errors on addition and subtraction are not allowed and division/multiplication should never create more accuracy than the original values. All ...
MSCHOUT/Math-Currency-0.52 - 29 Jul 2017 19:24:39 UTC - Search in distribution- Math::Currency::USD - USD Currency Module for Math::Currency
- Math::Currency::JPY - JPY Currency Module for Math::Currency
- Math::Currency::GBP - GBP Currency Module for Math::Currency
- 5 more results from Math-Currency »
Apache::AuthCookie - Perl Authentication and Authorization via cookies
Apache::AuthCookie allows you to intercept a user's first unauthenticated access to a protected document. The user will be presented with a custom form where they can enter authentication credentials. The credentials are posted to the server where Au...
MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC - Search in distribution- Apache2::AuthCookie - Perl Authentication and Authorization via cookies
- Apache2_4::AuthCookie - Perl Authentication and Authorization via cookies for Apache 2.4
- Apache2::AuthCookie::Base - Common Methods Shared by Apache2 and Apache2_4 AuthCookie Subclasses.
- 6 more results from Apache-AuthCookie »
Convert::RACE - Conversion between Unicode and RACE
This module provides functions to convert between RACE (Row-based ASCII-Compatible Encoding) and Unicode Encodings. RACE converts strings with internationalized characters into strings of US-ASCII that are acceptable as host name parts in current DNS...
MIYAGAWA/Convert-RACE-0.07 - 30 Oct 2001 19:05:38 UTC - Search in distribution
milter-limit
milter-limit is a sendmail milter for limiting the rate at which messages can be sent. Currently the only supported mode of operation is to limit the number of messages by SMTP envelope sender. More limiting options may be added later if demand exist...
MSCHOUT/App-Milter-Limit-0.53 - 04 Aug 2017 16:49:17 UTC - Search in distribution- App::Milter::Limit - Sendmail Milter that limits message rate by sender
- App::Milter::Limit::Log - logging functions for App::Milter::Limit
- App::Milter::Limit::Config - Milter Limit configuration object
- 3 more results from App-Milter-Limit »
Number::Phone::Country - Lookup country of phone number
This module looks up up the country based on a telephone number. It uses the International Direct Dialing (IDD) prefix, and lookups North American numbers using the Area Code, in accordance with the North America Numbering Plan (NANP). It can also, g...
DCANTRELL/Number-Phone-3.8005 - 01 Jun 2022 21:58:17 UTC - Search in distribution
Apache::AuthTicket - Cookie Based Access and Authorization Module
This module provides ticket based access control. The theory behind this is similar to the system described in the eagle book. This module works using HTTP cookies to check if a user is authorized to view a page. *Apache::AuthCookie* is used as the u...
MSCHOUT/Apache-AuthTicket-0.94 - 28 Jul 2017 21:16:15 UTC - Search in distribution- Apache2::AuthTicket - Cookie Based Access and Authorization Module
- Apache::AuthTicket::Base - Common methods for all Apache::AuthTicket versions.
Apache2::AuthTicketLDAP - Cookie Ticketing with LDAP Authentication
This module builds upon the *Apache2::AuthTicket* database-backed, cookie ticketing system for websites. It provides for authentication and authorization against an LDAP database. It also implements *CHI*-based, mmap'd file caching of LDAP entries an...
LUYSEYAL/Apache2-AuthTicketLDAP-0.02 - 07 Oct 2012 16:16:07 UTC - Search in distribution
Dist::Zilla::Plugin::Git - Update your git repository after release
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.048 - 10 Jul 2021 01:27:44 UTC - Search in distribution
Number::Phone::CountryCode - DEPRECATED - Country Phone Dialing Prefixes
This Module is Deprecated This module is deprecated and its functionality has been integrated into Number::Phone::Country. Please use Number::Phone::Country instead. This module provides an interface to lookup country specific dialing prefixes. These...
MSCHOUT/Number-Phone-CountryCode-0.03 - 31 Jul 2017 15:52:05 UTC - Search in distribution
Authen::U2F::Tester - FIDO/U2F Authentication Test Client
This module implements a FIDO/U2F tester that can be used for testing web applications that support FIDO/U2F. Think of this module as a "virtual" U2F security key....
MSCHOUT/Authen-U2F-Tester-0.03 - 09 Apr 2018 17:04:40 UTC - Search in distribution- Authen::U2F::Tester::Const - Constants for Authen::U2F::Tester
- Authen::U2F::Tester::Error - Authen::U2F::Tester Error Response
- Authen::U2F::Tester::Keypair - Authen::U2F::Tester Keypair Object
- 5 more results from Authen-U2F-Tester »