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

Search results for "FELIPE"

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

This document describes differences between the 5.34.0 release and the 5.36.0 release....

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

Spreadsheet::WriteExcel - Write to a cross-platform Excel binary file. River stage two • 33 direct dependents • 46 total dependents

The Spreadsheet::WriteExcel Perl module can be used to create a cross-platform Excel binary file. Multiple worksheets can be added to a workbook and formatting can be applied to cells. Text, numbers, formulas, hyperlinks, images and charts can be wri...

JMCNAMARA/Spreadsheet-WriteExcel-2.40 - 07 Nov 2013 00:47:02 UTC - Search in distribution

Test::Deep - Extremely flexible deep comparison River stage five • 943 direct dependents • 13145 total dependents

If you don't know anything about automated testing in Perl then you should probably read about Test::Simple and Test::More before preceding. Test::Deep uses the Test::Builder framework. Test::Deep gives you very flexible ways to check that the result...

RJBS/Test-Deep-1.204 - 07 Jan 2023 23:02:26 UTC - Search in distribution

Sandy - A straightforward and complete next-generation sequencing read simulator River stage zero No dependents

TMILLER/App-Sandy-0.25 - 19 Sep 2023 17:58:11 UTC - Search in distribution

IO::Die - Namespaced, error-checked I/O River stage zero No dependents

FELIPE/IO-Die-0.057 - 06 Nov 2015 08:16:54 UTC - Search in distribution

HTTP::Tiny - A small, simple, correct HTTP/1.1 client River stage four • 404 direct dependents • 3271 total dependents

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It is more correct and more complete than HTTP::Lite. It supports proxies and redirection. It also correctly resu...

DAGOLDEN/HTTP-Tiny-0.088 - 11 Jul 2023 12:54:02 UTC - Search in distribution

CBOR::Free - Fast CBOR for everyone River stage zero No dependents

This library implements CBOR <https://tools.ietf.org/html/rfc7049> via XS under a license that permits commercial usage with no “strings attached”. POD ERRORS Hey! The above document had some coding errors, which are explained below: Around line 10: ...

FELIPE/CBOR-Free-0.32 - 04 Mar 2022 17:26:24 UTC - Search in distribution

Protocol::ACME - Interface to the Let's Encrypt ACME API River stage zero No dependents

The "Protocol::ACME" is a class implementing an interface for the Let's Encrypt ACME API. The class handles the protocol details behind provisioning a Let's Encrypt certificate....

SLUDIN/Protocol-ACME-1.02 - 07 Sep 2019 15:47:42 UTC - Search in distribution

Net::WAMP - Support for Web Application Messaging Protocol (“WAMP”) River stage zero No dependents

This distribution provides support in Perl for the Web Application Messaging Protocol (WAMP) <http://wamp-proto.org/>....

FELIPE/Net-WAMP-0.03 - 25 Aug 2018 02:52:58 UTC - Search in distribution

X::Tiny - Base class for a bare-bones exception factory River stage two • 14 direct dependents • 14 total dependents

This stripped-down exception framework provides a baseline of functionality for distributions that want to expose exception hierarchies with minimal fuss. It’s a pattern that I implemented in some other distributions I created and didn’t want to copy...

FELIPE/X-Tiny-0.22 - 10 Aug 2022 18:13:23 UTC - Search in distribution

csv-lookup-fields - Fill fields of a CSV file from another River stage one • 2 direct dependents • 3 total dependents

Example input: # report.csv client_id,followup_staff,followup_note,client_email,client_phone 101,Jerry,not renewing, 299,Jerry,still thinking over, 734,Elaine,renewing, # clients.csv id,name,email,phone 101,Andy,andy@example.com,555-2983 102,Bob,bob@...

PERLANCAR/App-CSVUtils-1.034 - 02 Feb 2024 04:15:39 UTC - Search in distribution

IO::Framed - Convenience wrapper for frame-based I/O River stage one • 1 direct dependent • 1 total dependent

While writing Net::WAMP I noticed that I was reimplementing some of the same patterns I’d used in Net::WebSocket to parse frames from a stream: * Only read() entire frames, with a read queue for any partials. * Continuance when a partial frame is del...

FELIPE/IO-Framed-0.16 - 18 May 2019 22:57:53 UTC - Search in distribution

Net::ACME - Client for the (old) ACME protocol (e.g., Let’s Encrypt) River stage zero No dependents

This module implements client logic (including SSL certificate issuance) for the “draft” version of the ACME protocol, the system for automated issuance of SSL certificates used by Let’s Encrypt <http://letsencrypt.org>. For support of the IETF <http...

FELIPE/Net-ACME-0.17 - 12 Mar 2019 11:30:52 UTC - Search in distribution

CBOR::PP - CBOR in pure Perl River stage zero No dependents

This library implements a CBOR <https://tools.ietf.org/html/rfc7049> encoder and decoder in pure Perl. This module itself is a syntactic convenience. For details about what CBOR::PP can and can’t do, see the underlying CBOR::PP::Encode and CBOR::PP::...

FELIPE/CBOR-PP-0.05 - 30 Jan 2020 06:05:05 UTC - Search in distribution

ExtUtils::Autoconf - Perl interface to GNU autoconf River stage zero No dependents

ExtUtils::Autoconf is a thin wrapper around GNU autoconf/autoheader which allows to run those tools easily from perl. This allows using autoconf for configuring perl modules and especially extensions in a portable way without messing around with the ...

FLORA/ExtUtils-Autoconf-0.02 - 12 Sep 2006 13:18:53 UTC - Search in distribution

Socket::MsgHdr - sendmsg, recvmsg and ancillary data operations River stage one • 2 direct dependents • 2 total dependents

Socket::MsgHdr provides advanced socket messaging operations via sendmsg and recvmsg. Like their C counterparts, these functions accept few parameters, instead stuffing a lot of information into a complex structure. This structure describes the messa...

FELIPE/Socket-MsgHdr-0.05 - 01 Dec 2018 04:16:33 UTC - Search in distribution

Geo::Coordinates::UTM - Perl extension for Latitiude Longitude conversions. River stage one • 3 direct dependents • 4 total dependents

This module will translate latitude longitude coordinates to Universal Transverse Mercator(UTM) coordinates and vice versa. Mercator Projection The Mercator projection was first invented to help mariners. They needed to be able to take a course and k...

GRAHAMC/Geo-Coordinates-UTM-0.11 - 21 May 2013 12:33:16 UTC - Search in distribution

Net::WebSocket - WebSocket in Perl River stage zero No dependents

This distribution provides a set of fundamental tools for communicating via WebSocket <https://tools.ietf.org/html/rfc6455>. It is only concerned with the protocol itself; the underlying transport mechanism is up to you: it could be a file, a UNIX so...

FELIPE/Net-WebSocket-0.24 - 20 Oct 2021 18:33:22 UTC - Search in distribution

Test::Class::Tiny - xUnit in Perl, simplified River stage one • 2 direct dependents • 2 total dependents

Test::Class has served Perl’s xUnit needs for a long time but is incompatible with the Test2 framework. This module allows for a similar workflow but in a way that works with both Test2 and the older, Test::Builder-based modules. POD ERRORS Hey! The ...

FELIPE/Test-Class-Tiny-0.03 - 03 May 2020 15:10:13 UTC - Search in distribution

IO::SigGuard - SA_RESTART in pure Perl River stage one • 3 direct dependents • 4 total dependents

"perldoc perlipc" describes how Perl versions from 5.8.0 onward disable the OS’s SA_RESTART flag when installing Perl signal handlers. This module imitates that pattern in pure Perl: it does an automatic restart when a signal interrupts an operation ...

FELIPE/IO-SigGuard-0.15 - 13 Jun 2020 11:05:00 UTC - Search in distribution
35 results (0.034 seconds)