_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-gravatar-url 1.07
Propagated dependencies: perl-net-dns@1.50 perl-uri@5.05
Channel: guix
Location: gnu/packages/perl-web.scm (gnu packages perl-web)
Home page: https://metacpan.org/release/Gravatar-URL
Licenses: GPL 1+
Build system: perl
Synopsis: Make URLs for Gravatars from an email address
Description:

This module looks up the Gravatar for any email address by constructing a URL to get the image from gravatar.com. A Gravatar is a Globally Recognized Avatar for a given email address. This allows you to have a global picture associated with your email address.

perl-data-integer 0.006
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Integer
Licenses: GPL 1+
Build system: perl
Synopsis: Details of the native integer data type
Description:

This module is about the native integer numerical data type. A native integer is one of the types of datum that can appear in the numeric part of a Perl scalar. This module supplies constants describing the native integer type. Both signed and unsigned representations are handled.

perl-hook-lexwrap 0.26
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Hook-LexWrap
Licenses: GPL 1+
Build system: perl
Synopsis: Lexically scoped subroutine wrappers
Description:

Hook::LexWrap allows you to install a pre- or post-wrapper (or both) around an existing subroutine. Unlike other modules that provide this capacity (e.g., Hook::PreAndPost and Hook::WrapSub), Hook::LexWrap implements wrappers in such a way that the standard caller function works correctly within the wrapped subroutine.

perl-capture-tiny 0.48
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Capture-Tiny
Licenses: ASL 2.0
Build system: perl
Synopsis: Capture STDOUT and STDERR from Perl, XS or external programs
Description:

Capture::Tiny provides a simple, portable way to capture almost anything sent to STDOUT or STDERR, regardless of whether it comes from Perl, from XS code or from an external program. Optionally, output can be teed so that it is captured while being passed through to the original file handles.

perl-moox-options 4.023
Propagated dependencies: perl-config-any@0.32 perl-moox-configfromfile@0.008 perl-data-record@0.02 perl-file-configdir@0.021 perl-file-find-rule@0.35 perl-file-sharedir@1.116 perl-getopt-long-descriptive@0.103 perl-json-maybexs@1.004003 perl-libintl-perl@1.32 perl-moox-configfromfile@0.008 perl-moox-file-configdir@0.008 perl-path-class@0.37 perl-regexp-common@2017060201 perl-term-size-any@0.002 perl-unicode-linebreak@2019.001
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-Options
Licenses: GPL 1+
Build system: perl
Synopsis: Explicit Options eXtension for Object Class
Description:

Create a command line tool with your Mo, Moo, Moose objects. You have an option keyword to replace the usual has to explicitly use your attribute on the command line. The option keyword takes additional parameters and uses Getopt::Long::Descriptive to generate a command line tool.

perl-digest-jhash 0.10
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Digest-JHash
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Perl extension for 32 bit Jenkins Hashing Algorithm
Description:

The Digest::JHash module allows you to use the fast JHash hashing algorithm developed by Bob Jenkins from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 32-bit "message digest" of the input in the form of an unsigned long integer.

perl-json-maybexs 1.004003
Dependencies: perl-cpanel-json-xs@4.30
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/JSON-MaybeXS
Licenses: GPL 1+
Build system: perl
Synopsis: Cpanel::JSON::XS with fallback
Description:

This module first checks to see if either Cpanel::JSON::XS or JSON::XS is already loaded, in which case it uses that module. Otherwise it tries to load Cpanel::JSON::XS, then JSON::XS, then JSON::PP in order, and either uses the first module it finds or throws an error.

perl-term-readkey 2.38
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/TermReadKey
Licenses: GPL 1+
Build system: perl
Synopsis: Simple terminal control
Description:

This module, ReadKey, provides ioctl control for terminals so the input modes can be changed (thus allowing reads of a single character at a time), and also provides non-blocking reads of stdin, as well as several other terminal related features, including retrieval/modification of the screen size, and retrieval/modification of the control characters.

perl-xml-sax-base 1.09
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-SAX-Base
Licenses: GPL 1+
Build system: perl
Synopsis: Base class for SAX Drivers and Filters
Description:

This module has a very simple task - to be a base class for PerlSAX drivers and filters. Its default behaviour is to pass the input directly to the output unchanged. It can be useful to use this module as a base class so you don't have to, for example, implement the characters() callback.

perl-meta-builder 0.004
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Meta-Builder
Licenses: GPL 1+
Build system: perl
Synopsis: Tools for creating Meta objects to track custom metrics
Description:

Meta::Builder is designed to be a generic tool for writing Meta objects. Unlike specialized tools, Meta::Builder makes no assumptions about what metrics you will care about. Meta::Builder also makes it simple for others to extend your meta-object based tools by providing hooks for other packages to add metrics to your meta object.

perl6-oo-monitors 1.1.1
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jnthn/oo-monitors
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Monitors with condition variables for Raku
Description:

A monitor provides per-instance mutual exclusion for objects. This means that for a given object instance, only one thread can ever be inside its methods at a time. This is achieved by a lock being associated with each object. The lock is acquired automatically at the entry to each method in the monitor. Condition variables are also supported.

perl-data-visitor 0.30
Propagated dependencies: perl-class-load@0.25 perl-moose@2.2015 perl-namespace-clean@0.27 perl-task-weaken@1.06 perl-tie-toobject@0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Visitor
Licenses: GPL 1+
Build system: perl
Synopsis: Visitor style traversal of Perl data structures
Description:

This module is a simple visitor implementation for Perl values. It has a main dispatcher method, visit, which takes a single perl value and then calls the methods appropriate for that value. It can recursively map (cloning as necessary) or just traverse most structures, with support for per-object behavior, circular structures, visiting tied structures, and all ref types (hashes, arrays, scalars, code, globs).

perl-sql-abstract 1.87
Propagated dependencies: perl-hash-merge@0.302 perl-moo@1.007000 perl-mro-compat@0.13 perl-text-balanced@2.06
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/SQL-Abstract
Licenses: GPL 1+
Build system: perl
Synopsis: Generate SQL from Perl data structures
Description:

This module was inspired by the excellent DBIx::Abstract. While based on the concepts used by DBIx::Abstract, the concepts used have been 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, so that you don't have to modify your code every time your data changes.

perl-dir-manifest 0.6.1
Propagated dependencies: perl-moo-2@2.005005 perl-path-tiny@0.118
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Dir-Manifest
Licenses: X11
Build system: perl
Synopsis: Treat a directory and a manifest file as a dictionary
Description:

This package provides an API for dealing where the case where you have several long texts (and/or binary blobs) that you wish to load from the code (e.g: for the "want"/expected values of tests) and you wish to conveniently edit them, track them and maintain them. Using this package, you can put each in a separate file in a directory, create a manifest file listing all valid filenames/key, and load from there.

perl-module-build 0.4231
Propagated dependencies: perl-cpan-meta@2.150010
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Build
Licenses: GPL 1+
Build system: perl
Synopsis: Build and install Perl modules
Description:

Module::Build is a system for building, testing, and installing Perl modules; it used to be part of Perl itself until version 5.22, which dropped it. It is meant to be an alternative to ExtUtils::MakeMaker. Developers may alter the behavior of the module through subclassing in a much more straightforward way than with MakeMaker. It also does not require a make on your system---most of the Module::Build code is pure-Perl.

perl-text-soundex 3.05
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-Soundex
Licenses: GPL 1+
Build system: perl
Synopsis: Implementation of the soundex algorithm
Description:

Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling.

This module implements the original soundex algorithm developed by Robert Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation called "American Soundex" used for US census data, and current maintained by the National Archives and Records Administration (NARA).

perl-data-entropy 0.007
Propagated dependencies: perl-crypt-rijndael@1.16 perl-data-float@0.013 perl-http-lite@2.44 perl-params-classify@0.015
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Entropy
Licenses: GPL 1+
Build system: perl
Synopsis: Entropy (randomness) management
Description:

Data::Entropy provides modules relating to the generation and use of entropy. The Data::Entropy::Source class manages the entropy coming from a particular source. This class acts as a layer over a raw entropy source, which may be a normal I/O handle or a special-purpose class. The Data::Entropy::RawSource::* classes provide fundamental sources of entropy. The sources specially supported are an OS-supplied entropy collector, downloads from servers on the Internet, and cryptographic fake entropy. The Data::Entropy::Algorithms module contains a collection of fundamental algorithms that use entropy. There are random number generators and functions to shuffle arrays.

perl-eval-closure 0.14
Propagated dependencies: perl-devel-lexalias@0.05
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Eval-Closure
Licenses: GPL 1+
Build system: perl
Synopsis: Safely and cleanly create closures via string eval
Description:

String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it's easy to miss compilation errors, since eval catches them and sticks them in $@ instead. This module attempts to solve these problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. Compilation errors are rethrown automatically.

perl-sys-sigaction 0.23
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/Sys-SigAction
Licenses: GPL 1+
Build system: perl
Synopsis: Perl extension for Consistent Signal Handling
Description:
emacs-helm-perldoc 20220721.431
Propagated dependencies: emacs-helm-core@20260201.507 emacs-deferred@20170901.1330
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/syohex/emacs-helm-perldoc
Licenses:
Build system: melpa
Synopsis: Perldoc with helm interface
Description:

Documentation at https://melpa.org/#/helm-perldoc

perl-test-perltidy 20230226
Propagated dependencies: perl-file-finder@0.53 perl-file-slurp@9999.28 perl-tidy@20250912 perl-text-diff@1.45
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-PerlTidy
Licenses: GPL 1+
Build system: perl
Synopsis: Check that all your Perl files are tidy
Description:

Using Test::PerlTidy, any file ending in .pl, .pm, .t or .PL will cause a test fail unless it is exactly as perltidy would like it to be.

emacs-perl-ts-mode 20250425.953
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://hg.sr.ht/~pranshu/perl-ts-mode
Licenses:
Build system: melpa
Synopsis: Another Major mode for Perl
Description:

Documentation at https://melpa.org/#/perl-ts-mode

perl-devel-symdump 2.18
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-Symdump
Licenses: GPL 1+
Build system: perl
Synopsis: Dump symbol names or the symbol table
Description:

Devel::Symdump provides access to the perl symbol table.

perl-shell-command 0.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Shell-Command
Licenses: GPL 1+
Build system: perl
Synopsis: Cross-platform functions emulating common shell commands
Description:

Shell::Command is a thin wrapper around ExtUtils::Command.

Total results: 1030