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

Search results for "dist::Search"

CPAN::SQLite::Search - perform queries on the database River stage one • 4 direct dependents • 6 total dependents

STRO/CPAN-SQLite-0.220 - 29 Oct 2022 06:36:35 UTC - Search in distribution
  • cpandb - interface to CPAN::SQLite
  • CPAN::SQLite - maintain and search a minimal CPAN database

CPAN::Search::Lite::Query - perform queries on the database River stage zero No dependents

ISHIGAKI/CPAN-Search-Lite-0.78 - 08 Jan 2011 06:26:14 UTC - Search in distribution

CPANPLUS::Dist::Slackware::Plugin::Search::Xapian - Patch Makefile.PL River stage zero No dependents

When building Search::Xapian up to version 1.2.21.0 with CPANPLUS the make command gets into an infinite loop. Reported as bug #692 at <https://trac.xapian.org/>....

SGRAY/CPANPLUS-Dist-Slackware-1.032 - 13 Feb 2021 10:45:17 UTC - Search in distribution

Dezi - REST search platform River stage one • 4 direct dependents • 4 total dependents

Dezi is a search platform based on Apache Lucy, Swish3, Search::OpenSearch and Search::Query. Dezi integrates several CPAN search libraries into one easy-to-use interface. This document is a placeholder for the namespace and documentation only. You s...

KARMAN/Dezi-0.004003 - 16 May 2018 02:24:24 UTC - Search in distribution

sqd - Search::Query::Dialect parser River stage two • 12 direct dependents • 41 total dependents

sqd is a simple program for testing the output of Search::Query::Parser in various dialects. sqd is short for Search Query Dialect....

KARMAN/Search-Query-0.307 - 21 Nov 2016 06:01:56 UTC - Search in distribution

Dezi::App - build Dezi search applications River stage one • 2 direct dependents • 8 total dependents

Dezi::App is convenience class for building search applications. It provides shortcuts for pulling together all the Dezi::App components into a single App object. Dezi::App depends upon: * Dezi::InvIndex * Dezi::Indexer * Dezi::Aggregator * Dezi::Ind...

KARMAN/Dezi-App-0.016 - 27 Apr 2018 14:12:33 UTC - Search in distribution

bpomfa - Short alias for bpom-list-*f*ood-*a*dditives River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/App-BPOMUtils-Table-FoodAdditive-0.020 - 27 Apr 2024 00:06:27 UTC - Search in distribution

mb - Can easy script in Big5, Big5-HKSCS, GBK, Sjis(also CP932), UHC, UTF-8, ... River stage zero No dependents

MBCS has been said to be an acronym for Multi Byte "Character" Set. (However, these days, it should be considered an acronym for Multi Byte "Codepoint" Set.) In any case, it is certain that "M" and "B" in mb.pm modulino are the first two characters o...

INA/mb-0.57 - 06 Jul 2023 15:12:01 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1216 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

gu - Day-to-day command-line utilities for git River stage one • 2 direct dependents • 2 total dependents

PERLANCAR/App-GitUtils-0.086 - 30 Jul 2022 12:48:28 UTC - Search in distribution

ASP4 - Fast, Simple and Scalable Web Development for Perl [DEPRECATED] River stage one • 4 direct dependents • 4 total dependents

ASP4 is a modern web development platform for Perl with a focus on speed, simplicity and scalability....

JOHND/ASP4-1.087 - 07 May 2012 21:21:53 UTC - Search in distribution

h2xs - convert .h C header files to Perl extensions River stage five • 11292 direct dependents • 32664 total dependents

*h2xs* builds a Perl extension from C header files. The extension will include functions which can be used to retrieve the value of any #define statement which was in the C header files. The *module_name* will be used for the name of the extension. I...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

CPAN - query, download and build perl modules from CPAN sites River stage three • 53 direct dependents • 522 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

sbs - Sort lines of text by spec (shorter alias for 'sort-by-spec') River stage zero No dependents

This utility lets you sort lines of text "by spec". Sorting by spec in an advanced form of sorting by example. In addition to specifying example strings, you can also specify regexes or Perl sorter codes. For more details, see the sorting backend mod...

PERLANCAR/App-sort_by_spec-0.004 - 15 Apr 2024 00:05:58 UTC - Search in distribution

geoip - a tool to show geographical data based on hostname or IP address(es) River stage zero No dependents

This tool uses a database to use the (pre-fetched) GeoIP2 data from MaxMind to show related geographical information for IP addresses. This information can optionally be extended with information from online WHOIS services and or derived data, like d...

HMBRAND/App-geoip-0.17 - 06 Jan 2023 10:25:22 UTC - Search in distribution
  • App::geoip - a tool to show geographical data based on hostname or IP address(es)

git-gerrit - Git extension to implement a Gerrit workflow River stage zero No dependents

Git-gerrit is a Git extension to manage changes using Gerrit Code Review <http://code.google.com/p/gerrit/>. Git-gerrit offers a rich set of sub-commands to make it easy to create, query, amend, review, and submit changes to Gerrit, making it possibl...

GNUSTAVO/App-GitGerrit-0.022 - 15 Jan 2014 18:14:58 UTC - Search in distribution

POE - portable multitasking and networking framework for any event loop River stage three • 401 direct dependents • 538 total dependents

POE is a framework for cooperative, event driven multitasking and networking in Perl. Other languages have similar frameworks. Python has Twisted. TCL has "the event loop". POE provides a unified interface for several other event loops, including sel...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

Rope - Tied objects River stage zero No dependents

"Rope" is an Object Orientation system that is built on top of perls core hash tying implementation. It extends the functionality which is available with all the modern features you would expect from an modern OO system. This includes clear class and...

LNATION/Rope-0.25 - 03 Apr 2024 07:42:03 UTC - Search in distribution

SQ - easily have a string containing single quote (') from the command line. River stage one • 1 direct dependent • 1 total dependent

This module can be used from the command line to provide a package-scope variables that contain a single quote - $S . It should not be used from a program or a module written in a text editor....

SHLOMIF/SQ-0.0.6 - 13 Oct 2020 08:15:47 UTC - Search in distribution
4,269 results (0.17 seconds)