_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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+
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.5.0
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Parser
Licenses: GPL 1+
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+
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
Channel: guix
Location: gnu/packages/perl-compression.scm (gnu packages perl-compression)
Home page: https://metacpan.org/pod/PerlIO::gzip
Licenses: GPL 1+
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+
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+
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+
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
Synopsis: Raku module to generate XML
Description:

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

perl-cgi-session 4.48
Dependencies: perl-cgi@4.55
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/CGI-Session
Licenses: GPL 1+
Synopsis: Persistent session data in CGI applications
Description:

CGI::Session provides modular session management system across HTTP requests.

perl-array-utils 0.5
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Array-Utils
Licenses: GPL 1+
Synopsis: Small utils for array manipulation
Description:

Array::Utils is a small pure-perl module containing list manipulation routines.

perl-termreadkey 2.38
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/TermReadKey
Licenses: GPL 1+
Synopsis: Change terminal modes, and perform non-blocking reads.
Description:

This package provides a package to change terminal modes and perform non-blocking reads.

perl-xml-libxslt 1.96
Dependencies: libxslt@1.1.37
Propagated dependencies: perl-xml-libxml@2.0134
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-LibXSLT
Licenses: GPL 1+
Synopsis: Perl bindings to GNOME libxslt library
Description:

This Perl module is an interface to the GNOME project's libxslt library.

perl-text-german 0.06
Channel: guix
Location: gnu/packages/language.scm (gnu packages language)
Home page: https://metacpan.org/release/Text-German
Licenses: GPL 1+
Synopsis: German grundform reduction
Description:

This module is a rather incomplete implementation of work done by Gudrun Putze-Meier.

perl-test-notabs 2.02
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-NoTabs
Licenses: GPL 1+
Synopsis: Check the presence of tabs in your project
Description:

Test::NoTabs lets you check the presence of tabs in your perl code.

perl-carp-assert 0.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Carp-Assert
Licenses: GPL 1+
Synopsis: Executable comments for Perl
Description:

Carp::Assert is intended for a purpose like the ANSI C library assert.h.

perl-tree-simple 1.34
Propagated dependencies: perl-scalar-list-utils@1.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Tree-Simple
Licenses: GPL 1+
Synopsis: Simple tree object
Description:

This module in a fully object-oriented implementation of a simple n-ary tree.

perl-params-util 1.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Params-Util
Licenses: GPL 1+
Synopsis: Simple, compact and correct param-checking functions
Description:

Params::Util provides a basic set of importable functions that makes checking parameters easier.

perl-string-util 1.34
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-Util
Licenses: GPL 1+
Synopsis: String processing utility functions
Description:

A String::Util module of small, handy functions for processing strings in various ways.

perl-digest-hmac 1.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Digest-HMAC
Licenses: GPL 1+
Synopsis: Keyed-Hashing for Message Authentication
Description:

The Digest::HMAC module follows the common Digest:: interface for the RFC 2104 HMAC mechanism.

perl-test-tester 0.109
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/FDALY/Test-Tester-0.109
Licenses: GPL 1+
Synopsis: Simplify running Test::Builder tests
Description:

Test::Tester allows testing of test modules based on Test::Builder with a minimum of effort.

perl-html-tagset 3.20
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-Tagset
Licenses: GPL 1+
Synopsis: Perl data tables useful in parsing HTML
Description:

The HTML::Tagset module contains several data tables useful in various kinds of HTML parsing operations.

perl-test2-suite 0.000155
Propagated dependencies: perl-module-pluggable@5.2 perl-term-size-any@0.002 perl-term-table@0.008 perl-term-readkey@2.38 perl-unicode-linebreak@2019.001
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/pod/Test2-Suite
Licenses: GPL 1+
Synopsis: Full set of tools for Test2::Suite
Description:

This package provides a rich set of tools, plugins, bundles, etc built upon the Test2 testing library.

perl-math-cephes 0.5305
Channel: guix
Location: gnu/packages/perl-maths.scm (gnu packages perl-maths)
Home page: https://metacpan.org/release/Math-Cephes
Licenses: GPL 1+
Synopsis: Perl interface to the Cephes math library
Description:

The Math::Cephes module provides a Perl interface to over 150 functions of the Cephes math library.

Total results: 985