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

Search results for "MGRIMES"

Catalyst - The Elegant MVC Web Application Framework River stage three • 603 direct dependents • 677 total dependents

Catalyst is a modern framework for making web applications without the pain usually associated with this process. This document is a reference to the main Catalyst application. If you are a new user, we suggest you start with Catalyst::Manual::Tutori...

JJNAPIORK/Catalyst-Runtime-5.90131 - 20 Jul 2023 23:09:29 UTC - Search in distribution

Padre - Perl Application Development and Refactoring Environment River stage two • 56 direct dependents • 56 total dependents

Configuration The application maintains its configuration information in a directory called .padre. Other On Strawberry Perl you can associate .pl file extension with C:\strawberry\perl\bin\wxperl and then you can start double clicking on the applica...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC - Search in distribution

editortools - Command line tool for Perl code refactoring River stage zero No dependents

"editortools" is provided by "App::EditorTools" and enables programming editors (Vim, Emacs, etc.) to take advantage of some sophisticated Perl refactoring tools. The tools utilize PPI to analyze Perl code and make intelligent changes. As of this rel...

MGRIMES/App-EditorTools-1.00 - 16 Aug 2014 13:54:55 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

Devel::REPL - A modern perl interactive shell River stage two • 23 direct dependents • 34 total dependents

This is an interactive shell for Perl, commonly known as a REPL - Read, Evaluate, Print, Loop. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features...

ETHER/Devel-REPL-1.003029 - 28 May 2022 03:34:49 UTC - Search in distribution

perltidier - Script to execute Perl::Tidy::Sweetened cleanup River stage one • 2 direct dependents • 2 total dependents

This script is a drop in replacement for Perl::Tidy's "perltidy" which uses Perl::Tidy::Sweetened to cleanup Perl code with a more "modern" syntax (ie, Method::Signatures::Simple, MooseX::Method::Signatures, MooseX::Declare, Kavorka, etc). See the do...

MGRIMES/Perl-Tidy-Sweetened-1.20 - 18 Apr 2023 13:41:50 UTC - Search in distribution

Lirc::Client - A client library for the Linux Infrared Remote Control River stage zero No dependents

This module provides a simple interface to the Linux Infrared Remote Control (Lirc). The module encapsulates parsing the Lirc config file (.lircrc), opening a connection to the Lirc device, and retrieving events from the device....

MGRIMES/Lirc-Client-2.02 - 16 Aug 2014 00:38:10 UTC - Search in distribution

Mac::iTunes::Library - Perl extension for representing an iTunes library River stage zero No dependents

A data structure for representing an iTunes library. The library keeps track of the number of tracks by each artist (a hash of Artist => num_tracks) and the number of songs in each genre (Genre => num_tracks). Additionally, the total playcounts for e...

DINOMITE/Mac-iTunes-Library-1.0 - 02 Dec 2010 06:27:12 UTC - Search in distribution

PDL::Opt::QP - Quadratic programming solver for PDL River stage zero No dependents

This routine uses Goldfarb/Idnani algorithm to solve the following minimization problem: minimize f(x) = 0.5 * x' D x - d' x x optionally constrained by: Aeq' x = a_eq Aneq x >= b_neq...

ETJ/PDL-Opt-QP-0.29 - 09 Jan 2023 13:59:05 UTC - Search in distribution

Data::Pageset::Render - Subclass of Data::Pageset that generates html, text, etc. for page navigation River stage zero No dependents

"Data::Pageset::Render" inherits from "Data::Pageset" and adds the html method which renders a pager, complete with links, in html. The constructor take two additional optional configuration parameters, and all of "Data::Pageset"s methods continue to...

MGRIMES/Data-Pageset-Render-0.14 - 05 Jun 2009 20:59:29 UTC - Search in distribution

Mojolicious::Plugin::AssetPack - Compress and convert CSS, Less, Sass, JavaScript and CoffeeScript files River stage one • 6 direct dependents • 6 total dependents

Mojolicious::Plugin::AssetPack is a Mojolicious plugin for processing static assets. The idea is that JavaScript and CSS files should be served as one minified file to save bandwidth and roundtrip time to the server. There are many external tools for...

SRI/Mojolicious-Plugin-AssetPack-2.14 - 27 Jan 2023 16:39:16 UTC - Search in distribution

AnyEvent::Filesys::Notify - An AnyEvent compatible module to monitor files/directories for changes River stage one • 3 direct dependents • 3 total dependents

This module provides a cross platform interface to monitor files and directories within an AnyEvent event loop. The heavy lifting is done by Linux::INotify2 or Mac::FSEvents on their respective O/S. A fallback which scans the directories at regular i...

MGRIMES/AnyEvent-Filesys-Notify-1.23 - 06 Dec 2017 16:34:35 UTC - Search in distribution

Class::DBI::Pageset - A flexible pager utility for Class::DBI using Data::Pageset River stage zero No dependents

"Class::DBI::Pageset" is a plugin for "Class::DBI" that integrates "Data::Pageset" into "Class::DBI" with minimal fuss. This enables you to search via "Class::DBI" and grouping results into pages and page sets. This module is very similar to Tatsuhik...

MGRIMES/Class-DBI-Pageset-0.14 - 19 Feb 2008 22:45:12 UTC - Search in distribution

Media::DateTime - A simple module to extract the timestamp from media files in an flexible manner. River stage zero No dependents

Provides a very simple, but highly extensible method of extracting the creation date and time from a media file (any file really). The base module comes with support for JPEG files that store the creation date in the exif header. Plugins can be writt...

MGRIMES/Media-DateTime-0.49 - 14 Sep 2016 21:14:13 UTC - Search in distribution

Finance::Card::Citibank - Check your Citigroup credit card accounts from Perl River stage zero No dependents

This module provides a rudimentary interface to Citigroup's credit card balances. You will need either "Crypt::SSLeay" or "IO::Socket::SSL" installed for HTTPS support to work. Version 2.01 was a re-write to use the OFX interface rather than screen s...

MGRIMES/Finance-Card-Citibank-2.02 - 15 Oct 2010 17:33:14 UTC - Search in distribution

PPIx::EditorTools - Utility methods and base class for manipulating Perl via PPI River stage one • 1 direct dependent • 1 total dependent

Base class and utility methods for manipulating Perl via PPI. Pulled out from the "Padre::Task::PPI" code....

YANICK/PPIx-EditorTools-0.21 - 24 Dec 2017 21:36:11 UTC - Search in distribution

DateTimeX::Immutable - An immutable subclass of DateTime River stage one • 1 direct dependent • 1 total dependent

This is subclass of DateTime which throws an exception when methods that modify the object are called. Those methods are replaced with new methods that leave the original object untouched, and return a new "DateTimeX::Immutable" object with the expec...

MGRIMES/DateTimeX-Immutable-0.36 - 16 Oct 2015 15:00:30 UTC - Search in distribution

Acme::CPANAuthors::AnyEvent - We are CPAN Authors of AnyEvent! River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of AnyEvent namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

MONS/Acme-CPANAuthors-AnyEvent-0.07 - 14 Oct 2010 23:09:14 UTC - Search in distribution

Finance::Bank::Schwab - Check your account balances at Charles Schwab River stage zero No dependents

This module provides a rudimentary interface to the Charles Schwab site. You will need either "Crypt::SSLeay" or "IO::Socket::SSL" installed for HTTPS support to work. "WWW::Mechanize" is required. If you encounter odd errors, install "Net::SSLeay" a...

MGRIMES/Finance-Bank-Schwab-2.03 - 10 Dec 2013 15:59:19 UTC - Search in distribution

Plack::Middleware::AutoRefresh - Reload pages in browsers when files are modified River stage zero No dependents

Plack::Middleware::AutoRefresh is a middleware component that will reload you web pages in your browser when changes are detected in the source files. It should work with any modern browser that supports JavaScript and multiple browsers simultaneousl...

MGRIMES/Plack-Middleware-AutoRefresh-0.09 - 14 Sep 2016 20:55:56 UTC - Search in distribution
28 results (0.074 seconds)