Acme::CPANModulesBundle::Import::NEILB - CPANLists imported from http://neilb.org/reviews/
PERLANCAR/Acme-CPANModulesBundle-Import-NEILB-0.001
-
22 Sep 2018 01:11:41 UTC
-
Search in distribution
- Acme::CPANModules::Import::NEILB::LUHN - Checking credit card numbers (LUHN check) (2012)
- Acme::CPANModules::Import::NEILB::Markdown - Modules for converting markdown to HTML (2013)
- Acme::CPANModules::Import::NEILB::UserAgent - Parsing User-Agent strings (2012)
- 8 more results from Acme-CPANModulesBundle-Import-NEILB »
Graph - graph data structures and algorithms
Non-Description This module is not for drawing or rendering any sort of *graphics* or *images*, business, visualization, or otherwise. Description Instead, this module is for creating *abstract data structures* called graphs, and for doing various op...
ETJ/Graph-0.9725 - 10 Oct 2021 20:06:24 UTC - Search in distribution
enum - C style enumerated types and bitmask flags in Perl
This module is used to define a set of constants with ordered numeric values, similar to the "enum" type in the C programming language. You can also define bitmask constants, where the value assigned to each constant has exactly one bit set (eg 1, 2,...
NEILB/enum-1.12 - 04 Aug 2021 07:28:29 UTC - Search in distribution
AtExit - perform exit processing for a program or object
The AtExit module provides ANSI-C style exit processing modeled after the "atexit" function in the standard C library (see atexit(3C)). Various exit processing routines may be registered by calling atexit and passing it the desired subroutine along w...
JANITOR/AtExit-2.05 - 03 Jul 2021 13:46:20 UTC - Search in distribution
perlgov - Perl Rules of Governance
RJBS/perl-5.36.0
-
28 May 2022 00:26:10 UTC
-
Search in distribution
JSON::Parse - Parse JSON
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.61 - 11 Feb 2021 00:17:26 UTC - Search in distribution
Test::Cmd - Perl module for portable testing of commands and scripts
The "Test::Cmd" module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. The "Test::Cmd" module makes...
NEILB/Test-Cmd-1.09 - 25 Oct 2015 11:50:21 UTC - Search in distribution
mpath - display the full path to a perl module (installed locally)
mpath displays the full path to a perl module on the local system. It uses the "module_path()" function from Module::Path to get the path. If one of the module wasn't found, mpath will exit with the exit code 1 and print the following message (you ca...
NEILB/Module-Path-0.19 - 16 Mar 2015 21:24:10 UTC - Search in distribution- Module::Path - get the full path to a locally installed module
Text::MetaText - Perl extension implementing meta-language for processing "template" text files.
MetaText is a text processing and markup meta-language which can be used for processing "template" files. This module is a Perl 5 extension implementing a MetaText object class which processes text files, interpreting and acting on the embedded MetaT...
ABW/Text-MetaText-0.22 - 01 Sep 1998 14:15:59 UTC - Search in distribution
define - Perl pragma to declare global constants
Use this pragma to define global constants....
NEILB/define-1.04 - 27 Oct 2015 21:54:14 UTC - Search in distribution
Net::IPv6Addr - Check and manipulate IPv6 addresses
"Net::IPv6Addr" checks whether strings contain valid IPv6 addresses, and converts IPv6 addresses into various formats. All of "new", "is_ipv6", and "ipv6_parse" can process the following formats: Preferred form: x:x:x:x:x:x:x:x "2001:db8:0:0:0:ff00:4...
BKB/Net-IPv6Addr-1.02 - 31 Mar 2021 02:15:35 UTC - Search in distribution
csvgrep - search for patterns in a CSV and display results in a table
csvgrep is a script that lets you look for a pattern in a CSV file, and then displays the results in a text table. We assume that the first line in the CSV is a header row. The simplest usage is to look for a word in a CSV: % csvgrep Murakami books.c...
NEILB/csvgrep-0.08 - 16 May 2019 22:51:19 UTC - Search in distribution
WWW::Robot - configurable web traversal engine (for web robots & agents)
This module implements a configurable web traversal engine, for a *robot* or other web agent. Given an initial web page (*URL*), the Robot will get the contents of that page, and extract all links on the page, adding them to a list of URLs to visit. ...
KVENTIN/WWW-Robot-0.026 - 07 Aug 2009 13:21:26 UTC - Search in distribution
prereq-grapher - generate dependency graph for perl module or source
prereq-grapher parses perl source and looks for prerequisites, such as modules that are "use"'d or "require"'d. All of those modules are then parsed in turn, looking for *their* dependencies. Once all files have been parsed, prereq-grapher will write...
NEILB/App-PrereqGrapher-0.14 - 22 Mar 2016 19:29:05 UTC - Search in distribution- App::PrereqGrapher - generate dependency graph using Perl::PrereqScanner
Date::Holidays - Date::Holidays::* adapter and aggregator for all your holiday needs
Date::Holidays is an adapters exposing a uniform API to a set of dsitributions in the Date::Holidays::* namespace. All of these modules deliver methods and information on national calendars, but no standardized API exist. The distributions more or le...
JONASBN/Date-Holidays-1.31 - 08 Mar 2022 19:01:12 UTC - Search in distribution
News::Newsrc - manage newsrc files
"News::Newsrc" manages newsrc files, of the style alt.foo: 1-21,28,31-34 alt.bar! 3,5,9-2900,2902 Methods are provided for * reading and writing newsrc files * adding and removing newsgroups * changing the order of newsgroups * subscribing and unsubs...
SWMCD/News-Newsrc-1.11 - 16 Apr 2013 02:30:15 UTC - Search in distribution
IO::Tee - Multiplex output to multiple output handles
"IO::Tee" objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The "IO::Tee" constructor, given a list of output handles, returns a tied handle that can be writt...
NEILB/IO-Tee-0.66 - 19 Aug 2020 20:02:59 UTC - Search in distribution
Text::Autoformat - Automatic text wrapping and reformatting
Paragraphs The fundamental task of the "autoformat" subroutine is to identify and rearrange independent paragraphs in a text. Paragraphs typically consist of a series of lines containing at least one non-whitespace character, followed by one or more ...
NEILB/Text-Autoformat-1.75 - 13 Aug 2019 10:43:04 UTC - Search in distribution
cpan-upload - upload one or more files to CPAN, using PAUSE
cpan-upload is a script which automates the process of uploading a file to CPAN using PAUSE, the Perl Authors Upload Server. For example, to upload a recent version of the Net::Dict module I ran: % cpan-upload -verbose Net-Dict-1.07.tar.gz If everyth...
LEOCHARRE/LEOCHARRE-Dev-1.13 - 30 Oct 2009 19:22:22 UTC - Search in distribution
HTTP::Lite - Lightweight HTTP implementation
Note: you should look at HTTP::Tiny or LWP before using this module. HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is not intended as a replacement for the fully-featured LWP module. Instead, it is intended for use in s...
NEILB/HTTP-Lite-2.44 - 11 Mar 2015 22:16:55 UTC - Search in distribution