_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-task-weaken 1.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Task-Weaken
Licenses: GPL 1+
Synopsis: Ensure that a platform has weaken support
Description:

One recurring problem in modules that use Scalar::Util's weaken function is that it is not present in the pure-perl variant. If Scalar::Util is not available at all, it will issue a normal dependency on the module. However, if Scalar::Util is relatively new ( it is >= 1.19 ) and the module does not have weaken, the install will bail out altogether with a long error encouraging the user to seek support.

perl6-json-class 0.0.18
Propagated dependencies: perl6-json-marshal@0.0.23 perl6-json-unmarshal@0.0.0-1.e1b6288
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jonathanstowe/JSON-Class
Licenses: Artistic License 2.0
Synopsis: Provide simple serialization/deserialization of objects to/from JSON
Description:

This is a simple role that provides methods to instantiate a class from a JSON string that (hopefully) represents it, and to serialize an object of the class to a JSON string. The JSON created from an instance should round trip to a new instance with the same values for the public attributes. Private attributes (that is ones without accessors,) will be ignored for both serialization and deserialization. The exact behaviour depends on that of JSON::Marshal and JSON::Unmarshal respectively.

perl-cache-cache 1.08
Propagated dependencies: perl-digest-sha1@2.13 perl-error@0.17028 perl-ipc-sharelite@0.17
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Cache-Cache
Licenses: GPL 1+
Synopsis: Cache interface for Perl
Description:

The Cache modules are designed to assist a developer in persisting data for a specified period of time. Often these modules are used in web applications to store data locally to save repeated and redundant expensive calls to remote machines or databases. People have also been known to use Cache::Cache for its straightforward interface in sharing data between runs of an application or invocations of a CGI-style script or simply as an easy to use abstraction of the file system or shared memory.

perl-getopt-long 2.51
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Getopt-Long
Licenses: GPL 1+ GPL 2+
Synopsis: Module to handle parsing command line options
Description:

The Getopt::Long module implements an extended getopt function called GetOptions(). It parses the command line from ARGV, recognizing and removing specified options and their possible values.

This function adheres to the POSIX syntax for command line options, with GNU extensions. In general, this means that options have long names instead of single letters, and are introduced with a double dash "--". Support for bundling of command line options, as was the case with the more traditional single-letter approach, is provided but not enabled by default.

perl-test-object 0.08
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Object
Licenses: GPL 1+
Synopsis: Thoroughly testing objects via registered handlers
Description:

In situations where you have deep trees of classes, there is a common situation in which you test a module 4 or 5 subclasses down, which should follow the correct behaviour of not just the subclass, but of all the parent classes.

This should be done to ensure that the implementation of a subclass has not somehow ``broken'' the object's behaviour in a more general sense.

Test::Object is a testing package designed to allow you to easily test what you believe is a valid object against the expected behaviour of all of the classes in its inheritance tree in one single call.

perl-readonly-xs 1.05
Propagated dependencies: perl-readonly@2.00
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Readonly-XS
Licenses: GPL 1+
Synopsis: Companion module for @code{Readonly.pm}, to speed up read-only scalar variables
Description:

The Readonly module is an effective way to create non-modifiable variables. However, it's relatively slow.

The reason it's slow is that is implements the read-only-ness of variables via tied objects. This mechanism is inherently slow. Perl simply has to do a lot of work under the hood to make tied variables work.

This module corrects the speed problem, at least with respect to scalar variables. When Readonly::XS is installed, Readonly uses it to access the internals of scalar variables. Instead of creating a scalar variable object and tying it, Readonly simply flips the SvREADONLY bit in the scalar's FLAGS structure.

perl-file-finder 0.53
Propagated dependencies: perl-text-glob@0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Finder
Licenses: GPL 1+
Synopsis: Wrapper for @code{File::Find} ala @code{find(1)}
Description:

File::Find is great, but constructing the wanted routine can sometimes be a pain. File::Finder provides a wanted-writer, using syntax that is directly mappable to the find(1) command's syntax.

A File::Finder object contains a hash of File::Find options, and a series of steps that mimic find's predicates. Initially, a File::Finder object has no steps. Each step method clones the previous object's options and steps, and then adds the new step, returning the new object. In this manner, an object can be grown, step by step, by chaining method calls. Furthermore, a partial sequence can be created and held, and used as the head of many different sequences.

perl-locale-codes 3.82
Channel: bloup
Location: bloup/packages/perl.scm (bloup packages perl)
Home page: https://metacpan.org/release/Locale-Codes
Licenses: GPL 1+
Synopsis: a distribution of modules to handle locale codes
Description:
perl-findbin-libs 2.15
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/FindBin-libs
Licenses: GPL 1+
Synopsis:
Description:
perl-net-smtp-ssl 1.04
Propagated dependencies: perl-io-socket-ssl@2.081
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Net-SMTP-SSL
Licenses: GPL 1+
Synopsis: SSL support for Net::SMTP
Description:

SSL support for Net::SMTP.

perl-devel-caller 2.06
Propagated dependencies: perl-padwalker@2.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-Caller
Licenses: GPL 1+
Synopsis: Meatier version of caller
Description:

Devel::Caller provides meatier version of caller.

perl-libintl-perl 1.32
Propagated dependencies: perl-file-sharedir@1.116
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/libintl-perl
Licenses: GPL 3+
Synopsis: High-level interface to Uniforum message translation
Description:

This package is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.

perl-net-patricia 1.22
Dependencies: perl-net-cidr-lite@0.22 perl-socket6@0.29
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://metacpan.org/release/Net-Patricia
Licenses: GPL 2+ FreeBSD
Synopsis: Patricia Trie Perl module for fast IP address lookups
Description:

Net::Patricia does IP address lookups quickly in Perl.

perl-data-tumbler 0.010
Propagated dependencies: perl-file-homedir@1.004
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Tumbler
Licenses: GPL 1+
Synopsis: Dynamic generation of nested combinations of variants
Description:

Data::Tumbler - Dynamic generation of nested combinations of variants.

perl-set-infinite 0.65
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Set-Infinite
Licenses: GPL 1+
Synopsis: Infinite sets
Description:

Set::Infinite is a set theory module for infinite sets.

perl6-format-lisp 0.0.2-0.1ae31e2
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/raku-community-modules/Format-Lisp
Licenses: Artistic License 2.0
Synopsis: Common Lisp's format call in Raku
Description:

This Raku module implements Common Lisp's format language.

perl-email-sender 1.300035
Propagated dependencies: perl-email-abstract@3.009 perl-email-address@1.912 perl-email-simple@2.216 perl-list-moreutils@0.430 perl-module-runtime@0.016 perl-moo@1.007000 perl-moox-types-mooselike@0.29 perl-sub-exporter@0.988 perl-throwable@0.200013 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Email-Sender
Licenses: GPL 1+
Synopsis: Perl library for sending email
Description:

Email::Sender replaces the old and sometimes problematic Email::Send library.

perl-data-optlist 0.112
Propagated dependencies: perl-sub-install@0.928 perl-params-util@1.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-OptList
Licenses: GPL 1+
Synopsis: Parse and validate simple name/value option pairs
Description:

Data::OptList provides a simple syntax for name/value option pairs.

perl6-mime-base64 1.2.3
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/raku-community-modules/MIME-Base64
Licenses: Artistic License 2.0
Synopsis: Encoding and decoding Base64 ASCII strings
Description:

This Raku module implements encoding and decoding to and from base64.

perl-http-message 6.37
Propagated dependencies: perl-encode-locale@1.05 perl-http-date@6.05 perl-io-html@1.00 perl-lwp-mediatypes@6.04 perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/ETHER/HTTP-Message-6.11
Licenses: GPL 1+
Synopsis: Perl HTTP style message
Description:

An HTTP::Message object contains some headers and a content body.

perl-email-simple 2.216
Propagated dependencies: perl-email-date-format@1.005
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Email-Simple
Licenses: GPL 1+
Synopsis: Parsing of RFC 2822 messages
Description:

Email::Simple provides simple parsing of RFC 2822 message format and headers.

perl-sub-identify 0.14
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sub-Identify
Licenses: GPL 1+
Synopsis: Retrieve names of code references
Description:

Sub::Identify allows you to retrieve the real name of code references.

perl-sub-exporter 0.988
Propagated dependencies: perl-data-optlist@0.112 perl-params-util@1.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sub-Exporter
Licenses: GPL 1+
Synopsis: Sophisticated exporter for custom-built routines
Description:

Sub::Exporter provides a sophisticated alternative to Exporter.pm for custom-built routines.

perl-mime-charset 1.012.2
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MIME-Charset
Licenses: GPL 1+
Synopsis: Charset information for MIME messages
Description:

MIME::Charset provides information about character sets used for MIME messages on Internet.

Total results: 978