_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-lwp-useragent-cached 0.08
Propagated dependencies: perl-libwww@6.67
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/LWP-UserAgent-Cached
Licenses: GPL 1+
Synopsis: Simple caching for LWP::UserAgent
Description:

LWP::UserAgent::Cached is an LWP::UserAgent subclass with cache support. It returns responses from the local file system, if available, instead of making an HTTP request.

perl-moox-types-mooselike 0.29
Propagated dependencies: perl-module-runtime@0.016 perl-strictures@1.005005
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-Types-MooseLike
Licenses: GPL 1+
Synopsis: Moosish types and type builder
Description:

MooX::Types::MooseLike provides a possibility to build your own set of Moose-like types. These custom types can then be used to describe fields in Moo-based classes.

perl-datetime-format-ical 0.09
Propagated dependencies: perl-datetime@1.54 perl-datetime-event-ical@0.13 perl-datetime-set@0.3900 perl-datetime-timezone@2.47 perl-params-validate@1.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Format-ICal
Licenses: GPL 1+
Synopsis: Parse and format iCal datetime and duration strings
Description:

This module understands the ICal date/time and duration formats, as defined in RFC 2445. It can be used to parse these formats in order to create the appropriate objects.

perl-xml-namespacesupport 1.12
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-NamespaceSupport
Licenses: GPL 1+
Synopsis: XML namespace support class
Description:

This module offers a simple to process namespaced XML names (unames) from within any application that may need them. It also helps maintain a prefix to namespace URI map, and provides a number of basic checks.

perl-test-cleannamespaces 0.24
Propagated dependencies: perl-namespace-clean@0.27 perl-package-stash@0.38 perl-sub-identify@0.14 perl-sub-exporter@0.988 perl-file-find-rule@0.34 perl-file-find-rule-perl@1.15
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-CleanNamespaces
Licenses: GPL 1+
Synopsis: Check for uncleaned imports
Description:

This module lets you check your module's namespaces for imported functions you might have forgotten to remove with namespace::autoclean or namespace::clean and are therefore available to be called as methods, which usually isn't want you want.

perl-dynaloader-functions 0.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DynaLoader-Functions
Licenses: GPL 1+
Synopsis: Deconstructed dynamic C library loading
Description:

This module provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to be mindfulof the space of platform variations.

perl-catalyst-action-rest 1.21
Propagated dependencies: perl-catalyst-runtime@5.90124 perl-class-inspector@1.36 perl-config-general@2.63 perl-cpanel-json-xs@4.30 perl-libwww@6.67 perl-moose@2.2015 perl-mro-compat@0.13 perl-namespace-autoclean@0.29 perl-params-validate@1.29 perl-uri-find@20160806 perl-xml-simple@2.25
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-Action-REST
Licenses: GPL 1+
Synopsis: Automated REST Method Dispatching
Description:

This Action handles doing automatic method dispatching for REST requests. It takes a normal Catalyst action, and changes the dispatch to append an underscore and method name. First it will try dispatching to an action with the generated name, and failing that it will try to dispatch to a regular method.

perl-moosex-markasmethods 0.15
Dependencies: perl-moose@2.2015 perl-namespace-autoclean@0.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooseX-MarkAsMethods
Licenses: LGPL 2.1
Synopsis: Mark overload code symbols as methods
Description:

MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work".

perl-math-random-isaac-xs 1.004
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://metacpan.org/release/Math-Random-ISAAC-XS
Licenses: Public Domain
Synopsis: C implementation of the ISAAC PRNG algorithm
Description:

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.

perl-sql-abstract-classic 1.91
Propagated dependencies: perl-mro-compat@0.13 perl-sql-abstract@1.87
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/SQL-Abstract-Classic
Licenses: GPL 1+
Synopsis: Generate SQL from Perl data structures
Description:

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.

perl-extutils-installpaths 0.012
Propagated dependencies: perl-extutils-config@0.008
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-InstallPaths
Licenses: GPL 1+
Synopsis: Build.PL install path logic made easy
Description:

This module tries to make install path resolution as easy as possible.

perl-file-find-object-rule 0.0311
Dependencies: perl-class-xsaccessor@1.19 perl-file-find-object@0.2.13 perl-number-compare@0.03 perl-text-glob@0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Object-Rule
Licenses: GPL 1+
Synopsis: Alternative interface to File::Find::Object
Description:

File::Find::Object::Rule is an alternative Perl interface to File::Find::Object.

perl-html-element-extended 1.18
Propagated dependencies: perl-html-tree@5.07
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-Element-Extended
Licenses: GPL 1+
Synopsis: Manipulate tables of HTML::Element
Description:

HTML::Element::Extended is a Perl extension for manipulating a table composed of HTML::Element style components.

perl-moosex-types-datetime 0.13
Propagated dependencies: perl-datetime@1.54 perl-datetime-locale@1.23 perl-datetime-timezone@2.47 perl-moose@2.2015 perl-moosex-types@0.45 perl-namespace-clean@0.27
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooseX-Types-DateTime
Licenses: GPL 1+
Synopsis: DateTime related constraints and coercions for Moose
Description:

This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects.

perl-module-build-withxspp 0.14
Propagated dependencies: perl-extutils-cppguess@0.20 perl-extutils-xspp@0.18 perl-module-build@0.4231
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Build-WithXSpp
Licenses: GPL 1+
Synopsis: The module provides an XS++ enhanced flavour of Module::Build
Description:

This subclass of Module::Build adds some tools and processes to make it easier to use for wrapping C++ using XS++ (ExtUtils::XSpp).

perl-file-sharedir-install 0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ShareDir-Install
Licenses: GPL 1+
Synopsis: Install shared files
Description:

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.

perl-net-dns-resolver-mock 1.20171219
Dependencies: perl-net-dns@1.31
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://metacpan.org/release/Net-DNS-Resolver-Mock
Licenses: GPL 1+
Synopsis: Mock DNS Resolver object for testing
Description:

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.

perl-test-requiresinternet 0.05
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-RequiresInternet
Licenses: GPL 1+
Synopsis: Easily test network connectivity when running tests
Description:

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.

perl-datetime-format-mysql 0.0701
Propagated dependencies: perl-datetime@1.54 perl-datetime-format-builder@0.82
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Format-MySQL
Licenses: GPL 1+
Synopsis: Parse and format MySQL dates and times
Description:

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.

perl-module-implementation 0.09
Propagated dependencies: perl-module-runtime@0.016 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Implementation
Licenses: Artistic License 2.0
Synopsis: Loads alternate underlying implementations for a module
Description:

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.

perl-xml-filter-buffertext 1.01
Propagated dependencies: perl-xml-sax-base@1.09
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Filter-BufferText
Licenses: GPL 1+
Synopsis: Filter to put all characters() in one event
Description:

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.

perl-filesys-notify-simple 0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Filesys-Notify-Simple
Licenses: GPL 1+
Synopsis: Simple and dumb file system watcher
Description:

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.

perl-email-mime-contenttype 1.022
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Email-MIME-ContentType
Licenses: GPL 1+
Synopsis: Parse MIME Content-Type headers
Description:

Email::MIME::ContentType parses a MIME Content-Type header.

perl-spreadsheet-parseexcel 0.66
Propagated dependencies: perl-crypt-rc4@2.02 perl-digest-perl-md5@1.9 perl-io-stringy@2.111 perl-ole-storage-lite@0.20 perl-scalar-list-utils@1.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Spreadsheet-ParseExcel
Licenses: GPL 1+
Synopsis: Read information from an Excel file
Description:

This Spreadsheet::ParseExcel module parses Microsoft Excel95, 97 and 2000 format files.

Total results: 939