_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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+
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+
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-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+
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+
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+
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+
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+
Synopsis: Perl extension for Consistent Signal Handling
Description:
emacs-helm-perldoc 20220721.431
Propagated dependencies: emacs-helm-core@20250705.1413 emacs-deferred@20170901.1330
Channel: emacs
Location: emacs/packages/melpa.scm (emacs packages melpa)
Home page: https://github.com/syohex/emacs-helm-perldoc
Licenses:
Synopsis: perldoc with helm interface
Description:

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

perl-test-perltidy 20130104
Propagated dependencies: perl-file-finder@0.53 perl-file-slurp@9999.28 perltidy@20180220 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+
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:
Synopsis: Another Major mode for Perl
Description:

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

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+
Synopsis: Cross-platform functions emulating common shell commands
Description:

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

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+
Synopsis: Dump symbol names or the symbol table
Description:

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

perl-html-scrubber 0.17
Dependencies: perl-html-parser@3.72
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-Scrubber
Licenses: GPL 1+
Synopsis: Perl extension for scrubbing/sanitizing html
Description:

HTML::Scrubber Perl extension for scrubbing/sanitizing HTML.

perl-net-cidr-lite 0.22
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://metacpan.org/release/Net-CIDR-Lite
Licenses: GPL 1+
Synopsis: Perl extension for merging IPv4 or IPv6 CIDR addresses
Description:

Net::CIDR::Lite merges IPv4 or IPv6 CIDR addresses.

perl-test-filename 0.03
Propagated dependencies: perl-path-tiny@0.118
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Filename
Licenses: ASL 2.0
Synopsis: Portable filename comparison
Description:

Test::Filename provides functions to convert all path separators automatically.

perl-sort-versions 1.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sort-Versions
Licenses: GPL 1+
Synopsis: Sort revision-like numbers
Description:

This package provides a way to sort revision-like numbers.

perl-sys-sigaction 0.23
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sys-SigAction
Licenses: GPL 1+
Synopsis: Perl extension for Consistent Signal Handling
Description:

Sys::SigAction is a Perl extension for Consistent Signal Handling.

perl-business-ismn 1.201
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Business-ISMN
Licenses: GPL 1+
Synopsis: Work with International Standard Music Numbers
Description:

This module provides tools to deal with International Standard Music Numbers.

perl-business-issn 1.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Business-ISSN
Licenses: GPL 1+
Synopsis: Work with International Standard Serial Numbers
Description:

This module provides tools to deal with International Standard Serial Numbers.

perl-time-duration 1.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-Duration
Licenses: GPL 1+
Synopsis: English expression of durations
Description:

This module provides functions for expressing durations in rounded or exact terms.

perl-class-load-xs 0.10
Dependencies: perl-class-load@0.25
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Load-XS
Licenses: Artistic License 2.0
Synopsis: XS implementation of parts of Class::Load
Description:

This module provides an XS implementation for portions of Class::Load.

perl-universal-isa 1.20171012
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/UNIVERSAL-isa
Licenses: GPL 1+
Synopsis: UNIVERSAL::isa() reimplementation
Description:

This module attempts to recover from people calling UNIVERSAL::isa as a function.

perl-encode-detect 1.01
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Encode-Detect
Licenses: MPL 1.1
Synopsis: Detect the encoding of data
Description:

This package provides a class Encode::Detect to detect the encoding of data.

Total results: 999