_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-future 0.51
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Future
Licenses: GPL 1+
Build system: perl
Synopsis: Perl module for representing operations awaiting completions
Description:

This Perl module implements Future, an object representing an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program.

perl-io-all 0.87
Propagated dependencies: perl-file-mimeinfo@0.33 perl-file-readbackwards@1.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/IO-All
Licenses: GPL 1+
Build system: perl
Synopsis: @code{IO::All} to Larry Wall!
Description:

IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called io, which returns a new IO::All object. And that object can do it all!

perl-net-ip 1.26
Channel: guix
Location: gnu/packages/perl-web.scm (gnu packages perl-web)
Home page: https://metacpan.org/release/Net-IP
Licenses: GPL 1+
Build system: perl
Synopsis: Perl extension for manipulating IPv4/IPv6 addresses
Description:

This module provides functions to deal with IPv4/IPv6 addresses. The module can be used as a class, allowing the user to instantiate IP objects, which can be single IP addresses, prefixes, or ranges of addresses. There is also a procedural way of accessing most of the functions. Most subroutines can take either IPv4 or IPv6 addresses transparently.

perl-libwww 6.78
Propagated dependencies: perl-encode-locale@1.05 perl-file-listing@6.15 perl-html-parser@3.72 perl-http-cookies@6.10 perl-http-daemon@6.14 perl-http-date@6.05 perl-http-message@6.37 perl-http-negotiate@6.01 perl-net-http@6.22 perl-try-tiny@0.31 perl-uri@5.05 perl-www-robotrules@6.02
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/libwww-perl
Licenses: GPL 1+
Build system: perl
Synopsis: Perl modules for the WWW
Description:

The libwww-perl collection is a set of Perl modules which provides a simple and consistent application programming interface to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. The library also contains modules that are of more general use and even classes that help you implement simple HTTP servers.

perl-net-ip 1.26
Channel: small-guix
Location: small-guix/packages/ocsinventory-agent.scm (small-guix packages ocsinventory-agent)
Home page: https://metacpan.org/release/Net-IP
Licenses: Artistic License 2.0 GPL 1+ Expat
Build system: perl
Synopsis: Perl extension for manipulating IPv4/IPv6 addresses
Description:

This package provides the Net::IP Perl module. It implements functions to deal with IPv4/IPv6 addresses. The module can be used as a class, allowing the user to instantiate IP objects, which can be single IP addresses, prefixes, or ranges of addresses. There is also a procedural way of accessing most of the functions. Most subroutines can take either IPv4 or IPv6 addresses transparently.

perl-spiffy 0.46
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Spiffy
Licenses: GPL 1+
Build system: perl
Synopsis: Spiffy Perl Interface Framework For You
Description:

Spiffy is a framework and methodology for doing object oriented (OO) programming in Perl. Spiffy combines the best parts of Exporter.pm, base.pm, mixin.pm and SUPER.pm into one magic foundation class. It attempts to fix all the nits and warts of traditional Perl OO, in a clean, straightforward and (perhaps someday) standard way. Spiffy borrows ideas from other OO languages like Python, Ruby, Java and Perl 6.

perl-critic 1.140
Dependencies: bash-minimal@5.2.37
Propagated dependencies: perl-exception-class@1.44 perl-io-string@1.08 perl-ppi@1.270 perl-ppix-regexp@0.085 perl-b-keywords@1.26 perl-config-tiny@2.28 perl-padwalker@2.3 perl-test-memory-cycle@1.06 perl-file-which@1.23 perl-list-moreutils@0.430 perl-module-pluggable@5.2 perl-pod-parser@1.65 perl-pod-spell@1.25 perl-ppix-quotelike@0.023 perl-ppix-utilities@1.001000 perl-readonly@2.00 perl-string-format@1.18 perl-task-weaken@1.06 perl-tidy@20250912
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Perl-Critic
Licenses: GPL 1+
Build system: perl
Synopsis: Critique Perl source code for best-practices
Description:

perlcritic is a Perl source code analyzer. It is the executable front-end to the Perl::Critic engine, which attempts to identify awkward, hard to read, error-prone, or unconventional constructs in your code. Most of the rules are based on Damian Conway's book "Perl Best Practices". However, perlcritic is not limited to enforcing PBP, and it will even support rules that contradict Conway. All rules can easily be configured or disabled to your liking.

perl-specio 0.49
Propagated dependencies: perl-carp@1.50 perl-clone@0.43 perl-devel-stacktrace@2.04 perl-eval-closure@0.14 perl-exporter@5.74 perl-module-runtime@0.016 perl-mro-compat@0.13 perl-ref-util@0.204 perl-role-tiny@2.002004 perl-scalar-list-utils@1.62 perl-sub-quote@2.006008 perl-test-fatal@0.016 perl-test-simple@1.302191 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Specio
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Classes for representing type constraints and coercion
Description:

The Specio distribution provides classes for representing type constraints and coercion, along with syntax sugar for declaring them. Note that this is not a proper type system for Perl. Nothing in this distribution will magically make the Perl interpreter start checking a value's type on assignment to a variable. In fact, there's no built-in way to apply a type to a variable at all. Instead, you can explicitly check a value against a type, and optionally coerce values to that type.

perl6-meta6 0.0.26
Propagated dependencies: perl6-json-class@0.0.18
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jonathanstowe/META6
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Do things with Raku META files
Description:

This provides a representation of the Raku META files specification -- the META file data can be read, created, parsed and written in a manner that is conformant with the specification.

Where they are known about, it also makes allowance for customary usage in existing software (such as installers and so forth).

The intent of this is to allow the generation and testing of META files for module authors, so it can provide meta-information about whether the attributes are mandatory as per the spec and, where known, the places that customary attributes are used.

perl-gdgraph 1.56
Propagated dependencies: perl-gd@2.78 perl-gdtextutil@0.86
Channel: bloup
Location: bloup/packages/perl.scm (bloup packages perl)
Home page: https://metacpan.org/release/GDGraph
Licenses: GPL 1+
Build system: perl
Synopsis: Produces charts with GD
Description:
perl-mp3-tag 1.16
Dependencies: unzip@6.0
Channel: bloup
Location: bloup/packages/perl.scm (bloup packages perl)
Home page: https://metacpan.org/release/MP3-Tag
Licenses: Artistic License 2.0
Build system: perl
Synopsis: get_frame() data format and supported frames
Description:
perl-term-ui 0.50
Propagated dependencies: perl-log-message-simple@0.10
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/Term-UI
Licenses: GPL 1+
Build system: perl
Synopsis: User interfaces via Term::ReadLine made easy
Description:
perl-threads 2.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/threads
Licenses: GPL 1+
Build system: perl
Synopsis: Perl interpreter-based threads
Description:

This module exposes interpreter threads to the Perl level.

perl-b-utils 0.27
Propagated dependencies: perl-task-weaken@1.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/B-Utils
Licenses: GPL 1+
Build system: perl
Synopsis: Helper functions for op tree manipulation
Description:

B::Utils provide helper functions for op tree manipulation.

perl-net-dns 1.50
Dependencies: perl-digest-hmac@1.04
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://www.net-dns.org/
Licenses: X11
Build system: perl
Synopsis: Perl Interface to the Domain Name System
Description:

Net::DNS is the Perl Interface to the Domain Name System.

perl-json-xs 4.0
Propagated dependencies: perl-common-sense@3.75 perl-types-serialiser@1.0
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/JSON-XS
Licenses: GPL 1+
Build system: perl
Synopsis: JSON serialising/deserialising for Perl
Description:

This module converts Perl data structures to JSON and vice versa.

perl-memoize 1.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Memoize
Licenses: GPL 1+
Build system: perl
Synopsis: Make functions faster by trading space for time
Description:

This package transparently speeds up functions by caching return values, trading space for time.

perl-boolean 0.46
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/boolean
Licenses: GPL 1+
Build system: perl
Synopsis: Boolean support for Perl
Description:

This module provides basic Boolean support, by defining two special objects: true and false.

perl-db-file 1.858
Dependencies: bdb@6.2.32
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/DB_File
Licenses: GPL 1+
Build system: perl
Synopsis: Perl5 access to Berkeley DB version 1.x
Description:

The DB::File module provides Perl bindings to the Berkeley DB version 1.x.

perl-gettext 1.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/gettext
Licenses: GPL 1+
Build system: perl
Synopsis: Perl bindings for POSIX i18n gettext functions
Description:

Locale::gettext provides an object oriented interface to the internationalization functions provided by the C library.

perl-socket6 0.29
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://metacpan.org/release/Socket6
Licenses: Modified BSD
Build system: perl
Synopsis: IPv6 related part of the C socket.h defines and structure manipulators for Perl
Description:

Socket6 binds the IPv6 related part of the C socket header definitions and structure manipulators for Perl.

perl-xml-sax 1.02
Propagated dependencies: perl-xml-namespacesupport@1.12 perl-xml-sax-base@1.09
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-SAX
Licenses: GPL 1+
Build system: perl
Synopsis: Perl API for XML
Description:

XML::SAX consists of several framework classes for using and building Perl SAX2 XML parsers, filters, and drivers.

perl-xstring 0.005
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/XString
Licenses: GPL 1+
Build system: perl
Synopsis: Isolated string helpers from @samp{B}
Description:

XString provides the B string helpers in one isolated package. Right now only cstring and perlstring are available.

perl-sys-cpu 0.61
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MZSANFORD/Sys-CPU-0.61
Licenses: GPL 1+
Build system: perl
Synopsis: Perl extension for getting CPU information
Description:

Sys::CPU is a module for counting the number of CPUs on a system, and determining their type and clock speed.

Total results: 1030