_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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.50
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.

emacs-flymake-perlcritic 20250615.802
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/illusori/emacs-flymake-perlcritic
Licenses:
Synopsis: Flymake handler for Perl to invoke Perl::Critic
Description:

Documentation at https://melpa.org/#/flymake-perlcritic

perl-file-find-rule-perl 1.15
Propagated dependencies: perl-file-find-rule@0.35 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.

emacs-lang-refactor-perl 20131122.2127
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/jplindstrom/emacs-lang-refactor-perl
Licenses:
Synopsis: Simple refactorings, primarily for Perl
Description:

Documentation at https://melpa.org/#/lang-refactor-perl

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.

perl-test-future-io-impl 0.14
Propagated dependencies: perl-test2-suite@0.000155
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Future-IO-Impl
Licenses: GPL 1+
Synopsis: Acceptance tests for Future::IO implementations
Description:

This module contains a collection of acceptance tests for implementations of Future::IO.

emacs-flymake-perlcritic 1.0.3-1.311743e
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.

perl-html-selector-xpath 0.28
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-Selector-XPath
Licenses: GPL 1+
Synopsis: CSS Selector to XPath compiler
Description:

HTML::Selector::XPath is a Perl module for parsing and scraping XML/HTML documents using XPath expressions.

perl-time-duration-parse 0.15
Propagated dependencies: perl-exporter-lite@0.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-Duration-Parse
Licenses: GPL 1+
Synopsis: Parse time duration strings
Description:

Time::Duration::Parse is a module to parse human readable duration strings like "2 minutes" and "3 seconds" to seconds.

perl-dist-checkconflicts 0.11
Propagated dependencies: perl-module-runtime@0.016
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Dist-CheckConflicts
Licenses: GPL 1+
Synopsis: Declare version conflicts for your dist
Description:

This module allows you to specify conflicting versions of modules separately and deal with them after the module is done installing.

perl-test2-tools-command 0.20
Propagated dependencies: perl-file-chdir@0.1011 perl-test2-suite@0.000155
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test2-Tools-Command
Licenses: Modified BSD
Synopsis: Test simple Unix commands
Description:

This module tests that commands given particular arguments result in particular outputs by way of the exit status word, standard output, and standard error.

Total results: 998