_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-pod-spell 1.25
Propagated dependencies: perl-class-tiny@1.008 perl-file-sharedir@1.116 perl-lingua-en-inflect@1.903
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Pod-Spell
Licenses: Artistic License 2.0
Synopsis: Formatter for spellchecking Pod
Description:

Pod::Spell is a Pod formatter whose output is good for spellchecking.

Pod::Spell is rather like Pod::Text, except that it doesn't put much effort into actual formatting, and it suppresses things that look like Perl symbols or Perl jargon (so that your spellchecking program won't complain about mystery words like "$thing" or "Foo::Bar" or "hashref").

perl-cpan-meta 2.150010
Propagated dependencies: perl-cpan-meta-requirements@2.140 perl-cpan-meta-yaml@0.018 perl-parse-cpan-meta@2.150010
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/CPAN-Meta
Licenses: GPL 1+
Synopsis: Distribution metadata for a CPAN dist
Description:

Software distributions released to the CPAN include a META.json or, for older distributions, META.yml, which describes the distribution, its contents, and the requirements for building and installing the distribution. The data structure stored in the META.json file is described in CPAN::Meta::Spec. CPAN::Meta provides a simple class to represent this distribution metadata (or distmeta), along with some helpful methods for interrogating that data.

perl-http-lite 2.44
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-Lite
Licenses: GPL 1+
Synopsis: Lightweight HTTP implementation
Description:

HTTP::Lite is a stand-alone lightweight HTTP/1.1 implementation for perl. It is intended for use in situations where it is desirable to install the minimal number of modules to achieve HTTP support. HTTP::Lite is ideal for CGI (or mod_perl) programs or for bundling for redistribution with larger packages where only HTTP GET and POST functionality are necessary. HTTP::Lite is compliant with the Host header, necessary for name based virtual hosting, and supports proxies. Additionally, HTTP::Lite supports a callback to allow processing of request data as it arrives.

perl-mailtools 2.21
Propagated dependencies: perl-timedate@2.33
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MailTools
Licenses: GPL 1+
Synopsis: Bundle of ancient email modules
Description:

MailTools contains the following modules:

Mail::Address

Parse email address from a header line.

Mail::Cap

Interpret mailcap files: mappings of file-types to applications as used by many command-line email programs.

Mail::Field

Simplifies access to (some) email header fields. Used by Mail::Header.

Mail::Filter

Process Mail::Internet messages.

Mail::Header

Collection of Mail::Field objects, representing the header of a Mail::Internet object.

Mail::Internet

Represents a single email message, with header and body.

Mail::Mailer

Send Mail::Internet emails via direct smtp or local MTA's.

Mail::Send

Build a Mail::Internet object, and then send it out using Mail::Mailer.

Mail::Util

"Smart functions" you should not depend on.

perl-gdtextutil 0.86
Propagated dependencies: perl-gd@2.78
Channel: bloup
Location: bloup/packages/perl.scm (bloup packages perl)
Home page: https://metacpan.org/release/GDTextUtil
Licenses: GPL 1+
Synopsis: Text utilities for use with GD
Description:
perl-net-freedb 0.10
Propagated dependencies: perl-cddb-file@1.05 perl-moo@1.007000 perl-test-most@0.35
Channel: bloup
Location: bloup/packages/perl.scm (bloup packages perl)
Home page: https://metacpan.org/release/Net-FreeDB
Licenses: GPL 1+
Synopsis: OOP Interface to FreeDB Server(s)
Description:
perl-text-table 1.133
Propagated dependencies: perl-text-aligner@0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-Table
Licenses: X11
Synopsis: Organize Data in Tables
Description:

Text::Table renders plaintext tables.

emacs-perl-live 1
Propagated dependencies: perl-anyevent@7.17 perl-package-stash-xs@0.29 perl-ev@4.31 perl-padwalker@2.3
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/vividsnow/perl-live/
Licenses: GPL 3+
Synopsis: Perl live coding
Description:

This package provides a Perl script for live coding.

perl-netaddr-ip 4.079
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://metacpan.org/release/NetAddr-IP
Licenses: GPL 1+
Synopsis: Manages IPv4 and IPv6 addresses and subnets
Description:

NetAddr::IP manages IPv4 and IPv6 addresses and subsets.

perl-probe-perl 0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Probe-Perl
Licenses: GPL 1+
Synopsis: Information about the currently running perl
Description:

Probe::Perl provides methods for obtaining information about the currently running perl interpreter. It originally began life as code in the Module::Build project, but has been externalized here for general use.

perl-object-pad 0.79
Propagated dependencies: perl-xs-parse-keyword@0.34 perl-xs-parse-sublike@0.18
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Object-Pad
Licenses: GPL 1+
Synopsis: Syntax for lexical field-based objects
Description:

This module provides a simple syntax for creating object classes.

perl-term-table 0.008
Propagated dependencies: perl-importer@0.025
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Term-Table
Licenses: GPL 1+
Synopsis: Format a header and rows into a table
Description:

This module is able to generically format rows of data into tables.

perl-class-date 1.1.17
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Date
Licenses: GPL 1+
Synopsis: Class for easy date and time manipulation
Description:

This module provides a general-purpose date and datetime type for perl.

perl-const-fast 0.014
Dependencies: perl-module-build-tiny@0.039 perl-test-fatal@0.016
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Const-Fast
Licenses: GPL 1+
Synopsis: Facility for creating read-only scalars, arrays, and hashes
Description:

This package provides procedures to create read-only scalars, arrays, and hashes.

perl-bio-db-hts 3.01
Propagated dependencies: bioperl-minimal@1.7.0 htslib@1.9
Channel: guix
Location: gnu/packages/bioinformatics.scm (gnu packages bioinformatics)
Home page: https://metacpan.org/release/Bio-DB-HTS
Licenses: ASL 2.0
Synopsis: Perl interface to HTS library for DNA sequencing
Description:

This is a Perl interface to the HTS library for DNA sequencing.

perl-image-size 3.300
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Image-Size
Licenses: GPL 1+
Synopsis: Extract height/width from images
Description:

This package provides a simple Perl library to extract height/width from images.

perl-file-chdir 0.1011
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-chdir
Licenses: GPL 1+
Synopsis: A more sensible way to change directories
Description:

This module provides $CWD and @CWD as alternatives to chdir().

perl-mojo-dom58 3.001
Propagated dependencies: perl-role-tiny@1.003004
Channel: guix
Location: gnu/packages/perl-web.scm (gnu packages perl-web)
Home page: https://metacpan.org/release/Mojo-DOM58
Licenses: Artistic License 2.0
Synopsis: Minimalistic HTML/XML DOM parser with CSS selectors
Description:

This package provides a HTML and XML DOM parser. It also supports CSS selectors.

perl-math-round 0.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Math-Round
Licenses: GPL 1+
Synopsis: Perl extension for rounding numbers
Description:

Math::Round provides functions to round numbers, both positive and negative, in various ways.

perl-strictures 2.000006
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/strictures
Licenses: GPL 1+
Synopsis: Turn on strict and make all warnings fatal
Description:

Strictures turns on strict and make all warnings fatal when run from within a source-controlled directory.

perl-set-object 1.39
Propagated dependencies: perl-moose@2.2015 perl-test-leaktrace@0.16
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Set-Object
Licenses: Artistic License 2.0
Synopsis: Unordered collections of Perl Objects
Description:

Set::Object provides efficient sets, unordered collections of Perl objects without duplicates for scalars and references.

perl-strictures 1.005005
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/strictures
Licenses: GPL 1+
Synopsis: Turn on strict and make all warnings fatal
Description:

Strictures turns on strict and make all warnings fatal when run from within a source-controlled directory.

perl-log-report 1.10
Propagated dependencies: perl-devel-globaldestruction@0.14 perl-log-report-optional@1.06 perl-string-print@0.15
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Log-Report
Licenses: GPL 1+
Synopsis: Get messages to users and logs
Description:

Log::Report combines three tasks which are closely related in one: logging, exceptions, and translations.

Total results: 978