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

Search results for "JKEENAN"

perlgov - Perl Rules of Governance River stage five • 11292 direct dependents • 32664 total dependents

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution
  • perlgov - Perl Rules of Governance

Data::Presenter - Reformat database reports River stage zero No dependents

Data::Presenter is an object-oriented module useful for the reformatting of already formatted text files such as reports generated by database programs. If the data can be represented by a row-column matrix, where for each data entry (row): * there a...

JKEENAN/Data-Presenter-1.03 - 11 Feb 2008 00:45:33 UTC - Search in distribution

modulemaker - interactive interface to ExtUtils::ModuleMaker; replaces h2xs -AXn [module] River stage one • 3 direct dependents • 4 total dependents

JKEENAN/ExtUtils-ModuleMaker-0.63 - 31 Jul 2018 16:36:35 UTC - Search in distribution

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 UTC - Search in distribution

Data::Printer - colored & full-featured pretty print of Perl data structures and objects River stage three • 167 direct dependents • 251 total dependents

The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...

GARU/Data-Printer-1.002001 - 22 Jan 2024 03:32:20 UTC - Search in distribution

List::Compare - Compare elements of two or more lists River stage three • 37 direct dependents • 128 total dependents

JKEENAN/List-Compare-0.55 - 16 Aug 2020 22:42:25 UTC - Search in distribution

Getopt::Lucid - Clear, readable syntax for command line processing River stage two • 17 direct dependents • 25 total dependents

The goal of this module is providing good code readability and clarity of intent for command-line option processing. While readability is a subjective standard, Getopt::Lucid relies on a more verbose, plain-English option specification as compared ag...

DAGOLDEN/Getopt-Lucid-1.10 - 25 Oct 2019 21:15:52 UTC - Search in distribution

File::Path - Create or remove directory trees River stage five • 862 direct dependents • 32646 total dependents

This module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem. The following functions are provided: make_path( $dir1, $dir2, .... ) make_path( $dir1, $dir2, ...., \%opts ...

JKEENAN/File-Path-2.18 - 05 Nov 2020 01:30:15 UTC - Search in distribution

Pod::WikiDoc - Generate Pod from inline wiki style text River stage two • 1 direct dependent • 22 total dependents

Pod works well, but writing it can be time-consuming and tedious. For example, commonly used layouts like lists require numerous lines of text to make just a couple of simple points. An alternative approach is to write documentation in a wiki-text sh...

DAGOLDEN/Pod-WikiDoc-0.21 - 08 May 2017 19:03:28 UTC - Search in distribution

ETL::Yertl - ETL with a Shell River stage zero No dependents

ETL::Yertl is an ETL (Extract, Transform, Load <https://en.wikipedia.org/wiki/Extract,_transform,_load>) for shells. It is designed to accept data from multiple formats (CSV, JSON), manipulate them using simple tools, and then convert them to an outp...

PREACTION/ETL-Yertl-0.044 - 28 Jul 2020 02:29:40 UTC - Search in distribution

Email::Valid - Check validity of Internet email addresses River stage three • 76 direct dependents • 329 total dependents

This module determines whether an email address is well-formed, and optionally, whether a mail host exists for the domain. Please note that there is no way to determine whether an address is deliverable without attempting delivery (for details, see p...

RJBS/Email-Valid-1.204 - 20 Jan 2024 21:41:21 UTC - Search in distribution

DateTime::TimeZone - Time zone object base class and factory River stage four • 91 direct dependents • 3701 total dependents

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the DateTime module, this module does not do...

DROLSKY/DateTime-TimeZone-2.62 - 02 Feb 2024 02:17:46 UTC - Search in distribution

Pod::Multi - pod2man, pod2text, pod2html simultaneously River stage zero No dependents

When you install a Perl module from CPAN, documentation gets installed which is readable with perldoc and (at least on *nix-like systems) with man as well. You can convert that documentation to text and HTML formats with two utilities that come along...

JKEENAN/Pod-Multi-0.10 - 16 May 2017 16:47:12 UTC - Search in distribution

CPAN::Reporter - Adds CPAN Testers reporting to CPAN.pm River stage two • 11 direct dependents • 16 total dependents

The CPAN Testers project captures and analyzes detailed results from building and testing CPAN distributions on multiple operating systems and multiple versions of Perl. This provides valuable feedback to module authors and potential users to identif...

GARU/CPAN-Reporter-1.2019 - 01 May 2023 01:18:56 UTC - Search in distribution

Parse::Taxonomy - Validate hierarchical data stored in CSV format River stage zero No dependents

This module is the base class for the Parse-Taxonomy extension to the Perl 5 programming language. You will not instantiate objects of this class; rather, you will instantiate objects of subclasses, of which Parse::Taxonomy::MaterializedPath and Pars...

JKEENAN/Parse-Taxonomy-0.24 - 09 Apr 2016 12:01:44 UTC - Search in distribution

File::Save::Home - Place file safely under user home directory River stage one • 2 direct dependents • 2 total dependents

In the course of deploying an application on another user's system, you sometimes need to place a file in or underneath that user's home directory. Can you do so safely? This Perl extension provides several functions which try to determine whether yo...

JKEENAN/File-Save-Home-0.11 - 26 Oct 2017 23:45:03 UTC - Search in distribution

Perl5::Dist::Backcompat - Analyze dist/ distributions for CPAN release viability River stage zero No dependents

This module serves as the backend for the program p5-dist-backcompat which is also part of the Perl5-Dist-Backcompat distribution. This document's focus is on documenting the methods used publicly in that program as well as internal methods and subro...

JKEENAN/Perl5-Dist-Backcompat-0.10 - 04 Feb 2022 21:21:37 UTC - Search in distribution

Email::Sender - a library for sending email River stage three • 70 direct dependents • 105 total dependents

RJBS/Email-Sender-2.601 - 18 Jan 2024 00:16:20 UTC - Search in distribution

Text::CSV::Hashify - Turn a CSV file into a Perl hash River stage one • 1 direct dependent • 1 total dependent

The Comma-Separated-Value ('CSV') format is the most common way to store spreadsheets or the output of relational database queries in plain-text format. However, since commas (or other designated field-separator characters) may be embedded within dat...

JKEENAN/Text-CSV-Hashify-0.11 - 22 May 2018 23:09:09 UTC - Search in distribution

Tie::DB_File::SplitHash - Divides a DB_File hash across multiple files River stage one • 1 direct dependent • 2 total dependents

Transparently splits a Berkeley DB_File database into multiple files to allow the exceeding of file system limits on file size. From the outside, it behaves identically with Berkeley DB DB_File hash support in general with the exception of 'seq' in o...

SNOWHARE/Tie-DB_File-SplitHash-1.07 - 04 Oct 2020 15:17:27 UTC - Search in distribution
45 results (0.031 seconds)