_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-io-html 1.00
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/IO-HTML
Licenses: GPL 1+
Synopsis: Perl module to open an HTML file with automatic charset detection
Description:

IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.

perl-ipc-cmd 1.02
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/IPC-Cmd
Licenses: GPL 1+
Synopsis: Run interactive command-line programs
Description:

IPC::Cmd allows for the searching and execution of any binary on your system. It adheres to verbosity settings and is able to run interactively. It also has an option to capture output/error buffers.

perl-aliased 0.34
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/aliased
Licenses: GPL 1+
Synopsis: Use shorter versions of class names
Description:

The alias module loads the class you specify and exports into your namespace a subroutine that returns the class name. You can explicitly alias the class to another name or, if you prefer, you can do so implicitly.

perl-ipc-run 20180523.0
Propagated dependencies: perl-io-tty@1.14
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/IPC-Run
Licenses: GPL 1+
Synopsis: Run system() and background procs w/ piping, redirs, ptys
Description:

IPC::Run allows you run and interact with child processes using files, pipes, and pseudo-ttys. Both system()-style and scripted usages are supported and may be mixed. Likewise, functional and OO API styles are both supported and may be mixed.

perl-xml-rss 1.62
Dependencies: perl-datetime@1.54 perl-datetime-format-mail@0.403 perl-datetime-format-w3cdtf@0.07 perl-html-parser@3.72 perl-xml-parser@2.46
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-RSS
Licenses: GPL 1+
Synopsis: Creates and updates RSS files
Description:

This module provides a basic framework for creating and maintaining RDF Site Summary (RSS) files. This distribution also contains many examples that allow you to generate HTML from an RSS, convert between 0.9, 0.91, and 1.0 version, and more.

perl-xml-dom 1.46
Propagated dependencies: perl-libwww@6.67 perl-libxml@0.08 perl-xml-parser@2.46 perl-xml-regexp@0.04
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-DOM
Licenses: GPL 1+
Synopsis: Perl module for building DOM Level 1 compliant document structures
Description:

This module extends the XML::Parser module by Clark Cooper. The XML::Parser module is built on top of XML::Parser::Expat, which is a lower level interface to James Clark's expat library. XML::DOM::Parser is derived from XML::Parser. It parses XML strings or files and builds a data structure that conforms to the API of the Document Object Model.

perl-net-bgp 0.17
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Net-BGP
Licenses: GPL 1+
Synopsis: Object-oriented API to the BGP protocol
Description:

This module is an implementation of the BGP-4 inter-domain routing protocol. It encapsulates all of the functionality needed to establish and maintain a BGP peering session and exchange routing update information with the peer. It aims to provide a simple API to the BGP protocol for the purposes of automation, logging, monitoring, testing, and similar tasks using the power and flexibility of perl. The module does not implement the functionality of a RIB (Routing Information Base) nor does it modify the kernel routing table of the host system. However, such operations could be implemented using the API provided by the module.

perl-log-any 1.707
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Log-Any
Licenses: GPL 1+
Synopsis: Bringing loggers and listeners together
Description:

Log::Any provides a standard log production API for modules. Log::Any::Adapter allows applications to choose the mechanism for log consumption, whether screen, file or another logging mechanism like Log::Dispatch or Log::Log4perl.

A CPAN module uses Log::Any to get a log producer object. An application, in turn, may choose one or more logging mechanisms via Log::Any::Adapter, or none at all.

Log::Any has a very tiny footprint and no dependencies beyond Perl itself, which makes it appropriate for even small CPAN modules to use. It defaults to null logging activity, so a module can safely log without worrying about whether the application has chosen (or will ever choose) a logging mechanism.

perl-mp3-info 1.26
Channel: bloup
Location: bloup/packages/perl.scm (bloup packages perl)
Home page: https://metacpan.org/release/MP3-Info
Licenses: GPL 1+
Synopsis: Manipulate / fetch info from MP3 audio files
Description:
perl-ppi-html 1.08
Dependencies: perl-css-tiny@1.20 perl-params-util@1.102 perl-ppi@1.277
Propagated dependencies: perl-module-install@1.19
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/PPI-HTML
Licenses: GPL 1+
Synopsis: Generate syntax-hightlighted HTML for Perl using PPI
Description:
perl-css-tiny 1.20
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/CSS-Tiny
Licenses: GPL 1+
Synopsis: Read/Write .css files with as little code as possible
Description:
perl-test-roo 1.004
Propagated dependencies: perl-indirect@0.39 perl-moo@1.007000 perl-moox-types-mooselike@0.29 perl-multidimensional@0.014 perl-strictures@1.005005 perl-sub-install@0.928
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Roo
Licenses: ASL 2.0
Synopsis: Composable, reusable tests with roles and Moo
Description:

Test::Roo provides composable, reusable tests with roles.

perl-cddb-get 2.28
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/CDDB_get
Licenses: GPL 2 Artistic License 2.0
Synopsis: Read the CDDB entry for an audio CD in your drive
Description:

This module can retrieve information from the CDDB.

perl-indirect 0.39
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/indirect
Licenses: GPL 1+
Synopsis: Lexically warn about using the indirect method call syntax
Description:

Indirect warns about using the indirect method call syntax.

perl-sub-info 0.002
Propagated dependencies: perl-importer@0.025
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sub-Info
Licenses: GPL 1+
Synopsis: Tool to inspect subroutines
Description:

This package provides tools for inspecting subroutines in Perl.

perl-test-tcp 2.22
Propagated dependencies: perl-test-sharedfork@0.35
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Test-TCP
Licenses: GPL 1+
Synopsis: Testing TCP programs
Description:

Test::TCP is test utilities for TCP/IP programs.

perl-mail-spf 2.9.0
Dependencies: perl-error@0.17028 perl-net-dns@1.50 perl-netaddr-ip@4.079 perl-uri@5.05
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Mail-SPF
Licenses: Modified BSD
Synopsis: Perl implementation of Sender Policy Framework
Description:

Mail::SPF is the Sender Policy Framework implemented in Perl.

perl-file-map 0.71
Propagated dependencies: perl-sub-exporter-progressive@0.001013
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Map
Licenses: GPL 1+
Synopsis: Method for memory mapping a file
Description:

This package provides a way to memory map a file.

perl-test-dir 1.16
Propagated dependencies: perl-pod-coverage@0.23 perl-test-pod@1.52 perl-test-pod-coverage@1.10
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Dir
Licenses: GPL 1+
Synopsis: Utilities for testing directory attributes
Description:

This module provides a collection of test utilities for directory attributes.

perl-par-dist 0.49
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PAR-Dist
Licenses: GPL 1+
Synopsis: Create and manipulate PAR distributions
Description:

PAR::Dist is a toolkit to create and manipulate PAR distributions.

perl-pdf-api2 2.047
Propagated dependencies: perl-font-ttf@1.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PDF-API2
Licenses: LGPL 2.1
Synopsis: Facilitates the creation and modification of PDF files
Description:

This Perl module facilitates the creation and modification of PDF files.

perl-www-curl 4.17
Dependencies: curl@8.6.0
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/WWW-Curl
Licenses: GPL 1+
Synopsis: Perl extension interface for libcurl
Description:

This is a Perl extension interface for the libcurl file downloading library.

perl-sort-key 1.33
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sort-Key
Licenses: GPL 1+
Synopsis: Sort arrays by one or multiple calculated keys
Description:

This Perl module provides various functions to quickly sort arrays by one or multiple calculated keys.

perl-timedate 2.33
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/TimeDate
Licenses: GPL 1+
Synopsis: Date parsing/formatting subroutines
Description:

This module provides routines for parsing date string into time values and formatting dates into ASCII strings.

Total results: 999