ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a significant amount of random data needs to be produced quickly, such as solving using the Monte Carlo method or for games. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed.
This package implements the same interface as Math::Random::ISAAC
.
This module is nearly identical to SQL::Abstract
1.81, and exists to preserve the ability of users to opt into the new way of doing things in later versions according to their own schedules.
It is an abstract SQL generation module based on the concepts used by DBIx::Abstract
, with several important differences, especially when it comes to WHERE
clauses. These concepts were modified to make the SQL easier to generate from Perl data structures.
The underlying idea is for this module to do what you mean, based on the data structures you provide it. You shouldn't have to modify your code every time your data changes, as this module figures it out.
This module tries to make install path resolution as easy as possible.
File::Find::Object::Rule is an alternative Perl interface to File::Find::Object.
HTML::Element::Extended is a Perl extension for manipulating a table composed of HTML::Element style components.
This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects.
This subclass of Module::Build adds some tools and processes to make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).
File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation.
Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver, but returns static data from any provided DNS zone file instead of querying the network. It is intended primarily for use in testing.
This Perl module is intended to easily test network connectivity to non-local Internet resources before functional tests begin. If the sockets cannot connect to the specified hosts and ports, the exception is caught and reported, and the tests skipped.
This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.
This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations.
This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.
Filesys::Notify::Simple
is a simple but unified interface to get notifications of changes to a given file system path. It uses inotify2 on Linux, fsevents on OS X, kqueue
on FreeBSD, and FindFirstChangeNotification
on Windows if they're installed, and falls back to a full directory scan if none of these are available.
Email::MIME::ContentType parses a MIME Content-Type header.
This Spreadsheet::ParseExcel
module parses Microsoft Excel95, 97 and 2000 format files.
This module searches the MusicBrainz database through their web service at musicbrainz.org
.
This module fills a gap in Moose by adding method parameter validation to Moose.
This class lets you build groups of accessors that will call different getters and setters.
Provides HTML::TokeParser::Simple
, a simpler interface to HTML::TokeParser
for parsing HTML.
This module will inject base classes to your module using the Class::C3 method resolution order.
Regexp patterns related to DefHash, a convention to define things more precisely and uniformly using a hash.
This module implements HTML::TreeBuilder::XPath
for HTML::TreeBuilder
, making it easy to parse documents using XPath.
This module provides a Log::Any
adapter to send log messages to screen, with colors and some other features.