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

Search results for "FUZZ"

yq - Filter YAML through a command-line program River stage zero No dependents

This program takes a stream of YAML documents (on STDIN or file arguments), applies a filter, then writes the results to STDOUT....

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

perlepigraphs - list of Perl release epigraphs River stage five • 11292 direct dependents • 32664 total dependents

Many Perl release announcements included an *epigraph*, a short excerpt from a literary or other creative work, chosen by the pumpking or release manager. This file assembles the known list of epigraph for posterity, and also links to the release ann...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

patch - apply a diff file to an original River stage one • 1 direct dependent • 1 total dependent

*Patch* will take a patch file containing any of the four forms of difference listing produced by the *diff* program and apply those differences to an original file, producing a patched version. By default, the patched version is put in place of the ...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

share::Synopsis::S02-bits River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Beam::Wire - Lightweight Dependency Injection Container River stage two • 9 direct dependents • 18 total dependents

Beam::Wire is a configuration module and a dependency injection container. In addition to complex data structures, Beam::Wire configures and creates plain old Perl objects. A dependency injection (DI) container creates an inversion of control: Instea...

PREACTION/Beam-Wire-1.025 - 08 Jul 2021 23:20:58 UTC - Search in distribution

Term::Shell - A simple command-line shell framework. River stage two • 14 direct dependents • 17 total dependents

Term::Shell lets you write simple command-line shells. All the boring details like command-line parsing, terminal handling, and tab completion are handled for you. The base class comes with two commands pre-defined: exit and help. To write a shell wi...

SHLOMIF/Term-Shell-0.13 - 21 Oct 2021 11:05:35 UTC - Search in distribution

Import::Base - Import a set of modules into the calling module River stage two • 8 direct dependents • 11 total dependents

This module makes it easier to build and manage a base set of imports. Rather than importing a dozen modules in each of your project's modules, you simply import one module and get all the other modules you want. This reduces your module boilerplate ...

PREACTION/Import-Base-1.004 - 16 Jan 2018 19:19:45 UTC - Search in distribution

Sysadm::Install - Typical installation tasks for system administrators River stage two • 15 direct dependents • 20 total dependents

Have you ever wished for your installation shell scripts to run reproducibly, without much programming fuzz, and even with optional logging enabled? Then give up shell programming, use Perl. "Sysadm::Install" executes shell-like commands performing t...

MSCHILLI/Sysadm-Install-0.48 - 16 Nov 2016 06:33:59 UTC - Search in distribution

PDL::Gaussian - Gaussian distributions. River stage three • 93 direct dependents • 101 total dependents

This package provides a set of standard routines to handle sets gaussian distributions. A new set of gaussians is initialized by $x = PDL::Gaussian->new(xdims,gdims); Where *xdims* is a reference to an array containing the dimensions in the space the...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

Test::XML::Easy - test XML with XML::Easy River stage one • 1 direct dependent • 1 total dependent

A simple testing tool, with only pure Perl dependancies, that checks if two XML documents are "the same". In particular this module will check if the documents schemantically equal as defined by the XML 1.0 specification (i.e. that the two documents ...

MARKF/Test-XML-Easy-0.01 - 27 Jul 2009 15:27:45 UTC - Search in distribution

DateTime::Format::Baby - Parse and format baby-style time River stage zero No dependents

This module understands baby talk in a variety of languages....

JFORGET/DateTime-Format-Baby-1.0200 - 27 Jan 2016 21:20:24 UTC - Search in distribution

Soar::WM::Element - Work with Soar working memory elements River stage one • 2 direct dependents • 2 total dependents

This module allows one to traverse working memory by accessing attributes and values of a single element at a time....

NGLENN/Soar-WM-0.04 - 16 Jan 2013 22:12:00 UTC - Search in distribution

File::Patch::Undoable - Patch a file, with undo support River stage one • 1 direct dependent • 1 total dependent

PERLANCAR/File-Patch-Undoable-0.09 - 10 Jul 2017 14:46:32 UTC - Search in distribution

Test::Filesystem - Tester for filesystem content River stage zero No dependents

This test framework compare filesystems (content and meta attribute). You can use it if your perl program is generating files and you don't want to compare the test results file by file....

FUZZ/Test-Filesystem-0.04 - 10 Jan 2013 22:06:18 UTC - Search in distribution

Imager::Trim - automatic cropping for images using Imager. River stage zero No dependents

This module extends "Imager" to allow automatic cropping of images. The method is similar as used in image editors (e.g. "magic wand") or with ImageMagick's "trim" (e.g. 'convert image.jpg -fuzz 50 -background white -trim cropped_image.jpg')....

SPOT/Imager-Trim-0.007 - 24 Aug 2016 12:20:00 UTC - Search in distribution

SPVM::Resource::RE2 - The Resource of Google/RE2 River stage one • 1 direct dependent • 2 total dependents

SPVM::Resource::RE2 is a resource of SPVM for the Google/RE2 <https://github.com/google/re2>....

KIMOTO/SPVM-Resource-RE2-0.041 - 03 May 2023 05:58:50 UTC - Search in distribution

GraphViz::Data::Structure - Visualise data structures River stage one • 1 direct dependent • 1 total dependent

This module makes it easy to visualise data structures, even recursive or circular ones. It is provided as an alternative to GraphViz::Data::Grapher. Differences: "GraphViz::Data::Structure" handles structures of arbitrary depth and complexity, autom...

MCMAHON/GraphViz-Data-Structure-0.20 - 15 Jan 2019 22:48:52 UTC - Search in distribution

GIFgraph::WithMap - generates HTML map text while plotting graph River stage zero No dependents

Generates the html map block for a graph so that data series become 'clickable',...

MPOCOCK/GIFgraphExtensions-1.0 - 18 Jan 1999 10:53:28 UTC - Search in distribution

Plack::Middleware::PrettyException - Capture exceptions and present them as HTML or JSON River stage one • 1 direct dependent • 1 total dependent

"Plack::Middleware::PrettyException" allows you to use exceptions in your models (and also controllers, but they should be kept slim!) and have them rendered as JSON or nice-ish HTML with very little fuzz. But if your Plack app returns an HTTP status...

DOMM/Plack-Middleware-PrettyException-1.010 - 21 Oct 2022 12:54:26 UTC - Search in distribution

Device::Cdio::ISO9660::IFS - Class for ISO 9660 Filesystem image reading River stage one • 1 direct dependent • 1 total dependent

This is an Object-Oriented interface to the GNU CD Input and Control library ("libcdio") which is written in C. This class handles ISO 9660 aspects of an ISO 9600 image. An ISO-9660 image is distinct from a CD in a CD-ROM which has ISO-9660 tracks; t...

ROCKY/Device-Cdio-v2.0.0 - 31 Dec 2017 18:36:35 UTC - Search in distribution
25 results (0.033 seconds)