The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist::Any-Mo"

pl - Perl One-Liner Magic Wand River stage zero No dependents

*Don't believe everything you read on SourceForge^H^H^H the internet! -- Plato :-y* Pl follows Perl's philosophy for one-liners: the one variable solely used in one-liners, @F, is single-lettered. Because not everyone may like that, pl has it both wa...

PFEIFFER/App-pl-0.91.1 - 13 Jul 2023 18:38:12 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 54 direct dependents • 474 total dependents

The CPAN module automates or at least simplifies the make and install of perl modules and extensions. It includes some primitive searching capabilities and knows how to use LWP, HTTP::Tiny, Net::FTP and certain external download clients to fetch dist...

ANDK/CPAN-2.36 - 14 May 2023 19:36:11 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

dateseq - Generate a sequence of dates River stage one • 2 direct dependents • 2 total dependents

This utility is similar to Unix seq command, except that it generates a sequence of dates....

PERLANCAR/App-dateseq-0.112 - 12 Oct 2022 01:17:08 UTC - Search in distribution

pmlist - List Perl modules (and PODs, and module prefixes) River stage one • 1 direct dependent • 1 total dependent

This is basically a CLI interface to Module::List::More, with tab completion....

PERLANCAR/App-PMUtils-0.744 - 28 Jun 2023 00:05:46 UTC - Search in distribution

DBIx::Class - Extensible and flexible object <-> relational mapper. River stage three • 346 direct dependents • 455 total dependents

This is an SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in you...

RIBASUSHI/DBIx-Class-0.082843 - 17 May 2022 10:49:29 UTC - Search in distribution

DB::Skip - make the perl debugger skip statements in given packages or subs River stage one • 1 direct dependent • 1 total dependent

The perl debugger is a wonderful tool and offers you many options to get to where you want to be in your code. However sometimes you want to just cruise through it. This can be somewhat frustrating if you're using modules like Moo that insert a lot o...

MITHALDU/DB-Skip-1.132980 - 25 Oct 2013 20:51:27 UTC - Search in distribution

PDL::Graphics::Gnuplot - Gnuplot-based plotting for PDL River stage one • 1 direct dependent • 1 total dependent

This module allows PDL data to be plotted using Gnuplot as a backend for 2D and 3D plotting and image display. Gnuplot (not affiliated with the GNU project) is a venerable, open-source program that produces both interactive and publication-quality pl...

ETJ/PDL-Graphics-Gnuplot-2.026 - 20 Apr 2024 15:05:30 UTC - Search in distribution

Test::Modern - precision testing for modern perl River stage three • 36 direct dependents • 109 total dependents

Test::Modern provides the best features of Test::More, Test::Fatal, Test::Warnings, Test::API, Test::LongString, and Test::Deep, as well as ideas from Test::Requires, Test::DescribeMe, Test::Moose, and Test::CleanNamespaces. Test::Modern also automat...

TOBYINK/Test-Modern-0.013 - 05 Oct 2014 18:30:37 UTC - Search in distribution

Mooish - Modules related to the Mo* modules family (Mo, Moo, Moose, Mouse) River stage one • 1 direct dependent • 1 total dependent

The "Mooish" and "MooishX" namespaces are reserved for modules related to the Mo* modules family (Mo, Moo, Moose, Mouse, and possibly others) instead of certain specific implementation....

PERLANCAR/Mooish-0.01 - 26 Jul 2015 03:41:37 UTC - Search in distribution
  • MooishX - Modules related to the Mo* modules family (Mo, Moo, Moose, Mouse)

Filter::Crypto - Create runnable Perl files encrypted with OpenSSL libcrypto River stage zero No dependents

The Filter-Crypto distribution provides the means to convert your Perl files into an encrypted, yet still runnable, format to hide the source code from casual prying eyes. This is achieved using a Perl source code filter. The encrypted files, produce...

SHAY/Filter-Crypto-2.10 - 02 Jul 2023 10:25:11 UTC - Search in distribution

MetaCPAN::API::Tiny - (DEPRECATED) A Tiny API client for MetaCPAN River stage one • 2 direct dependents • 2 total dependents

This module has been deprecated please use MetaCPAN::Client. This is the Tiny version of MetaCPAN::API. It implements a compatible API with a few notable exceptions: Attributes are direct hash access The attributes defined using Mo(o|u)se are now acc...

JLUIS/MetaCPAN-API-Tiny-1.150270 - 27 Jan 2015 17:17:45 UTC - Search in distribution

Benchmark::DKbench - Perl CPU Benchmark Suite River stage zero No dependents

A Perl benchmark suite for general compute, created to evaluate the comparative performance of systems when running computationally intensive Perl (both pure Perl and C/XS) workloads. It is a good overall indicator for generic CPU performance in real...

DKECHAG/Benchmark-DKbench-2.7 - 27 Apr 2024 23:28:28 UTC - Search in distribution

list-localedata-dirs - Print list of LocaleData directories to be used to search for *.mo files River stage one • 1 direct dependent • 1 total dependent

If search_dirs is specified, then will use search_dirs. Otherwise, will use: dist_dir($textdomain) + ("/locale", "/LocaleData") @INC + "/LocaleData" default ("/usr/share/locale" OR "/usr/local/share/locale") + "/LocaleData"...

PERLANCAR/App-LocaleTextDomainUtils-0.001 - 26 Dec 2019 02:53:04 UTC - Search in distribution

perlcompile - Introduction to the Perl Compiler-Translator River stage zero No dependents

Perl has always had a compiler: your source is compiled into an internal form (a parse tree, "optree") which is then optimized before being run. Since version 5.005, Perl has shipped with a module capable of inspecting the optimized optree (B), and t...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

Perinci::CmdLine::Base - Base class for Perinci::CmdLine{::Classic,::Lite} River stage three • 335 direct dependents • 517 total dependents

Perinci::CmdLine is a command-line application framework. It allows you to create full-featured CLI applications easily and quickly. See Perinci::CmdLine::Manual for more details. There is also a blog post series on Perinci::CmdLine tutorial: <https:...

PERLANCAR/Perinci-CmdLine-Lite-1.929 - 23 Nov 2023 06:52:41 UTC - Search in distribution

MooX::Options - Explicit Options eXtension for Object Class River stage three • 49 direct dependents • 150 total dependents

Create a command line tool with your Moo, Moose objects. Everything is explicit. You have an "option" keyword to replace the usual "has" to explicitly use your attribute into the command line. The "option" keyword takes additional parameters and uses...

REHSACK/MooX-Options-4.103 - 22 Aug 2017 14:45:06 UTC - Search in distribution

WWW::Google::CustomSearch - Interface to Google JSON/Atom Custom Search. River stage zero No dependents

This module is intended for anyone who wants to write applications that can interact with the JSON/Atom Custom Search API. With Google Custom Search, you can harness the power of Google to create a customized search experience for your own website. Y...

MANWAR/WWW-Google-CustomSearch-0.40 - 01 Mar 2024 16:25:25 UTC - Search in distribution

constant::our - Perl pragma to declare constants like our vars River stage zero No dependents

This pragma extends standard pragma 'constant'. As you may know, when a constant is used in an expression, Perl replaces it with its value at compile time, and may then optimize the expression further. You can inspect this behavior by yourself: $ per...

GREEN/constant-our-0.07 - 14 May 2012 15:34:38 UTC - Search in distribution

Sah::Schemas::Date - Sah schemas related to date River stage one • 6 direct dependents • 9 total dependents

PERLANCAR/Sah-Schemas-Date-0.019 - 23 Feb 2024 02:00:49 UTC - Search in distribution
37 results (0.081 seconds)