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

Search results for "Sane"

sane - provide sane default pragmas River stage zero No dependents

"sane" pragma is written for people who are tired of typing hackneyed expressions. Every perl mongers write the same code on the top of scripts. Assuming that it is true, what we should do about it is shorten it....

PUNYTAN/sane-0.99 - 26 Oct 2011 13:11:50 UTC - Search in distribution

Image::Sane - Perl extension for the SANE (Scanner Access Now Easy) Project River stage zero No dependents

These Perl bindings for the SANE (Scanner Access Now Easy) Project allow you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to origi...

RATCLIFFE/Image-Sane-5 - 15 Nov 2019 09:10:38 UTC - Search in distribution

Catmandu::Sane - Package boilerplate River stage two • 77 direct dependents • 83 total dependents

Package boilerplate equivalent to: use strict; use warnings; use feature qw(:5.10); use utf8; use IO::File (); use IO::Handle (); use Try::Tiny::ByClass; use Catmandu::Error;...

HOCHSTEN/Catmandu-1.2021 - 06 Nov 2023 09:43:15 UTC - Search in distribution

Graphics::SANE - Perl extension for the Sane scanner access library. River stage zero No dependents

The Sane module provides access to the Sane scanner access library. EXPORT None by default. Exportable constants SANE_STATUS_ACCESS_DENIED SANE_STATUS_CANCELLED SANE_STATUS_COVER_OPEN SANE_STATUS_DEVICE_BUSY SANE_STATUS_EOF SANE_STATUS_GOOD SANE_STAT...

PFAUT/Graphics-SANE-0.03 - 25 Nov 2008 03:38:57 UTC - Search in distribution

lib/Activiti/Sane.pm River stage zero No dependents

NJFRANCK/Activiti-Rest-Client-0.1259 - 17 Dec 2020 08:12:46 UTC - Search in distribution

Datahub::Factory::Sane - Package boilerplate River stage one • 4 direct dependents • 4 total dependents

Package boilerplate equivalent to: use strict; use warnings; use feature qw(:5.10); use utf8; use IO::File (); use IO::Handle (); use Try::Tiny::ByClass;...

NETSENSEI/Datahub-Factory-1.77 - 19 Jul 2019 13:54:39 UTC - Search in distribution

lib/Dist/Inkt/Role/Test/SaneVersions.pm River stage one • 4 direct dependents • 4 total dependents

TOBYINK/Dist-Inkt-Role-Test-0.002 - 14 Sep 2014 19:33:13 UTC - Search in distribution

Net::Works - Sane APIs for IP addresses and networks River stage one • 6 direct dependents • 6 total dependents

The NetAddr::IP module is very complete, correct, and useful. However, its API design is a bit crufty. This distro provides an alternative API that aims to address the biggest problems with that module's API, as well as adding some additional feature...

MAXMIND/Net-Works-0.22 - 21 Aug 2016 17:29:46 UTC - Search in distribution

HTML::Differences - Reasonable sane HTML diffing River stage zero No dependents

This module provides a reasonable sane way to get the diff between two HTML documents or fragments. Under the hood, it uses HTML::Parser. How the Diffing Works Internally, this module converts the HTML it gets into an array reference containing each ...

DROLSKY/HTML-Differences-0.01 - 04 Jan 2015 20:13:53 UTC - Search in distribution

Math::Ryu - perl interface to Ryu (sane NV-to-string conversion). River stage zero No dependents

Using functionality provided by the Ryu library, we convert an NV to a decimal string, such that no information is lost, yet keeping the string as short as possible. Stringification of NVs provided by perl's print() fuction does not always adhere to ...

SISYPHUS/Math-Ryu-1.03 - 24 Apr 2024 12:13:20 UTC - Search in distribution

String::MFN - Normalize a string to produce a sane Unix filename River stage zero No dependents

String::MFN exports a single function, "mfn()", which modifies a string to resemble a sane Unix filename. In a nutshell, this means lowercasing everything and either getting rid of "funny" characters or replacing them with sane equivalents which allo...

MDXI/String-MFN-1.29 - 18 Jun 2007 13:47:06 UTC - Search in distribution

GD - Interface to Gd Graphics Library River stage three • 97 direct dependents • 154 total dependents

GD.pm is a Perl interface to Thomas Boutell's gd graphics library (version 2.01 or higher; see below). GD allows you to create color drawings using a large number of graphics primitives, and emit the drawings as PNG files. GD defines the following fo...

RURBAN/GD-2.78 - 04 Jul 2023 09:13:52 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 70 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

swaks - Swiss Army Knife SMTP, the all-purpose smtp transaction tester River stage zero No dependents

swaks' primary design goal is to be a flexible, scriptable, transaction-oriented SMTP test tool. It handles SMTP features and extensions such as TLS, authentication, and pipelining; multiple version of the SMTP protocol including SMTP, ESMTP, and LMT...

MSIMERSON/Mail-Toaster-5.54 - 16 Feb 2017 19:40:58 UTC - Search in distribution

w3mir - all purpose HTTP-copying and mirroring tool River stage zero No dependents

You may specify many options and one HTTP-URL on the w3mir command line. A single HTTP URL *must* be specified either on the command line or in a URL directive in a configuration file. If the URL refers to a directory it *must* end with a "/", otherw...

JANL/w3mir-1.0.10 - 04 Feb 2001 21:27:19 UTC - Search in distribution

Declare::Opts - (Deprecated) Simple and Sane Command Line Argument processing River stage one • 1 direct dependent • 1 total dependent

Deprecated: see Declare::CLI Declare-Opts is a sane and declarative way to define and consume command line options. Any number of dashes can be used, it is not picky about -opt or --opt. You can use '-opt value' or '-opt=value', it will just work. Sh...

EXODIST/Declare-CLI-0.009 - 07 Oct 2015 04:00:08 UTC - Search in distribution

File::Slurper - A simple, sane and efficient module to slurp a file River stage four • 269 direct dependents • 1395 total dependents

This module provides functions for fast and correct slurping and spewing. All functions are optionally exported. All functions throw exceptions on errors, write functions don't return any meaningful value....

LEONT/File-Slurper-0.014 - 16 Dec 2022 15:09:28 UTC - Search in distribution

Test::Version - Check to see that version's in modules are sane River stage two • 14 direct dependents • 84 total dependents

This module's goal is to be a one stop shop for checking to see that your versions across your dist are sane. Please ensure that you use version 0.04 or later only, as earlier versions are old code and may not work correctly. Current feature list: mo...

PLICEASE/Test-Version-2.09 - 25 Apr 2018 13:41:19 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

PDLdb.pl - the perl debugger with PDL support River stage three • 93 direct dependents • 101 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution
418 results (0.083 seconds)