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

Search results for "SMYLERS"

perl5200delta - what is new for perl v5.20.0 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.18.0 release and the 5.20.0 release. If you are upgrading from an earlier release such as 5.16.0, first read perl5180delta, which describes differences between 5.16.0 and 5.18.0....

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

Path::Tiny - File path utility River stage four • 891 direct dependents • 7170 total dependents

This module provides a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It aims to be smaller and faster than many alternativ...

DAGOLDEN/Path-Tiny-0.144 - 01 Dec 2022 16:37:45 UTC - Search in distribution

CGI::Lite - Process and decode WWW forms and cookies River stage one • 1 direct dependent • 1 total dependent

This module can be used to decode form data, query strings, file uploads and cookies in a very simple manner. It has only one dependency and is therefore relatively fast to instantiate. This makes it well suited to a non-persistent CGI scenario....

HOUSTON/CGI-Lite-3.03 - 06 May 2021 13:05:54 UTC - Search in distribution

Regexp::Common - Provide commonly requested regular expressions River stage three • 195 direct dependents • 487 total dependents

By default, this module exports a single hash (%RE) that stores or generates commonly needed regular expressions (see "List of available patterns"). There is an alternative, subroutine-based syntax described in "Subroutine-based interface". General s...

ABIGAIL/Regexp-Common-2017060201 - 02 Jun 2017 22:07:57 UTC - Search in distribution

Data::Record - "split" on steroids River stage one • 2 direct dependents • 5 total dependents

Sometimes we need data split into records and a simple split on the input record separator ($/) or some other value fails because the values we're splitting on may allowed in other parts of the data. Perhaps they're quoted. Perhaps they're embedded i...

OVID/Data-Record-0.02 - 19 Sep 2005 16:17:00 UTC - Search in distribution

Dist::Zilla - distribution builder; installer not included! River stage three • 655 direct dependents • 710 total dependents

Dist::Zilla builds distributions of code to be uploaded to the CPAN. In this respect, it is like ExtUtils::MakeMaker, Module::Build, or Module::Install. Unlike those tools, however, it is not also a system for installing code that has been downloaded...

RJBS/Dist-Zilla-6.031 - 21 Nov 2023 01:20:56 UTC - Search in distribution

schema_diagram - Create a diagram of a database's tables River stage zero No dependents

Produces a diagram of the specified database, showing all the tables, listing their fields, and indicating foreign key links between tables. The output can be various formats, including PostScript, png, SVG, and GraphViz's dot. If the poster(1) comma...

SMYLERS/GraphViz-DBI-FromSchema-0.5 - 16 Aug 2011 23:23:49 UTC - Search in distribution

Data::PowerSet - Generate all subsets of a list of elements River stage one • 1 direct dependent • 1 total dependent

"Data::PowerSet" takes a list and returns all possible combinations of the elements appearing in the list without replacement....

DLAND/Data-PowerSet-0.05 - 13 May 2008 09:17:14 UTC - Search in distribution

Devel::Git::MultiBisect - Study build and test output over a range of git commits River stage zero No dependents

Given a Perl library or application kept in git for version control, it is often useful to be able to compare the output collected from running one or more test files over a range of git commits. If that range is sufficiently large, a test may fail i...

JKEENAN/Devel-Git-MultiBisect-0.21 - 23 Apr 2024 21:19:09 UTC - Search in distribution

lib::projectroot - easier loading of a project's local libs River stage one • 1 direct dependent • 1 total dependent

I'm usually using a setup like this: . ├── AProject │ ├── bin │ │ ├── db │ │ │ └── init.pl │ │ ├── onetime │ │ │ ├── fixup │ │ │ │ └── RT666_fix_up_fubared_data.pl │ │ │ └── import_data.pl │ │ └── web.psgi │ ├── lib │ └── local ├── MyHelperStuff │ └─...

DOMM/lib-projectroot-1.010 - 14 Mar 2022 11:23:04 UTC - Search in distribution

Config::INI - simple .ini-file format River stage three • 54 direct dependents • 913 total dependents

RJBS/Config-INI-0.029 - 14 Jan 2023 02:00:22 UTC - Search in distribution

Number::Tolerant - tolerance ranges for inexact numbers River stage one • 2 direct dependents • 8 total dependents

Number::Tolerant creates a number-like object whose value refers to a range of possible values, each equally acceptable. It overloads comparison operations to reflect this. I use this module to simplify the comparison of measurement results to specif...

RJBS/Number-Tolerant-1.710 - 31 Dec 2022 21:47:44 UTC - Search in distribution

Acme::MetaSyntactic::Themes - The original Acme::MetaSyntactic themes River stage one • 3 direct dependents • 5 total dependents

From January 2005 to November 2006, I have published a CPAN distribution a week, including new themes for Acme::MetaSyntactic (almost) every week. In 2012, with the version 1.000 of Acme::MetaSyntactic, I have split the core modules (that provide the...

BOOK/Acme-MetaSyntactic-Themes-1.055 - 30 Apr 2021 17:46:34 UTC - Search in distribution

Template::Manual::Credits - Author and contributor credits River stage three • 561 direct dependents • 959 total dependents

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC - Search in distribution

Getopt::Long::Descriptive - Getopt::Long, but simpler and more powerful River stage four • 85 direct dependents • 1684 total dependents

Getopt::Long::Descriptive is yet another Getopt library. It's built atop Getopt::Long, and gets a lot of its features, but tries to avoid making you think about its huge array of options. It also provides usage (help) messages, data validation, and a...

RJBS/Getopt-Long-Descriptive-0.114 - 20 Jan 2024 22:15:01 UTC - Search in distribution

Params::Validate::Checks - Named checks for use with Params::Validate River stage one • 3 direct dependents • 3 total dependents

Params::Validate lets you precisely specify what are valid arguments to your functions and methods, helping to catch errors sooner and make your programs more robust. But if multiple parameters (in either the same or different subs) have the same spe...

SMYLERS/Params-Validate-Checks-0.01 - 10 Feb 2008 23:39:26 UTC - Search in distribution

Class::FakeAttributes - Provide fake attributes for non-hash-based objects River stage zero No dependents

Most Perl classes use hash-based objects, and subclasses can easily add more attributes (instance data) with new hash keys. But some classes are not based on hashes. A subclass of such a class can use "Class::FakeAttributes" to add attributes (or at ...

SMYLERS/Class-FakeAttributes-0.01 - 30 Oct 2003 00:07:23 UTC - Search in distribution

Params::Validate::Checks::Net - Params::Validate checks for functions taking network-related arguments River stage zero No dependents

This is a library of named checks for use with Params::Validate to validate function and method arguments that should be networky things: domain names, hostnames, IP addresses, or mac addresses. See Params::Validate::Checks for details of the overall...

SMYLERS/Params-Validate-Checks-Net-0.01 - 10 Feb 2008 23:40:53 UTC - Search in distribution

Params::Validate::Checks::Integer - Params::Validate checks for functions taking integer arguments River stage zero No dependents

This is a library of named checks for use with Params::Validate to validate all integers and those that should be non-negative. See Params::Validate::Checks for in-built validation of positive (non-zero) integers. Checks The following named checks ar...

STEPHENCA/Params-Validate-Checks-Integer-0.01 - 09 Mar 2011 11:42:18 UTC - Search in distribution

Data::FormValidator::Filters::Demoroniser - A Data::FormValidator filter that allows you to demoronise a string. River stage two • 1 direct dependent • 28 total dependents

Data::FormValidator filter that allows you to demoronise a string in form field values....

BARBIE/Data-FormValidator-Filters-Demoroniser-0.05 - 03 Oct 2014 02:06:01 UTC - Search in distribution
20 results (0.086 seconds)