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

Search results for "MARTIJN"

URI - Uniform Resource Identifiers (absolute and relative) River stage five • 1893 direct dependents • 10024 total dependents

This module implements the "URI" class. Objects of this class represent "Uniform Resource Identifier references" as specified in RFC 2396 (and updated by RFC 2732). A Uniform Resource Identifier is a compact string of characters that identifies an ab...

OALDERS/URI-5.28 - 27 Mar 2024 01:50:38 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

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

This document describes the differences between the 5.22.0 release and the 5.24.0 release....

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

IPC::Cmd - finding and running system commands made easy River stage five • 127 direct dependents • 21420 total dependents

IPC::Cmd allows you to run commands platform independently, interactively if desired, but have them still work. The "can_run" function can tell you if a certain binary is installed and if so where, whereas the "run" function can actually execute any ...

BINGOS/IPC-Cmd-1.04 - 13 Jul 2019 09:17:39 UTC - Search in distribution

poe-gen-tests - generate standard POE tests for third-party modules River stage three • 14 direct dependents • 540 total dependents

This program and the accompanying POE::Test::Loop::* modules make up POE's tests for POE::Loop subclasses. These tests are designed to run identically regardless of the current event loop. POE uses them to test the event loops it bundles: POE::Loop::...

RCAPUTO/POE-Test-Loops-1.360 - 03 Nov 2014 18:39:51 UTC - Search in distribution

MIME::Base64 - Encoding and decoding of base64 strings River stage five • 741 direct dependents • 14558 total dependents

This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Internet Mail Extensions)*. The base64 encoding is designed to represent arbitrary sequences of octets in a form...

CAPOEIRAB/MIME-Base64-3.16 - 27 Sep 2020 00:13:31 UTC - Search in distribution

XML::RSS::Feed - Persistant XML RSS Encapsulation River stage one • 3 direct dependents • 6 total dependents

JBISBEE/XML-RSS-Feed-2.4 - 04 Aug 2013 13:30:00 UTC - Search in distribution

Dancer::Plugin::SimpleCRUD - very simple CRUD (create/read/update/delete) River stage zero No dependents

A plugin for Dancer web applications, to use a few lines of code to create appropriate routes to support creating/editing/deleting/viewing records within a database table. Uses CGI::FormBuilder to generate, process and validate forms, Dancer::Plugin:...

BIGPRESH/Dancer-Plugin-SimpleCRUD-1.16 - 25 Oct 2018 21:28:01 UTC - Search in distribution

WWW::RobotRules - database of robots.txt-derived permissions River stage four • 4 direct dependents • 6202 total dependents

This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html> Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site. The pars...

GAAS/WWW-RobotRules-6.02 - 18 Feb 2012 13:09:13 UTC - Search in distribution

Mail::DKIM - Signs/verifies Internet mail with DKIM/DomainKey signatures River stage one • 3 direct dependents • 7 total dependents

This module implements the various components of the DKIM and DomainKeys message-signing and verifying standards for Internet mail. It currently tries to implement these specifications: RFC4871, for DKIM RFC4870, for DomainKeys draft-ietf-dmarc-arc-p...

MBRADSHAW/Mail-DKIM-1.20240124 - 24 Jan 2024 04:02:51 UTC - Search in distribution

POE::Component::Client::HTTP - a HTTP user-agent component River stage two • 39 direct dependents • 55 total dependents

POE::Component::Client::HTTP is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It supports keep-alive through POE::Component::Client:...

RCAPUTO/POE-Component-Client-HTTP-0.949 - 08 Jul 2014 18:10:16 UTC - Search in distribution

Data::Transform - base class for protocol abstractions River stage one • 3 direct dependents • 3 total dependents

POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...

MARTIJN/Data-Transform-0.06 - 22 Apr 2009 19:06:52 UTC - Search in distribution

WWW::RobotRules::Extended - database of robots.txt-derived permissions. This is a fork of WWW::RobotRules River stage zero No dependents

This module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html> It also parses rules that contains wildcards '*' and allow directives like Google does. Webmasters can use the /robo...

YSIMONX/WWW-RobotRules-Extended-0.02 - 14 Jan 2012 10:23:47 UTC - Search in distribution

POE::Component::Curl::Multi - a fast HTTP POE component River stage one • 1 direct dependent • 1 total dependent

POE::Component::Curl::Multi is an HTTP user-agent for POE. It lets other sessions run while HTTP transactions are being processed, and it lets several HTTP transactions be processed in parallel. It uses Net::Curl internally to provide access to "libc...

BINGOS/POE-Component-Curl-Multi-1.02 - 30 Dec 2023 11:36:59 UTC - Search in distribution

POE::Loop::Glib - A bridge that supports Glib's event loop from POE River stage one • 3 direct dependents • 4 total dependents

This class is an implementation of the abstract POE::Loop interface. It follows POE::Loop's public interface exactly. Therefore, please see POE::Loop for its documentation. Also, please look at Glib for more details on using it....

APOCAL/POE-Loop-Glib-0.038 - 03 Apr 2010 20:34:10 UTC - Search in distribution

MIME::Base64::Perl - Encoding and decoding of base64 strings River stage one • 1 direct dependent • 1 total dependent

This module provide the same interface as "MIME::Base64", but these functions are implemented in pure perl. This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 - *MIME (Multipurpose Inte...

GAAS/MIME-Base64-Perl-1.00 - 14 Jan 2004 12:56:43 UTC - Search in distribution

Acme::CPANAuthors::POE - We are CPAN Authors of POE River stage one • 1 direct dependent • 1 total dependent

This class provides a hash of POE namespace CPAN Authors' PAUSE ID and name to the Acme::CPANAuthors module. It is currently statically generated information, I hope to make it dynamic in the future....

BINGOS/Acme-CPANAuthors-POE-0.88 - 19 May 2023 16:48:50 UTC - Search in distribution

XML::Generator::XMPP - easily create XMPP packets River stage zero No dependents

XML::Generator::XMPP uses XML::SAX::IncrementalBuilder::LibXML and XML::LibXML::XPathContext to create XML nodes for the XMPP packets you want to send. As you can see in the synopsis, you use start(), end() and nodes() to describe what nodes to creat...

MARTIJN/XML-Generator-XMPP-0.02 - 30 Aug 2008 12:26:14 UTC - Search in distribution

POE::Component::RSSAggregator - Watch Muliple RSS Feeds for New Headlines River stage one • 4 direct dependents • 4 total dependents

JBISBEE/POE-Component-RSSAggregator-1.11 - 03 Jul 2008 01:39:40 UTC - Search in distribution

POE::Filter::Zlib - A POE filter wrapped around Compress::Zlib River stage one • 3 direct dependents • 3 total dependents

POE::Filter::Zlib provides a POE filter for performing compression/uncompression using Compress::Zlib. It is suitable for use with POE::Filter::Stackable. This filter is not ideal for streaming compressed data over sockets etc. as it employs compress...

BINGOS/POE-Filter-Zlib-2.04 - 26 Feb 2017 14:30:51 UTC - Search in distribution
31 results (0.043 seconds)