_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-pod-parser 1.65
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Pod-Parser
Licenses: GPL 1+
Build system: perl
Synopsis: Modules for parsing/translating POD format documents
Description:

Pod::Parser is a base class for creating POD filters and translators. It handles most of the effort involved with parsing the POD sections from an input stream, leaving subclasses free to be concerned only with performing the actual translation of text.

NOTE: This module is considered legacy. New projects should prefer Pod::Simple instead.

perl-net-ssleay 1.94
Dependencies: openssl@3.0.8
Channel: guix
Location: gnu/packages/tls.scm (gnu packages tls)
Home page: https://metacpan.org/release/Net-SSLeay
Licenses: GPL 1+
Build system: perl
Synopsis: Perl extension for using OpenSSL
Description:

This module offers some high level convenience functions for accessing web pages on SSL servers (for symmetry, the same API is offered for accessing http servers, too), an sslcat() function for writing your own clients, and finally access to the SSL api of the SSLeay/OpenSSL package so you can write servers or clients for more complicated applications.

perl6-test-mock 1.5-0.1130427
Propagated dependencies: perl6-oo-monitors@1.1.1
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jnthn/test-mock
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Module for simply generating and checking mock objects
Description:

Test::Mock is a module that works alongside the standard Test module to help you write tests when you want to verify what methods are called on an object, while still having calls to undefined methods die. You get started just as normal with the test file, but also add a use statement for Test::Mock.

perl-lwp-online 1.08
Propagated dependencies: perl-libwww@6.78 perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/LWP-Online
Licenses: GPL 1+
Build system: perl
Synopsis: Checks whether your process has access to the web
Description:

This module attempts to answer, as accurately as it can, one of the nastiest technical questions there is: am I on the internet?

A host of networking and security issues make this problem very difficult. There are firewalls, proxies (both well behaved and badly behaved). We might not have DNS. We might not have a network card at all!

perl-json-parse 0.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/JSON-Parse
Licenses: GPL 1+
Build system: perl
Synopsis: Perl Module for parsing JSON
Description:

JSON::Parse is a module for parsing JSON. It offers parse_json which takes a string containing JSON and returns an equivalent Perl structure, valid_json which returns true or false depending on whether the JSON is correct or not, assert_valid_json which produces a descriptive fatal error if the JSON is invalid, and so on.

perl-xml-writer 0.900
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/XML-Writer
Licenses: Public Domain
Build system: perl
Synopsis: Easily generate well-formed, namespace-aware XML
Description:

XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly. By default, it also performs a significant amount of well-formedness checking on the output to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.

perl-bit-vector 7.4
Propagated dependencies: perl-carp-clan@6.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Bit-Vector
Licenses: GPL 1+ LGPL 2.0+
Build system: perl
Synopsis: Bit vector library
Description:

Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes. The package also includes an object-oriented Perl module for accessing the C library from Perl, and optionally features overloaded operators for maximum ease of use. The C library can nevertheless be used stand-alone, without Perl.

perl-test-needs 0.002009
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Needs
Licenses: GPL 1+
Build system: perl
Synopsis: Skip tests when modules not available
Description:

Test::Needs allows you to skip test scripts if modules are not available. The requested modules will be loaded, and optionally have their versions checked. If the module is missing, the test script will be skipped. Modules that are found but fail to compile will exit with an error rather than skip.

If used in a subtest, the remainder of the subtest will be skipped.

perl-hash-merge 0.302
Propagated dependencies: perl-clone-choose@0.010
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Hash-Merge
Licenses: GPL 1+
Build system: perl
Synopsis: Merge arbitrarily deep hashes into a single hash
Description:

Hash::Merge merges two arbitrarily deep hashes into a single hash. That is, at any level, it will add non-conflicting key-value pairs from one hash to the other, and follows a set of specific rules when there are key value conflicts. The hash is followed recursively, so that deeply nested hashes that are at the same level will be merged when the parent hashes are merged.

perl-file-pushd 1.016
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-pushd
Licenses: ASL 2.0
Build system: perl
Synopsis: Change directory temporarily for a limited scope
Description:

File::pushd does a temporary chdir that is easily and automatically reverted, similar to pushd in some Unix command shells. It works by creating an object that caches the original working directory. When the object is destroyed, the destructor calls chdir to revert to the original working directory. By storing the object in a lexical variable with a limited scope, this happens automatically at the end of the scope.

perl6-json-name 0.0.6
Propagated dependencies: perl6-json-optin@0.0.1
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jonathanstowe/JSON-Name
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Provide a trait to store an alternative JSON name
Description:

This is released as a dependency of JSON::Marshal and JSON::Unmarshal in order to save duplication, it is intended to store a separate JSON name for an attribute where the name of the JSON attribute might be changed, either for aesthetic reasons or the name is not a valid Perl identifier. It will of course also be needed in classes thar are going to use JSON::Marshal or JSON::Unmarshal for serialization/deserialization.

perl-dbix-class 0.082843
Propagated dependencies: perl-class-accessor-grouped@0.10014 perl-class-c3-componentised@1.001002 perl-class-inspector@1.36 perl-config-any@0.32 perl-context-preserve@0.03 perl-data-dumper-concise@2.023 perl-data-page@2.03 perl-dbi@1.643 perl-devel-globaldestruction@0.14 perl-hash-merge@0.302 perl-module-find@0.13 perl-moo-2@2.005005 perl-mro-compat@0.13 perl-namespace-clean@0.27 perl-path-class@0.37 perl-scope-guard@0.21 perl-sql-abstract-classic@1.91 perl-sub-name@0.21 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/DBIx-Class
Licenses: GPL 1+
Build system: perl
Synopsis: Extensible and flexible object <-> relational mapper
Description:

An SQL to OO mapper with an object API inspired by Class::DBI (with a compatibility layer as a springboard for porting) and a resultset API that allows abstract encapsulation of database operations. It aims to make representing queries in your code as perl-ish as possible while still providing access to as many of the capabilities of the database as possible, including retrieving related records from multiple tables in a single query, "JOIN", "LEFT JOIN", "COUNT", "DISTINCT", "GROUP BY", "ORDER BY" and "HAVING" support.

perl-tie-simple 1.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Tie-Simple
Licenses: GPL 1+
Build system: perl
Synopsis: Variable ties made much easier
Description:

This module adds the ability to quickly create new types of tie objects without creating a complete class. It does so in such a way as to try and make the programmers life easier when it comes to single-use ties that I find myself wanting to use from time-to-time.

The Tie::Simple package is actually a front-end to other classes which really do all the work once tied, but this package does the dwimming to automatically figure out what you're trying to do.

texlive-perltex 2025.2
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/tex.scm (gnu packages tex)
Home page: https://ctan.org/pkg/perltex
Licenses: LPPL (any version)
Build system: texlive
Synopsis: Define LaTeX macros in terms of Perl code
Description:

PerlTeX is a combination Perl script (perltex.pl) and LaTeX2e package (perltex.sty) that, together, give the user the ability to define LaTeX macros in terms of Perl code. Once defined, a Perl macro becomes indistinguishable from any other LaTeX macro. PerlTeX thereby combines LaTeX's typesetting power with Perl's programmability. PerlTeX will make use of persistent named pipes, and thereby run more efficiently. Also provided is a switch to generate a PerlTeX-free, document-specific, noperltex.sty that is useful when distributing a document to places where PerlTeX is not available.

perl-test-taint 1.08
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Taint
Licenses: GPL 1+
Build system: perl
Synopsis: Checks for taintedness of variables
Description:

Tainted data is data that comes from an unsafe source, such as the command line, or, in the case of web apps, any GET or POST transactions. Read the perlsec man page for details on why tainted data is bad, and how to untaint the data.

When you're writing unit tests for code that deals with tainted data, you'll want to have a way to provide tainted data for your routines to handle, and easy ways to check and report on the taintedness of your data, in standard Test::More style.

perl-xml-parser 2.46
Dependencies: expat@2.7.1
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Parser
Licenses: GPL 1+
Build system: perl
Synopsis: Perl bindings to the Expat XML parsing library
Description:

This module provides ways to parse XML documents. It is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. Each call to one of the parsing methods creates a new instance of XML::Parser::Expat which is then used to parse the document. Expat options may be provided when the XML::Parser object is created. These options are then passed on to the Expat object on each parse call. They can also be given as extra arguments to the parse methods, in which case they override options given at XML::Parser creation time.

perl-net-server 2.009
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Net-Server
Licenses: GPL 1+
Build system: perl
Synopsis: Extensible Perl server engine
Description:

Net::Server is an extensible, generic Perl server engine. It attempts to be a generic server as in Net::Daemon and NetServer::Generic. It includes with it the ability to run as an inetd process (Net::Server::INET), a single connection server (Net::Server or Net::Server::Single), a forking server (Net::Server::Fork), a preforking server which maintains a constant number of preforked children (Net::Server::PreForkSimple), or as a managed preforking server which maintains the number of children based on server load (Net::Server::PreFork). In all but the inetd type, the server provides the ability to connect to one or to multiple server ports.

perl-perlio-gzip 0.20
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/perl-compression.scm (gnu packages perl-compression)
Home page: https://metacpan.org/pod/PerlIO::gzip
Licenses: GPL 1+
Build system: perl
Synopsis: Perl extension to provide a PerlIO layer to gzip/gunzip
Description:

PerlIO::gzip provides a PerlIO layer that manipulates files in the format used by the gzip program.

perl-modern-perl 1.20200211
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Modern-Perl
Licenses: GPL 1+
Build system: perl
Synopsis: Enable all of the features of Modern Perl with one import
Description:

Modern::Perl provides a simple way to enable multiple, by now, standard libraries in a Perl program.

perl-authen-sasl 2.16
Propagated dependencies: perl-digest-hmac@1.04 perl-gssapi@0.28
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Authen-SASL
Licenses: GPL 1+
Build system: perl
Synopsis: SASL authentication framework
Description:

Authen::SASL provides an SASL authentication framework.

perl-test-simple 1.302191
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Simple
Licenses: GPL 1+
Build system: perl
Synopsis: Basic utilities for writing tests
Description:

Test::Simple contains basic utilities for writing tests.

perl6-xml-writer 0.0.0-1.4d30a9d
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/masak/xml-writer
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Raku module to generate XML
Description:

XML::Writer is a module for creating XML in Raku.

tree-sitter-perl 1.0.0-0.ad74e6d
Channel: guix
Location: gnu/packages/tree-sitter.scm (gnu packages tree-sitter)
Home page: https://github.com/tree-sitter-perl/tree-sitter-perl
Licenses: Expat
Build system: tree-sitter
Synopsis: Tree-sitter Perl grammar
Description:

This package provides a Perl grammar for the Tree-sitter library.

Total results: 1030