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

Search results for "DYLAN"

Moose - A postmodern object system for Perl 5 River stage four • 2916 direct dependents • 4004 total dependents

Moose is an extension of the Perl 5 object system. The main goal of Moose is to make Perl 5 Object Oriented programming easier, more consistent, and less tedious. With Moose you can think more about what you want to do and less about the mechanics of...

ETHER/Moose-2.2207 - 21 Jan 2024 01:10:45 UTC - Search in distribution

mro - Method Resolution Order River stage five • 11292 direct dependents • 32664 total dependents

The "mro" namespace provides several utilities for dealing with method resolution order and method caching in general. These interfaces are only available in Perl 5.9.5 and higher. See MRO::Compat on CPAN for a mostly forwards compatible implementati...

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

FFI::Platypus - Write Perl bindings to non-Perl libraries with FFI. No XS required. River stage two • 65 direct dependents • 88 total dependents

Platypus is a library for creating interfaces to machine code libraries written in languages like C, C++, Go, Fortran, Rust, Pascal. Essentially anything that gets compiled into machine code. This implementation uses libffi <https://sourceware.org/li...

PLICEASE/FFI-Platypus-2.08 - 05 May 2023 21:50:13 UTC - Search in distribution

Mxpress::PDF - PDF River stage one • 2 direct dependents • 2 total dependents

This module currently allows you to easily create a PDF. Why? For fun....

LNATION/Mxpress-PDF-0.28 - 23 Mar 2021 11:40:01 UTC - Search in distribution

share::Exegesis::E05 River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

Badger::Class - class metaprogramming module River stage one • 4 direct dependents • 6 total dependents

"Badger::Class" is a class metaprogramming module. It provides methods for defining, extending and manipulating object classes and related metadata in a relatively clean and simple way. Using the "Badger::Class" module will automatically enable the "...

ABW/Badger-0.16 - 05 Jun 2023 07:47:33 UTC - Search in distribution

Net::Stripe - API client for Stripe.com River stage one • 1 direct dependent • 1 total dependent

This module is a wrapper around the Stripe.com HTTP API. Methods are generally named after the HTTP method and the object name. This method returns Moose objects for responses from the API. VERSIONING Because of occasional non-backward-compatible cha...

SHERRARDB/Net-Stripe-0.42 - 15 Mar 2020 19:59:40 UTC - Search in distribution

ZMQ::FFI - version agnostic Perl bindings for zeromq using ffi River stage two • 4 direct dependents • 10 total dependents

ZMQ::FFI exposes a high level, transparent, OO interface to zeromq independent of the underlying libzmq version. Where semantics differ, it will dispatch to the appropriate backend for you. As it uses ffi, there is no dependency on XS or compilation....

GHENRY/ZMQ-FFI-1.19 - 04 Aug 2023 11:18:26 UTC - Search in distribution

Selenium::Remote::Driver - Perl Client for Selenium Remote Driver River stage two • 10 direct dependents • 12 total dependents

Selenium is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. This module is an implementation of the client for the Remote dr...

TEODESIAN/Selenium-Remote-Driver-1.49 - 06 Apr 2023 14:28:10 UTC - Search in distribution

Template::Tools::ttree - Process entire directory trees of templates River stage three • 561 direct dependents • 959 total dependents

The ttree script is used to process entire directory trees containing template files. The resulting output from processing each file is then written to a corresponding file in a destination directory. The script compares the modification times of sou...

ABW/Template-Toolkit-3.101 - 16 Aug 2022 07:02:05 UTC - Search in distribution

Mac::iPod::GNUpod - Add and remove songs from your iPod; read and write databases in iTunes and GNUpod format River stage one • 1 direct dependent • 1 total dependent

Mac::iPod::GNUpod is a module designed to let you read the database(s) on your iPod and add and remove songs from it using Perl. It is based on the GNUpod script package written by Adrian Ulrich, which is available at <http://www.gnu.org/software/gnu...

JASPAX/Mac-iPod-GNUpod-1.24 - 25 Oct 2008 14:30:21 UTC - Search in distribution

POEx::ZMQ - Asynchronous ZeroMQ sockets for POE River stage one • 1 direct dependent • 1 total dependent

A POE component providing non-blocking ZeroMQ <http://www.zeromq.org> (versions 3.x & 4.x) integration. See POEx::ZMQ::Socket for details on using these sockets and the zmq_socket(3) man page regarding behavior of each socket type. See the zguide <ht...

AVENJ/POEx-ZMQ-0.005007 - 11 Mar 2015 08:42:02 UTC - Search in distribution

Class::C3 - A pragma to use the C3 method resolution order algorithm River stage three • 35 direct dependents • 509 total dependents

This is pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order. NOTE: YOU SHOULD NOT USE THIS MODULE DIRECTLY - The feature provided is integr...

HAARG/Class-C3-0.35 - 09 Nov 2020 06:21:05 UTC - Search in distribution

HTML::Template::HTX - Handle HTML Extension template (.htx) files River stage zero No dependents

To use a .htx template file in your Perl script, basically follow these steps: 1 Create a new HTML::Template::HTX object. 2 Optionally define some parameters, and output the header of the template. 3 Optionally change or define some parameters, and o...

TALE/HTML-Template-HTX-0.07 - 30 May 2005 14:44:41 UTC - Search in distribution

FFI::TinyCC - Tiny C Compiler for FFI River stage one • 1 direct dependent • 1 total dependent

This module provides an interface to a very small C compiler known as TinyCC. It does almost no optimizations, so "gcc" or "clang" will probably generate faster code, but it is very small and is very fast and thus may be useful for some Just In Time ...

PLICEASE/FFI-TinyCC-0.30 - 07 Jul 2020 16:23:50 UTC - Search in distribution

JSON::Repair - reformat JSON to strict compliance River stage zero No dependents

Given some "relaxed" JSON text containing such things as trailing commas, comments, or strings containing tab characters or newlines, this module uses heuristics to convert these into strictly compliant JSON. JSON::Repair is an example of the use of ...

BKB/JSON-Repair-0.08 - 01 Jan 2021 11:22:59 UTC - Search in distribution

fp::functionals - a library for programming with functions River stage zero No dependents

A functional, sometimes called a higher-order function, is essentially a function which itself operates on other functions. They can both take functions as arguments and return functions as results. Some people confuse closures with functionals, but ...

STEVAN/fp-0.03 - 28 Sep 2005 22:27:52 UTC - Search in distribution

Test::File - test file attributes River stage four • 42 direct dependents • 4321 total dependents

This modules provides a collection of test utilities for file attributes. Some file attributes depend on the owner of the process testing the file in the same way the file test operators do. For instance, root (or super-user or Administrator) may alw...

BDFOY/Test-File-1.993 - 01 Jan 2023 13:38:19 UTC - Search in distribution

Acme::MetaSyntactic::nobel_prize - Nobel prize winners River stage one • 3 direct dependents • 5 total dependents

This theme has the nobel prize winners, divided into categories. The first Nobel prizes were awarded in 1901. Nobel prizes have been awarded for Chemistry, Literature, Medicine, Peace, Physics, and Economics. Strictly speaking, the Economics prize is...

BOOK/Acme-MetaSyntactic-Themes-1.055 - 30 Apr 2021 17:46:34 UTC - Search in distribution

Test::Prereq - check if Makefile.PL has the right pre-requisites River stage one • 5 direct dependents • 5 total dependents

The "prereq_ok()" function examines the modules it finds in blib/lib/, blib/script, and the test files it finds in t/ (and test.pl). It figures out which modules they use and compares that list of modules to those in the "PREREQ_PM" section of Makefi...

BDFOY/Test-Prereq-2.003 - 20 Dec 2019 06:44:31 UTC - Search in distribution
54 results (0.047 seconds)