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

Search results for "DBOOK"

Dist::Zilla::PluginBundle::Author::DBOOK - A plugin bundle for distributions built by DBOOK River stage one • 1 direct dependent • 1 total dependent

This is the plugin bundle that DBOOK uses. It is equivalent to: [GithubMeta] issues = 1 user = Grinnz [ReadmeAnyFromPod / Readme_Github] type = pod filename = README.pod location = root phase = release [GenerateFile / Generate_Contrib] filename = CON...

DBOOK/Dist-Zilla-PluginBundle-Author-DBOOK-v1.0.4 - 27 Sep 2020 00:39:44 UTC - Search in distribution

ath - Evaluate mathematical expressions in a compact one-liner River stage one • 2 direct dependents • 2 total dependents

A source filter that parses and evaluates the source code as a mathematical expression using Math::Calc::Parser, and prints the result. The "-bignum" or "-bigrat" flags may be passed to activate the corresponding option....

DBOOK/Math-Calc-Parser-1.005 - 08 Oct 2019 21:39:58 UTC - Search in distribution

CGI::Tiny - Common Gateway Interface, with no frills River stage zero No dependents

CGI::Tiny provides a modern interface to write CGI <https://en.wikipedia.org/wiki/Common_Gateway_Interface> scripts to dynamically respond to HTTP requests as defined in RFC 3875 <https://tools.ietf.org/html/rfc3875>. It is intended to be: * Minimal ...

DBOOK/CGI-Tiny-1.002 - 09 Jun 2021 04:34:49 UTC - Search in distribution

Mojo::DOM58 - Minimalistic HTML/XML DOM parser with CSS selectors River stage two • 24 direct dependents • 43 total dependents

Mojo::DOM58 is a minimalistic and relaxed pure-perl HTML/XML DOM parser based on Mojo::DOM. It supports the HTML Living Standard <https://html.spec.whatwg.org/> and Extensible Markup Language (XML) 1.0 <https://www.w3.org/TR/xml/>, and matching based...

DBOOK/Mojo-DOM58-3.001 - 16 Jun 2021 05:30:08 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

Dir::ls - List the contents of a directory River stage zero No dependents

Provides the function "ls", which returns the contents of a directory in a similar manner to the GNU coreutils command ls(1)....

DBOOK/Dir-ls-1.000 - 31 Oct 2018 22:07:57 UTC - Search in distribution

Time::FFI - libffi interface to POSIX date and time functions River stage zero No dependents

Time::FFI provides a libffi interface to POSIX date and time functions found in time.h. The "gmtime" and "localtime" functions behave very differently from the core functions of the same name, as well as those exported by Time::Piece, so you may wish...

DBOOK/Time-FFI-2.002 - 09 Jul 2021 06:57:27 UTC - Search in distribution

open::layers - Set default PerlIO layers River stage zero No dependents

This pragma is a reimagination of the core open pragma, which either pushes PerlIO layers on the global standard handles, or sets default PerlIO layers for handles opened in the current lexical scope (meaning, innermost braces or the file scope). The...

DBOOK/open-layers-0.003 - 21 Feb 2020 20:07:22 UTC - Search in distribution

Dist::Zilla::Starter - Guide to getting started with Dist::Zilla River stage one • 5 direct dependents • 7 total dependents

This is a guide to the inner workings of Dist::Zilla for managing and releasing CPAN distributions effectively, in particular with the [@Starter] and [@Starter::Git] bundles. See their documentation for specific usage....

DBOOK/Dist-Zilla-PluginBundle-Starter-v5.0.2 - 10 Jan 2021 02:37:37 UTC - Search in distribution

Data::Dict - Hash-based dictionary object River stage zero No dependents

Data::Dict is a hash-based container for dictionaries, with heavy inspiration from Mojo::Collection. Unless otherwise noted, all methods iterate through keys and values in default keys order, which is random but consistent until the hash is modified....

DBOOK/Data-Dict-0.003 - 19 Nov 2018 04:12:12 UTC - Search in distribution

WWW::OAuth - Portable OAuth 1.0 authentication River stage one • 1 direct dependent • 1 total dependent

WWW::OAuth implements OAuth 1.0 request authentication according to RFC 5849 <http://tools.ietf.org/html/rfc5849> (sometimes referred to as OAuth 1.0A). It does not implement the user agent requests needed for the complete OAuth 1.0 authorization flo...

DBOOK/WWW-OAuth-1.000 - 17 Sep 2018 23:08:53 UTC - Search in distribution

FFI::CheckLib - Check that a library is available for FFI River stage four • 48 direct dependents • 1394 total dependents

This module checks whether a particular dynamic library is available for FFI to use. It is modeled heavily on Devel::CheckLib, but will find dynamic libraries even when development packages are not installed. It also provides a find_lib function that...

PLICEASE/FFI-CheckLib-0.31 - 30 Sep 2022 13:43:30 UTC - Search in distribution

Mojo::SQLite - A tiny Mojolicious wrapper for SQLite River stage two • 13 direct dependents • 19 total dependents

Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite <https://www.sqlite.org/> a lot of fun to use with the Mojolicious <https://mojolico.us> real-time web framework. Use all SQL features <http://sqlite.org/lang.html> SQLite has to off...

DBOOK/Mojo-SQLite-3.009 - 23 Mar 2022 00:17:05 UTC - Search in distribution

perl-bump-version - A tool to bump your Perl module versions River stage one • 1 direct dependent • 1 total dependent

perl-bump-version is a command-line tool using App::RewriteVersion to bump Perl module versions in a distribution. The main module's version is read, bumped (using Version::Next), and then used to update the version in all perl files in the distribut...

DBOOK/App-RewriteVersion-1.000 - 13 Dec 2018 19:07:37 UTC - Search in distribution

cpan-dependents - Recursively find all reverse dependencies for a distribution or module River stage zero No dependents

Command-line script to list or count the dependent distributions for a particular CPAN distribution or module, using App::CPAN::Dependents. The first non-option argument is used as the target module or distribution. Dependent distributions will be ou...

DBOOK/App-CPAN-Dependents-1.000 - 27 Apr 2017 02:11:42 UTC - Search in distribution

HTTP::Simple - Simple procedural interface to HTTP::Tiny River stage two • 1 direct dependent • 11 total dependents

This module is a wrapper of HTTP::Tiny that provides simplified functions for performing HTTP requests in a similar manner to LWP::Simple, but with slightly more useful error handling. For full control of the request process and response handling, us...

DBOOK/HTTP-Simple-0.004 - 08 May 2019 15:21:56 UTC - Search in distribution

perl-migrate-modules - Migrate installed CPAN modules from one Perl to another River stage zero No dependents

Reinstalls all modules found in the source Perl into the destination Perl, similar to the "clone-modules" command for perlbrew or the "migrate-modules" command for plenv <https://github.com/tokuhirom/plenv>. The Perls may be passed as paths to the ba...

DBOOK/App-MigrateModules-0.004 - 07 Oct 2019 15:41:40 UTC - Search in distribution

Path::This - Path to this source file or directory River stage one • 1 direct dependent • 2 total dependents

Exports package variables by request that represent the current source file or directory containing that file. Dynamic or constant sub versions can also be requested. Paths will be absolute with symlinks resolved. Note that the package variable or co...

DBOOK/Path-This-0.005 - 04 Sep 2020 23:15:17 UTC - Search in distribution

Async::Methods - Namespaced sugar methods for async/await and future/promise based code River stage zero No dependents

Async::Methods provides a set of helper methods operating via namespace that make chaining together asynchronous methods easier. This is not at all meant to be a replacement for the "async" and "await" keywords available via Future::AsyncAwait or the...

MSTROUT/Async-Methods-0.000004 - 17 Feb 2021 15:20:01 UTC - Search in distribution

Mojo::Base::Tiny - Minimal base class for !Mojo projects River stage one • 1 direct dependent • 1 total dependent

Mojo::Base::Tiny is a simple base class for Perl projects with fluent interfaces. It is nothing else than Mojo::Base in a single file without dependencies outside the core modules (or to be correct, on Perl 5.20 and older you need Sub::Util 1.41). Yo...

TEKKI/Mojo-Base-Tiny-0.06 - 01 Jun 2020 04:46:40 UTC - Search in distribution
91 results (0.042 seconds)