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

Search results for "JBERGER"

zoid - a modular perl shell River stage zero No dependents

Zoidberg provides a modular Perl shell written, configured, and operated entirely in Perl. It aspires to be a fully operational login shell with all the features one normally expects. But it also gives direct access to Perl objects and data structure...

JBERGER/Zoidberg-0.981 - 09 Jan 2012 20:03:00 UTC - Search in distribution

Alien::Build - Build external dependencies for use in CPAN River stage four • 248 direct dependents • 1388 total dependents

This module provides tools for building external (non-CPAN) dependencies for CPAN. It is mainly designed to be used at install time of a CPAN client, and work closely with Alien::Base which is used at runtime. This is the detailed documentation for t...

PLICEASE/Alien-Build-2.80 - 11 May 2023 22:32:47 UTC - Search in distribution

Mojolicious - Real-time web framework River stage four • 943 direct dependents • 1041 total dependents

An amazing real-time web framework built on top of the powerful Mojo web development toolkit. With support for RESTful routes, plugins, commands, Perl-ish templates, content negotiation, session management, form validation, testing framework, static ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC - Search in distribution

Data::Printer - colored & full-featured pretty print of Perl data structures and objects River stage three • 167 direct dependents • 251 total dependents

The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...

GARU/Data-Printer-1.002001 - 22 Jan 2024 03:32:20 UTC - Search in distribution

Galileo - A simple modern CMS built on Mojolicious River stage zero No dependents

Galileo is a Perl CMS with some unusual features. It uses client-side markdown rendering and websockets for saving page data without reloading. Galileo relies on many other great open-source projects, see more in the "TECHNOLOGIES USED" section....

JBERGER/Galileo-0.043 - 06 Aug 2020 16:26:58 UTC - Search in distribution

Mandel - Async model layer for MongoDB objects using Mango River stage one • 1 direct dependent • 1 total dependent

THIS IS ALPHA SOFTWARE! THE API MAY BE CHANGED AT ANY TIME! PLEASE CONTACT ME IF YOU HAVE ANY COMMENTS OR FEEDBACK. Mandel is an async object-document-mapper. It allows you to work with your MongoDB documents in Perl as objects. This class binds it a...

JHTHORSEN/Mandel-0.31 - 31 Jul 2019 19:19:46 UTC - Search in distribution

App::MojoSlides - DEPRECATED Write your presentations in Perl and Mojolicious! River stage zero No dependents

This application lets you write presentations using the simple Perlish syntax that Mojo::Template provides for Mojolicious. It follows a similar model to LaTeX Beamer in structure and usage, though it is not nearly as full featured....

JBERGER/App-MojoSlides-0.11 - 14 Mar 2017 00:41:19 UTC - Search in distribution

Mojo::JWT - JSON Web Token the Mojo way River stage one • 5 direct dependents • 7 total dependents

JSON Web Token is described in <https://tools.ietf.org/html/rfc7519>. Mojo::JWT implements that standard with an API that should feel familiar to Mojolicious users (though of course it is useful elsewhere). Indeed, JWT is much like Mojolicious::Sessi...

JBERGER/Mojo-JWT-0.09 - 22 Nov 2020 05:36:05 UTC - Search in distribution

PerlGSL - A Collection of Perlish Interfaces to the Gnu Scientific Library River stage zero No dependents

PerlGSL defines both a namespace (with certain goals) and a distribution. The aim is to flexibly and modularly provide the GSL to Perl....

JBERGER/PerlGSL-0.002 - 24 May 2012 16:07:49 UTC - Search in distribution

PDL::Util River stage zero No dependents

Convenient utility functions/methods for use with PDL....

JBERGER/PDL-Util-0.010 - 22 Sep 2011 16:51:27 UTC - Search in distribution

Mojo::IOLoop::Delay - (DISCOURAGED) Promises/A+ and flow-control helpers River stage one • 4 direct dependents • 5 total dependents

Mojo::IOLoop::Delay adds flow-control helpers to Mojo::Promise, which can help you avoid deep nested closures that often result from continuation-passing style. use Mojo::IOLoop; # These deep nested closures are often referred to as "Callback Hell" M...

JBERGER/Mojo-IOLoop-Delay-8.76 - 16 Feb 2021 05:03:20 UTC - Search in distribution

Mojo::ACME - Mojo-based ACME-protocol client River stage zero No dependents

Let's Encrypt <https://letsencrypt.org> (also known as letsencrypt) is a service that provices free SSL certificates via an automated system. The service uses (and indeed defines) a protocol called ACME to securely communicate authentication, verific...

JBERGER/Mojo-ACME-0.13 - 14 Sep 2018 18:34:35 UTC - Search in distribution

Wishlist - A multi-user web application for tracking wanted items. River stage zero No dependents

Wishlist is a Mojolicious application for storing and sharing wishlists derived from external urls. Users paste urls and the app fetches data from those sites. Users can then add the item to their wishlist. Other users can then mark the item as purch...

JBERGER/Wishlist-0.02 - 19 Sep 2019 14:54:22 UTC - Search in distribution

PerlGSL::DiffEq - A Perlish Interface to Solving ODEs using GSL v1.15+ River stage one • 2 direct dependents • 2 total dependents

This module provides a Perl-ish interface to the Gnu Scientific Library's (GSL <http://www.gnu.org/software/gsl/>) ODEIV2 library, (documentation <http://www.gnu.org/software/gsl/manual/html_node/Ordinary-Differential- Equations.html>). This library ...

JBERGER/PerlGSL-DiffEq-0.08 - 09 May 2012 20:09:14 UTC - Search in distribution

Mojo::XMLRPC - An XMLRPC message parser/encoder using the Mojo stack River stage zero No dependents

Mojo::XMLRPC is a pure-perl XML-RPC message parser and encoder. It uses tools from the Mojo toolkit to do all of the work. This does not mean that it must only be used in conjunction with a Mojolicious app, far from it. Feel free to use it in any cir...

JBERGER/Mojo-XMLRPC-0.06 - 16 Dec 2018 05:02:51 UTC - Search in distribution

Mojo::Role - Tiny and simple role system for Mojo (DEPRECATED) River stage zero No dependents

This module has been renamed to Mojo::RoleTiny and the namespace may be repurposed in the future. Instead of using it, you can now create roles using Mojo::Base directly. # For a role class use Mojo::Base -role; # To use/consume a role use Role::Tiny...

DBOOK/Mojo-Role-0.999 - 30 Jul 2019 22:24:54 UTC - Search in distribution

Mojo::SAML - A SAML2 toolkit using the Mojo toolkit River stage one • 1 direct dependent • 2 total dependents

Mojo::SAML is a project to build a SAML toolkit using the Mojo stack. It is (for better or worse) completely reimplemented from the ground up. It is considered extremely experimental and unstable (see "CAVEATS"). That said, it can do basic SAML inter...

JBERGER/Mojo-SAML-0.07 - 22 Jun 2020 13:49:19 UTC - Search in distribution

makebeamerinfo - Creates .info file for use with Impressive and LaTeX Beamer River stage zero No dependents

Impressive <http://impressive.sourceforge.net/> is a pdf viewer that aids in viewing presentations made in LaTeX Beamer <http://latex-beamer.sourceforge.net/>. Impressive uses a .info control file to specify the transitions used between pages. While ...

JBERGER/App-makebeamerinfo-2.002 - 22 Feb 2013 03:32:43 UTC - Search in distribution

Mojo::Phantom - Interact with your client side code via PhantomJS River stage zero No dependents

Mojo::Phantom is the transport backbone for Test::Mojo::Role::Phantom. Currently it is used to evaluate javascript tests using PhantomJS, though more is possible. Please note that this class is not yet as stable as the public api for the test role....

JBERGER/Mojo-Phantom-0.12 - 08 Mar 2021 17:15:35 UTC - Search in distribution

Mojo::IOLoop::ForkCall - (DEPRECATED) run blocking functions asynchronously by forking River stage one • 1 direct dependent • 1 total dependent

DEPRECATED! This module is deprecated in favor of the Mojolicious core module Mojo::IOLoop::Subprocess, which was inspired by this module. While the author does not intend to remove this module from CPAN it will certainly receive less effort and new ...

JBERGER/Mojo-IOLoop-ForkCall-0.21 - 08 Mar 2021 17:34:02 UTC - Search in distribution
62 results (0.036 seconds)