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

Search results for "SIMBABQUE"

Dancer2 - Lightweight yet powerful web application framework River stage three • 156 direct dependents • 176 total dependents

Dancer2 is the new generation of Dancer, the lightweight web-framework for Perl. Dancer2 is a complete rewrite based on Moo. Dancer2 can optionally use XS modules for speed, but at its core remains fatpackable (packable by App::FatPacker) so you coul...

CROMEDOME/Dancer2-1.1.0 - 12 Dec 2023 01:29:05 UTC - Search in distribution

AWS::S3 - Lightweight interface to Amazon S3 (Simple Storage Service) River stage one • 1 direct dependent • 1 total dependent

AWS::S3 attempts to provide an alternate interface to the Amazon S3 Simple Storage Service. NOTE: Until AWS::S3 gets to version 1.000 it will not implement the full S3 interface. Disclaimer: Several portions of AWS::S3 have been adopted from Net::Ama...

LEEJO/AWS-S3-0.19 - 08 Jan 2024 09:09:54 UTC - Search in distribution

Shell::Guess - Make an educated guess about the shell in use River stage two • 8 direct dependents • 87 total dependents

Shell::Guess makes a reasonably aggressive attempt to determine the shell being employed by the user, either the shell that executed the perl script directly (the "running" shell), or the users' login shell (the "login" shell). It does this by a vari...

PLICEASE/Shell-Guess-0.09 - 07 Dec 2018 02:07:53 UTC - Search in distribution

cgi_this - export the current directory as if it were a cgi-bin River stage one • 1 direct dependent • 2 total dependents

Like http_this and https_this, but converts the directory to a "cgi-bin" and runs every script in it as a CGI script....

SIMBABQUE/App-CGIThis-0.004 - 15 Aug 2018 23:59:35 UTC - Search in distribution
  • App::CGIThis - Export the current directory like a cgi-bin

proxy_that - Proxy the given URL from the command line River stage zero No dependents

This utility starts a Plack based proxy server that forwards requests to one URL. It can create a throw-away SSL certificate and run over https, which makes it easy to provide encrypted endpoints for local development if your frontend has to run on h...

SIMBABQUE/App-ProxyThat-0.001 - 16 Apr 2021 14:20:20 UTC - Search in distribution

Object::Destroyer - Make objects with circular references DESTROY normally River stage one • 2 direct dependents • 3 total dependents

One of the biggest problem with working with large, nested object trees is implementing a way for a child node to see its parent. The easiest way to do this is to add a reference to the child back to its parent. This results in a "circular" reference...

SIMBABQUE/Object-Destroyer-2.02 - 20 Jun 2022 12:46:16 UTC - Search in distribution

Telegram::Bot::Brain - A base class to make your very own Telegram bot River stage one • 2 direct dependents • 2 total dependents

This base class makes it easy to create your own Bot classes that interface with the Telegram Bot API. Internally it uses the Mojo::IOLoop event loop to provide non-blocking access to the Bot API, allowing your bot to listen for events via the longpo...

JKG/Telegram-Bot-0.025 - 17 Jan 2024 17:11:44 UTC - Search in distribution

MooX::Clone - Make Moo objects clone-able River stage zero No dependents

MooX::Clone lets you clone your Moo objects easily by adding a "clone" method. It performs a deep copy of the entire object....

SIMBABQUE/MooX-Clone-0.02 - 20 Feb 2021 22:51:15 UTC - Search in distribution

Acme::CPANModules::Import::CPANRatings::User::stevenharyanto - List of modules mentioned by CPANRatings user stevenharyanto River stage one • 1 direct dependent • 1 total dependent

This list is generated by scraping CPANRatings (cpanratings.perl.org) user page. This list is generated by scraping CPANRatings (cpanratings.perl.org) user page....

PERLANCAR/Acme-CPANModules-Import-CPANRatings-User-stevenharyanto-0.002 - 23 Feb 2024 01:41:05 UTC - Search in distribution

MooseX::LocalAttribute - local-ize attributes on Moose-ish objects River stage zero No dependents

This module provides a mechanism to temporarily replace the value of an object attribute with a different variable. In typical object oriented Perl code, an object contains a blessed hash reference, so it's possible to reach into the internals to loc...

SIMBABQUE/MooseX-LocalAttribute-0.05 - 27 Jun 2022 10:36:43 UTC - Search in distribution

Mojo::Log::Colored - Colored Mojo logging River stage zero No dependents

Mojo::Log::Colored is a logger for Mojolicious with colored output for the terminal. It lets you define colors for each log level based on Term::ANSIColor and comes with sensible default colors. The full lines in the log will be colored. Since this i...

SIMBABQUE/Mojo-Log-Colored-0.04 - 20 Feb 2021 21:05:27 UTC - Search in distribution

Dancer2::Plugin::Auth::Extensible::Provider::Database - authenticate via a database River stage zero No dependents

This class is an authentication provider designed to authenticate users against a database, using Dancer2::Plugin::Database to access a database. Crypt::SaltedHash is used to handle hashed passwords securely; you wouldn't want to store plain text pas...

HORNBURG/Dancer2-Plugin-Auth-Extensible-Provider-Database-0.630 - 28 Feb 2019 11:00:40 UTC - Search in distribution

Test::DBIx::Class::Schema - DBIx::Class schema sanity checking tests River stage one • 2 direct dependents • 3 total dependents

It's really useful to be able to test and confirm that DBIC classes have and support a known set of methods. Testing these one-by-one is more than tedious and likely to discourage you from writing the relevant test scripts. As a lazy person myself I ...

CHISEL/Test-DBIx-Class-Schema-1.0.12 - 12 Jun 2017 09:19:29 UTC - Search in distribution

Acme::CPANModules::FooThis - List of modules/tools to export your directory over various channels River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/Acme-CPANModules-FooThis-0.003 - 15 Feb 2024 00:05:29 UTC - Search in distribution

Test::WWW::Mechanize::Catalyst::WithContext - T::W::M::C can now give you $c River stage zero No dependents

Test::WWW::Mechanize::Catalyst::WithContext is a subclass of Test::WWW::Mechanize::Catalyst that can give you the $c context object of the request you just did. This is useful for testing if things ended up in the stash correctly, if the session got ...

SIMBABQUE/Test-WWW-Mechanize-Catalyst-WithContext-0.03 - 28 Nov 2017 19:07:48 UTC - Search in distribution

Mojolicious::Plugin::Renderer::WithoutCache - Disable the template cache in your Mojo app River stage zero No dependents

This does what it says on the box. It turns off caching for the Mojolicious::Renderer or any other renderer that's inside "$app->renderer" by injecting a cache object that does not do anything. This is supperior to setting the "max_keys" of Mojo::Cac...

SIMBABQUE/Mojolicious-Plugin-Renderer-WithoutCache-0.04 - 04 Feb 2017 13:06:01 UTC - Search in distribution
16 results (0.06 seconds)