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

Search results for "JOSHUA"

todo - Perl TO-DO list River stage five • 11292 direct dependents • 32664 total dependents

This is a list of wishes for Perl. The most up to date version of this file is at <https://github.com/Perl/perl5/blob/blead/Porting/todo.pod>. The tasks we think are smaller or easier are listed first. Anyone is welcome to work on any of these, but i...

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

Rc - parser and backends for 'rc' shell River stage zero No dependents

The design of this module is similar to the design of B, the perl compiler backend....

JPRIT/Rc-0.03 - 21 Nov 1998 20:56:21 UTC - Search in distribution

LWP - The World-Wide Web library for Perl River stage four • 2163 direct dependents • 6200 total dependents

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW cl...

OALDERS/libwww-perl-6.77 - 11 Mar 2024 00:58:25 UTC - Search in distribution

perlcritic - Command-line interface to critique Perl source. River stage three • 133 direct dependents • 408 total dependents

"perlcritic" is a Perl source code analyzer. It is the executable front-end to the Perl::Critic engine, which attempts to identify awkward, hard to read, error-prone, or unconventional constructs in your code. Most of the rules are based on Damian Co...

PETDANCE/Perl-Critic-1.152 - 17 Oct 2023 04:09:08 UTC - Search in distribution

DateTime - A date and time object for Perl River stage four • 1153 direct dependents • 3694 total dependents

DateTime is a class for the representation of date/time combinations, and is part of the Perl DateTime project. It represents the Gregorian calendar, extended backwards in time before its creation (in 1582). This is sometimes known as the "proleptic ...

DROLSKY/DateTime-1.65 - 06 Nov 2023 05:14:16 UTC - Search in distribution

Test - provides a simple framework for writing test scripts River stage five • 145 direct dependents • 15669 total dependents

This module simplifies the task of writing test files for Perl modules, such that their output is in the format that Test::Harness expects to see....

JESSE/Test-1.26 - 16 Jan 2013 19:28:35 UTC - Search in distribution

CGI::Simple - A Simple totally OO CGI interface that is CGI.pm compliant River stage two • 19 direct dependents • 57 total dependents

CGI::Simple provides a relatively lightweight drop in replacement for CGI.pm. It shares an identical OO interface to CGI.pm for parameter parsing, file upload, cookie handling and header generation. This module is entirely object oriented, however a ...

MANWAR/CGI-Simple-1.281 - 31 Jan 2024 14:19:02 UTC - Search in distribution

Best - Load modules with fallback River stage two • 6 direct dependents • 11 total dependents

Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not ...

GAAL/Best-0.15 - 07 Dec 2012 09:25:43 UTC - Search in distribution

perloptree - The Perl op tree River stage zero No dependents

Various material about the internal Perl compilation representation during parsing and optimization, before the actual execution begins, represented as "B" objects, the "B" op tree. The well-known perlguts.pod focuses more on the internal representat...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

Event - Event loop processing River stage two • 14 direct dependents • 24 total dependents

ALERT: Marc Lehmann may have taken over the future of event loops in Perl. Check out his libev library and EV Perl module. 25 Aug 2009 The Event module provide a central facility to watch for various types of events and invoke a callback when these e...

ETJ/Event-1.28 - 29 Apr 2021 18:14:31 UTC - Search in distribution

ObjStore - Perl Extension For ObjectStore OODBMS River stage zero No dependents

"ObjectStore" is the market leader in object-oriented databases http://www.odi.com (NASDAQ: ODIS). They use a unique *Cache-Forward Architecture* to make persistent data available in literally the most efficient manner possible. Prior to this joining...

JPRIT/ObjStore-1.59 - 27 Apr 2000 14:22:09 UTC - Search in distribution

Test::Class - Easily create test classes in an xUnit/JUnit style River stage three • 175 direct dependents • 800 total dependents

Test::Class provides a simple way of creating classes and objects to test your code in an xUnit style. Built using Test::Builder, it was designed to work with other Test::Builder based modules (Test::More, Test::Differences, Test::Exception, etc.). *...

SZABGAB/Test-Class-0.52 - 17 Feb 2021 16:05:13 UTC - Search in distribution

Vcdiff - diff and patch for binary data River stage one • 2 direct dependents • 2 total dependents

Given source and target data, the "Vcdiff::diff" function computes a "delta" that encodes the difference information needed to turn source into target. Anyone who has source and delta can derive target with the "Vcdiff::patch" function. The point of ...

FRACTAL/Vcdiff-0.505 - 22 Jun 2013 04:14:51 UTC - Search in distribution

IT::perlthrtut River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

WWW::Mechanize - Handy web browsing in a Perl object River stage three • 282 direct dependents • 550 total dependents

"WWW::Mechanize", or Mech for short, is a Perl module for stateful programmatic web browsing, used for automating interaction with websites. Features include: * All HTTP methods * High-level hyperlink and HTML form support, without having to parse HT...

OALDERS/WWW-Mechanize-2.18 - 30 Jan 2024 14:34:27 UTC - Search in distribution

Test.More - A framework for writing test scripts River stage one • 1 direct dependent • 3 total dependents

STOP! If you're just getting started writing tests, have a look at Test.Simple first. This is a drop in replacement for Test.Simple that you can switch to once you get the hang of basic testing. The purpose of this module is to provide a wide range o...

DWHEELER/JS-Test-Simple-0.29 - 21 Aug 2009 22:15:44 UTC - Search in distribution

Memoize - Make functions faster by trading space for time River stage three • 77 direct dependents • 304 total dependents

*Memoizing* a function makes it faster by trading space for time. It does this by caching the return values of the function in a table. If you call the function again with the same arguments, "memoize" jumps in and gives you the value out of the tabl...

ARISTOTLE/Memoize-1.16 - 29 Jan 2023 09:05:05 UTC - Search in distribution
  • Memoize::Expire - Plug-in module for automatic expiration of memoized values

podtidy - reformat Pod documents without affecting other text or code River stage two • 4 direct dependents • 12 total dependents

This program processes a Pod document and attempts to *tidy* it's formatting. Currently this is limited to redoing the line breaks in text Pod paragraphs but it is hoped that more features will be added in the future....

JHOBLITT/Pod-Tidy-0.10 - 17 Feb 2009 21:52:33 UTC - Search in distribution

SUPER - control superclass method dispatch River stage three • 15 direct dependents • 261 total dependents

When subclassing a class, you occasionally want to dispatch control to the superclass -- at least conditionally and temporarily. The Perl syntax for calling your superclass is ugly and unwieldy: $self->SUPER::method(@_); especially when compared to i...

CHROMATIC/SUPER-1.20190531 - 31 May 2019 23:58:05 UTC - Search in distribution

SNMP::Multi - Perform SNMP operations on multiple hosts simultaneously River stage zero No dependents

The SNMP::Multi package provides a mechanism to perform SNMP operations on several hosts simultaneously. SNMP::Multi builds on G. Marzot's SNMP Perl interface to the UC-Davis SNMP libraries, using asynchronous SNMP operations to send queries/sets to ...

TPG/SNMP-Multi-2.1 - 18 Dec 2003 02:48:51 UTC - Search in distribution
154 results (0.058 seconds)