_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-test-file-sharedir 1.001002
Propagated dependencies: perl-class-tiny@1.008 perl-file-copy-recursive@0.38 perl-file-sharedir@1.116 perl-path-tiny@0.118 perl-scope-guard@0.21
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-File-ShareDir
Licenses: GPL 1+
Synopsis: Create a Fake ShareDir for your modules for testing.
Description:

Test::File::ShareDir is some low level plumbing to enable a distribution to perform tests while consuming its own share directories in a manner similar to how they will be once installed.

perl-x11-protocol-other 31
Propagated dependencies: perl-x11-protocol@0.56
Channel: guix
Location: gnu/packages/xorg.scm (gnu packages xorg)
Home page: https://metacpan.org/release/X11-Protocol-Other
Licenses: GPL 3+
Synopsis: Miscellaneous helpers for @code{X11::Protocol} connections
Description:

X11::Protocol::Other contains window manager related functions for use by client programs, as per the ICCCM (Inter-Client Communication Conventions Manual) and some of the EWMH (Extended Window Manager Hints).

perl-crypt-unixcrypt_xs 0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Crypt-UnixCrypt_XS
Licenses: GPL 1+ Modified BSD
Synopsis: XS interface for a portable traditional crypt function
Description:

Crypt::UnixCrypt_XS implements the DES-based Unix crypt function. For those who need to construct non-standard variants of crypt, the various building blocks used in crypt are also supplied separately.

perl-class-errorhandler 0.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-ErrorHandler
Licenses: GPL 1+
Synopsis: Base class for error handling
Description:

Class::ErrorHandler provides an error-handling mechanism that is generic enough to be used as the base class for a variety of OO classes. Subclasses inherit its two error-handling methods, error and errstr, to communicate error messages back to the calling program.

perl-syntax-keyword-try 0.28
Dependencies: perl-xs-parse-keyword@0.34
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/pod/Syntax::Keyword::Try
Licenses: GPL 1+
Synopsis: Try/catch/finally syntax for perl
Description:

This module provides a syntax plugin that implements exception-handling semantics in a form familiar to users of other languages, being built on a block labeled with the try keyword, followed by at least one of a catch or finally block.

perl-extutils-pkgconfig 1.16
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-PkgConfig
Licenses: LGPL 2.1+
Synopsis: Simplistic interface to pkg-config
Description:

ExtUtils::PkgConfig is a very simplistic interface to the pkg-config utility, intended for use in the Makefile.PL of perl extensions which bind libraries that pkg-config knows. It is really just boilerplate code that you would have written yourself.

perl-dbicx-testdatabase 0.05
Propagated dependencies: perl-dbd-sqlite@1.66 perl-sql-translator@1.63
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/DBICx-TestDatabase
Licenses: GPL 1+
Synopsis: Create a temporary database from a DBIx::Class::Schema
Description:

This module creates a temporary SQLite database, deploys a DBIC schema, and then connects to it. This lets you easily test DBIC schema. Since you have a fresh database for every test, you don't have to worry about cleaning up after your tests, ordering of tests affecting failure, etc.

perl-xml-compile-wsdl11 3.07
Propagated dependencies: perl-log-report@1.10 perl-xml-compile@1.63 perl-xml-compile-cache@1.06 perl-xml-compile-soap@3.27
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Compile-WSDL11
Licenses: GPL 1+
Synopsis: Create SOAP messages defined by WSDL 1.1
Description:

This module understands WSDL version 1.1. A WSDL file defines a set of messages to be send and received over SOAP connections. This involves encoding of the message to be send into XML, sending the message to the server, collect the answer, and finally decoding the XML to Perl.

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

This module understands the formats used by PostgreSQL for its DATE, TIME, TIMESTAMP, and INTERVAL data types. It can be used to parse these formats in order to create DateTime or DateTime::Duration objects, and it can take a DateTime or DateTime::Duration object and produce a string representing it in a format accepted by PostgreSQL.

perl-lwpx-paranoidagent 1.12
Propagated dependencies: perl-libwww@6.67 perl-net-dns@1.31
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/LWPx-ParanoidAgent
Licenses: GPL 1+
Synopsis: Security enhanced subclass of LWP::UserAgent
Description:

LWPx::ParanoidAgent is a class subclassing LWP::UserAgent but paranoid against attackers. Its purpose is to vet requests for a remote resource on behalf of a possibly malicious user. The class can do the same as LWP::UserAgent, except that proxy support has been removed. Support for URI schemes is limited to http and https.

perl-file-readbackwards 1.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ReadBackwards
Licenses: GPL 1+
Synopsis: Read a file backwards by lines
Description:

This module reads a file backwards line by line. It is simple to use, memory efficient and fast. It supports both an object and a tied handle interface.

It is intended for processing log and other similar text files which typically have their newest entries appended to them. By default files are assumed to be plain text and have a line ending appropriate to the OS. But you can set the input record separator string on a per file basis.

perl-math-random-secure 0.080001
Dependencies: perl-crypt-random-source@0.14 perl-math-random-isaac@1.004 perl-math-random-isaac-xs@1.004 perl-moo@1.007000
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://metacpan.org/release/Math-Random-Secure
Licenses: Artistic License 2.0
Synopsis: Cryptographically secure replacement for rand()
Description:

This module is intended to provide a cryptographically-secure replacement for Perl's built-in rand function. "Cryptographically secure", in this case, means:

  1. No matter how many numbers you see generated by the random number generator, you cannot guess the future numbers, and you cannot guess the seed.

  2. There are so many possible seeds that it would take decades, centuries, or millennia for an attacker to try them all.

  3. The seed comes from a source that generates relatively strong random data on your platform, so the seed itself will be as random as possible.

perl-path-iterator-rule 1.014
Propagated dependencies: perl-number-compare@0.03 perl-text-glob@0.11 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Path-Iterator-Rule
Licenses: ASL 2.0
Synopsis: Iterative, recursive file finder
Description:

Path::Iterator::Rule iterates over files and directories to identify ones matching a user-defined set of rules. The API is based heavily on File::Find::Rule, but with more explicit distinction between matching rules and options that influence how directories are searched. A Path::Iterator::Rule object is a collection of rules (match criteria) with methods to add additional criteria. Options that control directory traversal are given as arguments to the method that generates an iterator.

A summary of features for comparison to other file finding modules:

  • provides many helper methods for specifying rules

  • offers (lazy) iterator and flattened list interfaces

  • custom rules implemented with callbacks

  • breadth-first (default) or pre- or post-order depth-first searching

  • follows symlinks (by default, but can be disabled)

  • directories visited only once (no infinite loop; can be disabled)

  • doesn't chdir during operation

  • provides an API for extensions

As a convenience, the PIR module is an empty subclass of this one that is less arduous to type for one-liners.

perl-file-find-rule-perl 1.15
Propagated dependencies: perl-file-find-rule@0.34 perl-params-util@1.102 perl-parse-cpan-meta@2.150010
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Rule-Perl
Licenses: GPL 1+
Synopsis: Common rules for searching for Perl things
Description:

File::Find::Rule::Perl provides methods for finding various types Perl-related files, or replicating search queries run on a distribution in various parts of the CPAN ecosystem.

perl6-terminal-ansicolor 0.5
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/tadzik/Terminal-ANSIColor
Licenses: Expat
Synopsis: Colorize terminal output
Description:

This is a Terminal::ANSIColor module for Raku.

perl-lexical-persistence 1.023
Propagated dependencies: perl-devel-lexalias@0.05 perl-padwalker@2.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Lexical-Persistence
Licenses: GPL 1+
Synopsis: Persistent lexical variable values for arbitrary calls.
Description:

Lexical::Persistence introduces persistent lexical variable values for arbitrary calls.

perl-test-regexp-pattern 0.010
Propagated dependencies: perl-hash-defhash@0.072 perl-regexp-pattern@0.2.14
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Regexp-Pattern
Licenses: GPL 1+
Synopsis: Test Regexp::Pattern patterns
Description:

This module performs various checks on a module's Regexp::Pattern patterns.

perl-crypt-random-source 0.14
Propagated dependencies: perl-capture-tiny@0.48 perl-module-find@0.13 perl-module-runtime@0.016 perl-moo@1.007000 perl-namespace-clean@0.27 perl-sub-exporter@0.988 perl-type-tiny@1.012003
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://metacpan.org/release/Crypt-Random-Source
Licenses: GPL 1+
Synopsis: Get weak or strong random data from pluggable sources
Description:

This module provides implementations for a number of byte-oriented sources of random data.

perl-data-dumper-concise 2.023
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Dumper-Concise
Licenses: GPL 1+
Synopsis: Concise data dumper
Description:

Data::Dumper::Concise provides a dumper with Less indentation and newlines plus sub deparsing.

perl-test-cpan-meta-json 0.16
Dependencies: perl-json@4.02
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-CPAN-Meta-JSON
Licenses: Artistic License 2.0
Synopsis: Validate your CPAN META.json files
Description:

This module was written to ensure that a META.json file meets the specification.

emacs-flymake-perlcritic 1.0.3-0.c11fee8
Dependencies: perl-critic@1.140
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flymake/emacs-flymake-perlcritic
Licenses: GPL 3+
Synopsis: Flymake handler for perlcritic
Description:

Flymake Perlcritic adds support to Flymake for running Perl::Critic to perform static analysis of Perl code.

perl-data-section-simple 0.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Section-Simple
Licenses: GPL 1+
Synopsis: Read data from __DATA__
Description:

Data::Section::Simple is a simple module to extract data from __DATA__ section of the file.

perl-mail-rfc822-address 0.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Mail-RFC822-Address
Licenses: Expat
Synopsis: Perl extension for validating email addresses according to RFC822
Description:

Mail::RFC822::Address validates email addresses against the grammar described in RFC 822 using regular expressions.

perl-datetime-event-ical 0.13
Propagated dependencies: perl-datetime@1.54 perl-datetime-event-recurrence@0.19
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Event-ICal
Licenses: GPL 1+
Synopsis: DateTime rfc2445 recurrences
Description:

This module provides convenience methods that let you easily create DateTime::Set objects for RFC 2445 style recurrences.

Total results: 978