_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-text-recordparser 1.6.5
Propagated dependencies: perl-class-accessor@0.51 perl-graphviz@2.26 perl-io-stringy@2.111 perl-list-moreutils@0.430 perl-readonly@2.00 perl-text-autoformat@1.75 perl-text-tabulardisplay@1.38
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-RecordParser
Licenses: GPL 2
Build system: perl
Synopsis: Parse record-oriented data in a text file
Description:

This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited.

perl-scalar-list-utils 1.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Scalar-List-Utils
Licenses: GPL 1+
Build system: perl
Synopsis: Common Scalar and List utility subroutines
Description:

This package contains a selection of subroutines that people have expressed would be nice to have in the perl core, but the usage would not really be high enough to warrant the use of a keyword, and the size so small such that being individual extensions would be wasteful.

perl-test-number-delta 1.06
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Number-Delta
Licenses: ASL 2.0
Build system: perl
Synopsis: Compare the difference between numbers against a given tolerance
Description:

At some point or another, most programmers find they need to compare floating-point numbers for equality. The typical idiom is to test if the absolute value of the difference of the numbers is within a desired tolerance, usually called epsilon. This module provides such a function for use with Test::More.

perl-ipc-system-simple 1.26
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/IPC-System-Simple
Licenses: GPL 1+
Build system: perl
Synopsis: Run commands simply, with detailed diagnostics
Description:

Calling Perl's in-built system function is easy, determining if it was successful is hard. Let's face it, $? isn't the nicest variable in the world to play with, and even if you do check it, producing a well-formatted error string takes a lot of work.

IPC::System::Simple takes the hard work out of calling external commands.

perl-module-build-tiny 0.039
Propagated dependencies: perl-extutils-installpaths@0.012 perl-extutils-config@0.008 perl-extutils-helpers@0.026 perl-test-harness@3.42
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Build-Tiny
Licenses: GPL 1+
Build system: perl
Synopsis: Tiny replacement for Module::Build
Description:

Many Perl distributions use a Build.PL file instead of a Makefile.PL file to drive distribution configuration, build, test and installation. Traditionally, Build.PL uses Module::Build as the underlying build system. This module provides a simple, lightweight, drop-in replacement. Whereas Module::Build has over 6,700 lines of code; this module has less than 120, yet supports the features needed by most distributions.

perl-datetime-timezone 2.47
Dependencies: tzdata@2025a
Propagated dependencies: perl-class-singleton@1.6 perl-list-allutils@0.09 perl-module-runtime@0.016 perl-namespace-autoclean@0.29 perl-params-validationcompiler@0.30 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-TimeZone
Licenses: GPL 1+
Build system: perl
Synopsis: Time zone object for Perl
Description:

This class is the base class for all time zone objects. A time zone is represented internally as a set of observances, each of which describes the offset from GMT for a given time period. Note that without the DateTime module, this module does not do much. It's primary interface is through a DateTime object, and most users will not need to directly use DateTime::TimeZone methods.

perl-math-random-isaac 1.004
Propagated dependencies: perl-math-random-isaac-xs@1.004
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://metacpan.org/release/Math-Random-ISAAC
Licenses: Public Domain
Build system: perl
Synopsis: Perl interface to the ISAAC PRNG algorithm
Description:

ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a significant amount of random data needs to be produced quickly, such as solving using the Monte Carlo method or for games. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed.

This package provides a Perl interface to the ISAAC pseudo random number generator.

perl-devel-callchecker 0.008
Propagated dependencies: perl-b-hooks-op-check@0.22 perl-dynaloader-functions@0.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-CallChecker
Licenses: GPL 1+
Build system: perl
Synopsis: Custom op checking attached to subroutines
Description:

This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centred around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available.

perl-test-distribution 2.00
Propagated dependencies: perl-file-find-rule@0.35 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-Distribution
Licenses: GPL 1+
Build system: perl
Synopsis: Perform tests on all modules of a distribution
Description:

When used in a test script Test::Distribution goes through all the modules in your distribution, checks their POD, checks that they compile successfully and checks that they all define a $VERSION. In addition, this module performs a number of tests on the distribution itself. It checks that the distributed files match the SIGNATURE file, if that file exists. It checks that the distribution is not missing any core description files. It also checks that the complete set of pre-requisite packages are listed in the Makefile.PL file.

perl-crypt-eksblowfish 0.009
Propagated dependencies: perl-class-mix@0.006
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Crypt-Eksblowfish
Licenses: GPL 1+
Build system: perl
Synopsis: The Eksblowfish block cipher
Description:

Eksblowfish is a variant of the Blowfish cipher, modified to make the key setup very expensive. This doesn't make it significantly cryptographically stronger but is intended to hinder brute-force attacks. Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the "salt". Cost and salt parameters together define a cipher family. Within each family, the key determines the encryption function. This distribution also includes an implementation of bcrypt, the Unix crypt() password hashing algorithm based on Eksblowfish.

perl-authen-passphrase 0.008
Propagated dependencies: perl-authen-dechpwd@2.007 perl-crypt-des@2.07 perl-crypt-eksblowfish@0.009 perl-crypt-mysql@0.04 perl-crypt-passwdmd5@1.40 perl-crypt-unixcrypt_xs@0.11 perl-data-entropy@0.007 perl-digest-md4@1.9 perl-module-runtime@0.016 perl-params-classify@0.015
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Authen-Passphrase
Licenses: GPL 1+
Build system: perl
Synopsis: Hashed passwords/passphrases as objects
Description:

Authen-Passphrase is the base class for a system of objects that encapsulate passphrases. An object of this type is a passphrase recogniser; its job is to recognise whether an offered passphrase is the right one. For security such passphrase recognisers usually do not themselves know the passphrase they are looking for; they can merely recognise it when they see it. There are many schemes in use to achieve this effect and the intent of this class is to provide a consistent interface to them all. In addition to the base class, this module also contains implementations of several specific passphrase schemes.

perl-perlio-utf8-strict 0.007
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PerlIO-utf8_strict
Licenses: GPL 1+
Build system: perl
Synopsis: Fast and correct UTF-8 IO
Description:

PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike Perl's default :utf8 layer it checks the input for correctness.

perl-class-factory-util 1.7
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Factory-Util
Licenses: GPL 1+
Build system: perl
Synopsis: Utility methods for factory classes
Description:

This module exports methods useful for factory classes.

perl-test-trailingspace 0.0600
Dependencies: perl-file-find-object-rule@0.0311 perl-text-glob@0.11 perl-number-compare@0.03
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-TrailingSpace
Licenses: X11
Build system: perl
Synopsis: Test for trailing space in Perl source files
Description:

Test::TrailingSpace tests for trailing spaces in Perl source files.

perl-test-useallmodules 0.17
Channel: small-guix
Location: small-guix/packages/ocsinventory-agent.scm (small-guix packages ocsinventory-agent)
Home page: https://metacpan.org/release/Test-UseAllModules
Licenses: GPL 1+
Build system: perl
Synopsis: @code{do use_ok()} for all the MANIFESTed modules
Description:

This package provides the Test::UseAllModules Perl module.

perl-linux-desktopfiles 0.26
Channel: nebula
Location: nebula/packages/perl.scm (nebula packages perl)
Home page: https://metacpan.org/release/Linux-DesktopFiles
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Fast parsing of the Linux desktop files.
Description:

Very fast and simple way to parse the Linux desktop files.

perl-feature-compat-try 0.05
Propagated dependencies: perl-syntax-keyword-try@0.28
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Feature-Compat-Try
Licenses: GPL 1+
Build system: perl
Synopsis: @code{try/catch} syntax in Perl
Description:

This module provides syntactical support for try/catch control flows.

perl-test-file-contents 0.23
Propagated dependencies: perl-test-pod@1.52 perl-test-pod-coverage@1.10 perl-text-diff@1.45
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-File-Contents
Licenses: GPL 1+
Build system: perl
Synopsis: Test routines for examining the contents of files
Description:

Test::File::Contents provides functions for testing the contents of files.

perl-b-hooks-endofscope 0.24
Propagated dependencies: perl-module-runtime@0.016 perl-module-implementation@0.09 perl-sub-exporter-progressive@0.001013 perl-variable-magic@0.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/B-Hooks-EndOfScope
Licenses: GPL 1+
Build system: perl
Synopsis: Execute code after a scope finished compilation
Description:

This module allows you to execute code when perl finished compiling the surrounding scope.

perl-lwp-protocol-https 6.09
Propagated dependencies: perl-io-socket-ssl@2.089 perl-libwww@6.78 perl-mozilla-ca@20240313 perl-net-http@6.22
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/LWP-Protocol-https
Licenses: GPL 1+
Build system: perl
Synopsis: HTTPS support for LWP::UserAgent
Description:

The LWP::Protocol::https module provides support for using https schemed URLs with LWP.

perl-test-writevariants 0.014
Propagated dependencies: perl-data-tumbler@0.010 perl-file-homedir@1.004 perl-module-pluggable@5.2 perl-module-runtime@0.016
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-WriteVariants
Licenses: GPL 1+
Build system: perl
Synopsis: Dynamic generation of tests
Description:

The Test::WriteVariants module provides for the dynamic generation of tests in nested combinations of contexts.

perl-compress-raw-bzip2 2.213
Channel: guix
Location: gnu/packages/perl-compression.scm (gnu packages perl-compression)
Home page: https://metacpan.org/release/Compress-Raw-Bzip2
Licenses: GPL 1+
Build system: perl
Synopsis: Low-level interface to bzip2 compression library
Description:

This module Compress::Raw::Bzip2 provides a Perl interface to the bzip2 compression library.

perl-data-dump-streamer 2.42
Propagated dependencies: perl-algorithm-diff@1.1903 perl-b-utils@0.27 perl-cpanel-json-xs@4.30 perl-padwalker@2.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Dump-Streamer
Licenses: GPL 1+
Build system: perl
Synopsis: Accurately serialize a data structure as Perl code.
Description:

Data::Dump::Streamer provides ways to accurately serialize a data structure as Perl code.

perl-catalyst-view-json 0.37
Dependencies: perl-catalyst-runtime@5.90124 perl-json-maybexs@1.004003 perl-mro-compat@0.13
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-View-JSON
Licenses: GPL 1+
Build system: perl
Synopsis: Catalyst JSON view
Description:

Catalyst::View::JSON is a Catalyst View handler that returns stash data in JSON format.

Total results: 1030