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

Search results for "NJH"

Block::NJH - Prevent your tests from running on NJH's broken smokers. River stage zero No dependents

Nigel Horne is trying to do a good thing by providing a lot of smokers to test perl modules. I thank him for this effort. However his smokers have long been broken providing bad results. Many distributions are flooded with invalid failure results. At...

EXODIST/Block-NJH-0.002 - 08 Mar 2020 22:49:10 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

CGI::Info - Information about the CGI environment River stage one • 4 direct dependents • 6 total dependents

NHORNE/CGI-Info-0.81 - 09 Apr 2024 14:10:13 UTC - Search in distribution

Audio::MPD - class to talk to MPD (Music Player Daemon) servers River stage one • 1 direct dependent • 1 total dependent

Audio::MPD gives a clear object-oriented interface for talking to and controlling MPD (Music Player Daemon) servers. A connection to the MPD server is established as soon as a new Audio::MPD object is created. Since mpd is still in 0.x versions, Audi...

JQUELIN/Audio-MPD-2.004 - 20 May 2016 12:07:35 UTC - Search in distribution

Net::oRTP - Perl interface to the oRTP C library River stage zero No dependents

Net::oRTP is a perl interface to the oRTP C library - a RTP (Real-time Transport Protocol) stack. $rtp = new Net::oRTP( $mode ) The new() method is the constructor for the "Net::oRTP" class. The $mode parameter can be one of the following values: REC...

NJH/Net-oRTP-0.02 - 02 Jun 2006 15:15:31 UTC - Search in distribution

Sah::Schema::language::code - Language code (alpha-2 or alpha-3) River stage one • 1 direct dependent • 1 total dependent

Accept only current (not retired) codes. Alpha-2 or alpha-3 codes are accepted....

PERLANCAR/Sah-Schemas-Language-0.005 - 18 Nov 2023 00:06:18 UTC - Search in distribution

FCGI::Buffer - Verify, Cache and Optimise FCGI Output River stage zero No dependents

NHORNE/FCGI-Buffer-0.19 - 02 Sep 2023 01:31:09 UTC - Search in distribution

CGI::Buffer - Verify, Cache and Optimise CGI Output River stage zero No dependents

NHORNE/CGI-Buffer-0.85 - 20 Oct 2023 17:06:41 UTC - Search in distribution

CGI::Lingua - Create a multilingual web page River stage one • 4 direct dependents • 4 total dependents

NHORNE/CGI-Lingua-0.66 - 14 Feb 2024 15:11:53 UTC - Search in distribution

rtpstats.pl - Displays packet statistics for an RTP session River stage one • 1 direct dependent • 1 total dependent

rtpstats.pl displays packet statistics for an RTP session. It is a clone of rtpqual by Matthew B Mathis with a few changes in design. If no port is specified, then port 5004 is assumed. rtpstats.pl uses seperate threads for recieving packets and disp...

NJH/Net-RTP-0.09 - 02 Jul 2007 17:55:01 UTC - Search in distribution

ExtUtils::ModuleMaker - Better than h2xs for creating modules River stage one • 3 direct dependents • 4 total dependents

This module is a replacement for the most typical use of the h2xs utility bundled with all Perl distributions: the creation of the directories and files required for a pure-Perl module to be installable with make and distributable on the Comprehensiv...

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

Geo::GeoNames - Perform geographical queries using GeoNames Web Services River stage one • 1 direct dependent • 1 total dependent

Before you start, get a free GeoNames account and enable it for access to the free web service: * Get an account Go to <http://www.geonames.org/login> * Respond to the email * Login and enable your account for free access <http://www.geonames.org/ena...

NHORNE/Geo-GeoNames-1.14 - 10 Jun 2022 09:11:52 UTC - Search in distribution

CGI::ACL - Decide whether to allow a client to run this script River stage zero No dependents

NHORNE/CGI-ACL-0.05 - 02 Apr 2024 20:28:10 UTC - Search in distribution

Net::SAP - Session Announcement Protocol (rfc2974) River stage zero No dependents

Net::SAP allows receiving and sending of SAP (RFC2974) multicast packets over IPv4 and IPv6. METHODS $sap = Net::SAP->new( $group ) The new() method is the constructor for the "Net::SAP" class. You must specify the SAP multicast group you want to joi...

NJH/Net-SAP-0.10 - 19 Sep 2006 16:02:58 UTC - Search in distribution

DBIx::AnyDBD - DBD independent class River stage one • 1 direct dependent • 2 total dependents

NHORNE/DBIx-AnyDBD-2.03 - 14 Nov 2020 01:57:45 UTC - Search in distribution

linktractor - extract links from HTML River stage one • 3 direct dependents • 5 total dependents

This is a small script that uses HTML::SimpleLinkExtractor to pull all the HTML links out of the input HTML. It can take input from files you specify on the command line (or standard input), or fetch a URL. Options -b=base The "-b" switch sets the ba...

NHORNE/HTML-SimpleLinkExtor-1.273 - 13 Nov 2020 23:31:59 UTC - Search in distribution

Net::LibLO - Perl interface for liblo Lightweight OSC library River stage one • 4 direct dependents • 4 total dependents

Net::LibLO class is used to send and recieve OSC messages using LibLO (the Lightweight OSC library). The coding style is slightly different to the C interface to LibLO, because it makes use of perl's Object Oriented functionality. new( [port], [proto...

NJH/Net-LibLO-0.06 - 09 Mar 2007 21:06:12 UTC - Search in distribution

Devel::FIXME - Semi intelligent, pending issue reminder system. River stage zero No dependents

Usually we're too busy to fix things like circular refs, edge cases and so forth when we're spewing code into the editor. This is because concentration is usually too valuable a resource to throw to waste over minor issues. But that doesn't mean the ...

NHORNE/Devel-FIXME-0.02 - 22 Sep 2020 23:42:16 UTC - Search in distribution

Log::WarnDie - Log standard Perl warnings and errors on a log handler River stage zero No dependents

The "Log::WarnDie" module offers a logging alternative for standard Perl core functions. This allows you to use the features of e.g. Log::Dispatch, Log::Any or Log::Log4perl without having to make extensive changes to your source code. When loaded, i...

NHORNE/Log-WarnDie-0.09 - 12 Sep 2017 17:22:33 UTC - Search in distribution

Data::Fetch - give advance warning that you'll be needing a value River stage zero No dependents

NHORNE/Data-Fetch-0.06 - 24 Nov 2020 15:35:29 UTC - Search in distribution
80 results (0.038 seconds)