_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-getopt-argvfile 1.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Getopt-ArgvFile
Licenses: Artistic License 2.0
Synopsis: Perl module for reading script options and parameters from files
Description:

This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line.

perl-gnupg-interface 0.52
Dependencies: gnupg@1.4.23
Propagated dependencies: perl-moo@1.007000 perl-moox-handlesvia@0.001009 perl-moox-late@0.016
Channel: guix
Location: gnu/packages/gnupg.scm (gnu packages gnupg)
Home page: https://metacpan.org/release/GnuPG-Interface
Licenses: GPL 1+
Synopsis: Perl interface to GnuPG
Description:

GnuPG::Interface and its associated modules are designed to provide an object-oriented method for interacting with GnuPG, being able to perform functions such as but not limited to encrypting, signing, decryption, verification, and key-listing parsing.

perl-types-path-tiny 0.006
Propagated dependencies: perl-file-pushd@1.016 perl-path-tiny@0.118 perl-type-tiny@1.012003 perl-exporter-tiny@1.002001
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Types-Path-Tiny
Licenses: Artistic License 2.0
Synopsis: Types and coercions for Moose and Moo
Description:

This module provides Path::Tiny types for Moose, Moo, etc. It handles two important types of coercion: coercing objects with overloaded stringification, and coercing to absolute paths. It also can check to ensure that files or directories exist.

perl-tie-hash-method 0.02
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Tie-Hash-Method
Licenses: GPL 1+
Synopsis: Tied hash with specific methods overriden by callbacks
Description:

Tie::Hash::Method provides a way to create a tied hash with specific overriden behaviour without having to create a new class to do it. A tied hash with no methods overriden is functionally equivalent to a normal hash.

perl-stream-buffered 0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Stream-Buffered
Licenses: GPL 1+
Synopsis: Temporary buffer to save bytes
Description:

Stream::Buffered is a buffer class to store arbitrary length of byte strings and then get a seekable filehandle once everything is buffered. It uses PerlIO and/or temporary file to save the buffer depending on the length of the size.

perl-xs-object-magic 0.05
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/XS-Object-Magic
Licenses: GPL 1+
Synopsis: Opaque, extensible XS pointer backed objects using sv_magic
Description:

This way of associating structs with Perl space objects is designed to supersede Perl's builtin T_PTROBJ with something that is extensible (structs can be associated with any data type) and opaque (the C pointer is neither visible nor modifiable from Perl space).

perl-namespace-clean 0.27
Propagated dependencies: perl-package-stash@0.38 perl-b-hooks-endofscope@0.24
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/namespace-clean
Licenses: GPL 1+
Synopsis: Keep imports and functions out of your namespace
Description:

The namespace::clean pragma will remove all previously declared or imported symbols at the end of the current package's compile cycle. Functions called in the package itself will still be bound by their name, but they won't show up as methods on your class or instances.

perl-module-manifest 1.09
Propagated dependencies: perl-params-util@1.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Manifest
Licenses: GPL 1+
Synopsis: Parse and examine a Perl distribution @file{MANIFEST} file
Description:

Module::Manifest is a simple utility module created originally for use in Module::Inspector.

It can load a MANIFEST file that comes in a Perl distribution tarball, examine the contents, and perform some simple tasks. It can also load the MANIFEST.SKIP file and check that.

perl-regexp-grammars 1.058
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Regexp-Grammars
Licenses: GPL 1+
Synopsis: Complete recursive descent parser on Perl's regex engine
Description:

The Regexp::Grammars module adds a small number of new regex constructs that can be used within Perl 5.10 patterns to implement complete recursive-descent parsing. It allows you to go beyond matching complex, nested and recursive structures, and allows you to parse and extract hierarchical data from it.

perl-archive-extract 0.88
Channel: guix
Location: gnu/packages/perl-compression.scm (gnu packages perl-compression)
Home page: https://metacpan.org/release/Archive-Extract
Licenses: GPL 1+
Synopsis: Generic archive extracting mechanism
Description:

It allows you to extract any archive file of the type .tar, .tar.gz, .gz, .Z, tar.bz2, .tbz, .bz2, .zip, .xz,, .txz, .tar.xz or .lzma without having to worry how it does so, or use different interfaces for each type by using either Perl modules, or command-line tools on your system.

perl-moosex-nonmoose 0.26
Propagated dependencies: perl-list-moreutils@0.430 perl-module-runtime@0.016 perl-moose@2.2015 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooseX-NonMoose
Licenses: GPL 1+
Synopsis: Subclassing of non-Moose classes
Description:

MooseX::NonMoose allows for easily subclassing non-Moose classes with Moose, taking care of the details connected with doing this, such as setting up proper inheritance from Moose::Object and installing (and inlining, at make_immutable time) a constructor that makes sure things like BUILD methods are called. It tries to be as non-intrusive as possible.

perl-benchmark-timer 0.7102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Benchmark-Timer
Licenses: GPL 2
Synopsis: Benchmarking with statistical confidence
Description:

The Benchmark::Timer class allows you to time portions of code conveniently, as well as benchmark code by allowing timings of repeated trials. It is perfect for when you need more precise information about the running time of portions of your code than the Benchmark module will give you, but don't want to go all out and profile your code.

perl-test-nowarnings 1.04
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-NoWarnings
Licenses: LGPL 2.1
Synopsis: Ensure no warnings are produced while testing
Description:

This module causes any warnings during testing to be captured and stored. It automatically adds an extra test that will run when your script ends to check that there were no warnings. If there were any warnings, the test will fail and output diagnostics of where, when and what the warning was, including a stack trace of what was going on when it occurred.

perl-test-mockmodule 0.177.0
Propagated dependencies: perl-super@1.20190531
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-MockModule
Licenses: GPL 3
Synopsis: Override subroutines in a module for unit testing
Description:

Test::MockModule lets you temporarily redefine subroutines in other packages for the purposes of unit testing. A Test::MockModule object is set up to mock subroutines for a given module. The mocked object remembers the original subroutine so it can be easily restored. This happens automatically when all MockModule objects for the given module go out of scope, or when you unmock() the subroutine.

perl-package-variant 1.003002
Propagated dependencies: perl-carp@1.50 perl-import-into@1.002005 perl-module-runtime@0.016 perl-strictures@2.000006
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Package-Variant
Licenses: GPL 1+
Synopsis: Parameterizable packages
Description:

This module allows you to build a variable package that contains a package template and can use it to build variant packages at runtime. Your variable package will export a subroutine which will build a variant package, combining its arguments with the template, and return the name of the new variant package. The implementation does not care about what kind of packages it builds, be they simple function exporters, classes, singletons or something else.

perl-text-autoformat 1.75
Propagated dependencies: perl-text-reform@1.20
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-Autoformat
Licenses: GPL 1+
Synopsis: Automatic text wrapping and reformatting
Description:

The fundamental task of the autoformat subroutine is to identify and rearrange independent paragraphs in a text. Paragraphs typically consist of a series of lines containing at least one non-whitespace character, followed by one or more lines containing only optional whitespace. This is a more liberal definition than many other formatters use: most require an empty line to terminate a paragraph. Paragraphs may also be denoted by bulleting, numbering, or quoting (see the following sections).

perl-graph-readwrite 2.09
Propagated dependencies: perl-graph@0.9704 perl-parse-yapp@1.21 perl-xml-parser@2.46 perl-xml-writer@0.900
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/Graph-ReadWrite
Licenses: GPL 1+
Synopsis: Modules for reading and writing directed graphs
Description:

This is a collection of perl classes for reading and writing directed graphs in a variety of file formats. The graphs are represented in Perl using Jarkko Hietaniemi's Graph classes.

There are two base classes. Graph::Reader is the base class for classes which read a graph file and create an instance of the Graph class. Graph::Writer is the base class for classes which take an instance of the Graph class and write it out in a specific file format.

perl-xml-xpathengine 0.14
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-XPathEngine
Licenses: GPL 1+
Synopsis: Re-usable XPath engine for DOM-like trees
Description:

This module provides an XPath engine, that can be re-used by other modules/classes that implement trees.

In order to use the XPath engine, nodes in the user module need to mimic DOM nodes. The degree of similitude between the user tree and a DOM dictates how much of the XPath features can be used. A module implementing all of the DOM should be able to use this module very easily (you might need to add the cmp method on nodes in order to get ordered result sets).

perl-test-mockrandom 1.01
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-MockRandom
Licenses: ASL 2.0
Synopsis: Replaces random number generation with non-random number generation
Description:

This module can test routines that manipulate random numbers by providing a known output from rand. Given a list of seeds with srand, it will return each in turn. After seeded random numbers are exhausted, it will always return 0. Seed numbers must be of a form that meets the expected output from rand as called with no arguments: they must be between 0 (inclusive) and 1 (exclusive). In order to facilitate generating and testing a nearly-one number, this module exports the function oneish, which returns a number just fractionally less than one.

perl-params-classify 0.015
Propagated dependencies: perl-devel-callchecker@0.008
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Params-Classify
Licenses: GPL 1+
Synopsis: Argument type classification
Description:

This module provides various type-testing functions. These are intended for functions that care what type of data they are operating on. There are two flavours of function. Functions of the first flavour provide type classification only. Functions of the second flavour also check that an argument is of an expected type. The type enforcement functions handle only the simplest requirements for arguments of the types handled by the classification functions. Enforcement of more complex types may be built using the classification functions, or it may be more convenient to use a module designed for the more complex job, such as Params::Validate

perl-async-interrupt 1.26
Propagated dependencies: perl-common-sense@3.75
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Async-Interrupt
Licenses: GPL 1+
Synopsis: Allow C/XS libraries to interrupt perl asynchronously
Description:

Async::Interrupt implements a single feature only of interest to advanced perl modules, namely asynchronous interruptions (think "UNIX signals", which are very similar).

Sometimes, modules wish to run code asynchronously (in another thread, or from a signal handler), and then signal the perl interpreter on certain events. One common way is to write some data to a pipe and use an event handling toolkit to watch for I/O events. Another way is to send a signal. Those methods are slow, and in the case of a pipe, also not asynchronous - it won't interrupt a running perl interpreter.

This module implements asynchronous notifications that enable you to signal running perl code from another thread, asynchronously, and sometimes even without using a single syscall.

perl-set-intervaltree 0.10
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/Set-IntervalTree
Licenses: GPL 1+
Synopsis: Perform range-based lookups on sets of ranges.
Description:
perl-multidimensional 0.014
Propagated dependencies: perl-b-hooks-op-check@0.22 perl-lexical-sealrequirehints@0.011
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/multidimensional
Licenses: GPL 1+
Synopsis: Disable multidimensional array emulation
Description:

Multidimensional disables multidimensional array emulation.

perl-software-license 0.103014
Propagated dependencies: perl-data-section@0.200007 perl-text-template@1.55
Channel: guix
Location: gnu/packages/license.scm (gnu packages license)
Home page: https://metacpan.org/release/Software-License
Licenses: GPL 1+
Synopsis: Templated software licenses
Description:

This package provides templated software licenses.

Total results: 939