_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-regexp-common 2017060201
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Regexp-Common
Licenses: GPL 1+ X11 Modified BSD
Synopsis: Provide commonly requested regular expressions
Description:

This module exports a single hash (%RE) that stores or generates commonly needed regular expressions. Patterns currently provided include: balanced parentheses and brackets, delimited text (with escapes), integers and floating-point numbers in any base (up to 36), comments in 44 languages, offensive language, lists of any pattern, IPv4 addresses, URIs, and Zip codes.

perl-test-mocktime 0.17
Propagated dependencies: perl-time-piece@1.3401
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-MockTime
Licenses: GPL 1+
Synopsis: Replaces actual time with simulated time
Description:

This module was created to enable test suites to test code at specific points in time. Specifically it overrides localtime, gmtime and time at compile time and then relies on the user supplying a mock time via set_relative_time, set_absolute_time or set_fixed_time to alter future calls to gmtime,time or localtime.

perl-file-mimeinfo 0.33
Dependencies: bash-minimal@5.1.16
Propagated dependencies: shared-mime-info@2.3 perl-file-desktopentry@0.22
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://metacpan.org/release/File-MimeInfo
Licenses: GPL 1+
Synopsis: Determine file type from the file name
Description:

File::Mimeinfo can be used to determine the MIME type of a file. It tries to implement the Freedesktop specification for a shared MIME database.

This package also contains two related utilities:

  • mimetype determines a file's MIME type;

  • mimeopen opens files in an appropriate program according to their MIME type.

perl-test-manifest 2.021
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Manifest
Licenses: GPL 1+
Synopsis: Interact with a t/test_manifest file
Description:

Test::Manifest overrides the default test file order. Instead of running all of the t/*.t files in ASCII-betical order, it looks in the t/test_manifest file to find out which tests you want to run and the order in which you want to run them. It constructs the right value for the build system to do the right thing.

perl-test-warnings 0.030
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Warnings
Licenses: GPL 1+
Synopsis: Test for warnings and the lack of them
Description:

This module is intended to be used as a drop-in replacement for Test::NoWarnings. It also adds an extra test, but runs this test before done_testing calculates the test count, rather than after. It does this by hooking into done_testing as well as via an END block. You can declare a plan, or not, and things will still Just Work.

perl-string-format 1.18
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-Format
Licenses: GPL 2
Synopsis: Format sprintf-like strings with arbitrary format definitions
Description:

String::Format lets you define arbitrary printf-like format sequences to be expanded. This module would be most useful in configuration files and reporting tools, where the results of a query need to be formatted in a particular way. It was inspired by mutt's .

perl-template-tiny 1.12
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Template-Tiny
Licenses: GPL 1+
Synopsis: Template Toolkit reimplemented in as little code as possible
Description:

Template::Tiny is a reimplementation of a subset of the functionality from Template Toolkit in as few lines of code as possible.

It is intended for use in light-usage, low-memory, or low-cpu templating situations, where you may need to upgrade to the full feature set in the future, or if you want the retain the familiarity of TT-style templates.

perl-test-subcalls 1.10
Propagated dependencies: perl-hook-lexwrap@0.26
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-SubCalls
Licenses: GPL 1+
Synopsis: Track the number of times subs are called
Description:

There are a number of different situations (like testing caching code) where you want to want to do a number of tests, and then verify that some underlying subroutine deep within the code was called a specific number of times.

Test::SubCalls module provides a number of functions for doing testing in this way in association with your normal Test::More (or similar) test scripts.

perl-file-sharedir 1.116
Propagated dependencies: perl-class-inspector@1.36
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ShareDir
Licenses: GPL 1+
Synopsis: Locate per-dist and per-module shared files
Description:

The intent of File::ShareDir is to provide a companion to Class::Inspector and File::HomeDir. Quite often you want or need your Perl module to have access to a large amount of read-only data that is stored on the file-system at run-time. Once the files have been installed to the correct directory, you can use File::ShareDir to find your files again after the installation.

perl-number-format 1.75
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Number-Format
Licenses: GPL 1+
Synopsis: Convert numbers to strings with pretty formatting
Description:

Number::Format is a library for formatting numbers. Functions are provided for converting numbers to strings in a variety of ways, and to convert strings that contain numbers back into numeric form. The output formats may include thousands separators - characters inserted between each group of three characters counting right to left from the decimal point. The characters used for the decimal point and the thousands separator come from the locale information or can be specified by the user.

perl-pod-constants 0.19
Propagated dependencies: perl-pod-parser@1.65
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Pod-Constants
Licenses: Artistic License 2.0
Synopsis: Include constants from POD
Description:

This module allows you to specify those constants that should be documented in your POD, and pull them out a run time in a fairly arbitrary fashion.

Pod::Constants uses Pod::Parser to do the parsing of the source file. It has to open the source file it is called from, and does so directly either by lookup in %INC or by assuming it is $0 if the caller is main (or it can't find %INCcaller()).

perl-html-template 2.97
Propagated dependencies: perl-cgi@4.55
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-Template
Licenses: GPL 1+
Synopsis: HTML-like templates
Description:

This module attempts to make using HTML templates simple and natural. It extends standard HTML with a few new HTML-esque tags: <TMPL_VAR>, <TMPL_LOOP>, <TMPL_INCLUDE>, <TMPL_IF>, <TMPL_ELSE> and <TMPL_UNLESS>. The file written with HTML and these new tags is called a template. Using this module you fill in the values for the variables, loops and branches declared in the template. This allows you to separate design from the data.

perl-encode-locale 1.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Encode-Locale
Licenses: GPL 1+
Synopsis: Perl locale encoding determination
Description:

The POSIX locale system is used to specify both the language conventions requested by the user and the preferred character set to consume and output. The Encode::Locale module looks up the charset and encoding (called a CODESET in the locale jargon) and arranges for the Encode module to know this encoding under the name "locale". It means bytes obtained from the environment can be converted to Unicode strings by calling Encode::encode(locale => $bytes) and converted back again with Encode::decode(locale => $string).

perl-text-wrapi18n 0.06
Dependencies: perl-text-charwidth@0.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/pod/Text::WrapI18N
Licenses: GPL 1+
Synopsis: Line wrapping for multibyte, fullwidth, combining characters and so on
Description:

This module intends to be a better Text::Wrap module. This module is needed to support multibyte character encodings such as UTF-8, EUC-JP, EUC-KR, GB2312, and Big5. This module also supports characters with irregular widths, such as combining characters (which occupy zero columns on terminal, like diacritical marks in UTF-8) and fullwidth characters (which occupy two columns on terminal, like most of east Asian characters). Also, minimal handling of languages which doesn't use whitespaces between words (like Chinese and Japanese) is supported.

perl-scalar-string 0.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Scalar-String
Licenses: GPL 1+
Synopsis: String aspects of scalars
Description:

Scalar::String is about the string part of plain Perl scalars. A scalar has a string value, which is notionally a sequence of Unicode codepoints but may be internally encoded in either ISO-8859-1 or UTF-8. In places, more so in older versions of Perl, the internal encoding shows through. To fully understand Perl strings it is necessary to understand these implementation details. This module provides functions to classify a string by encoding and to encode a string in a desired way. The module is implemented in XS, with a pure Perl backup version for systems that cannot handle XS.

perl-time-parsedate 2015.103
Channel: gn-bioinformatics
Location: gn/packages/perl.scm (gn packages perl)
Home page: http://search.cpan.org/dist/Time-ParseDate
Licenses:
Synopsis: Parse and format time values
Description:

ParseDate

perl-term-size-perl 0.031
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Term-Size-Perl
Licenses: GPL 1+
Synopsis: Perl extension for retrieving terminal size (Perl version)
Description:

This is yet another implementation of Term::Size. Now in pure Perl, with the exception of a C probe run at build time.

perl-class-accessor 0.51
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Accessor
Licenses: GPL 1+
Synopsis: Automated accessor generation
Description:

This module automagically generates accessors/mutators for your class.

perl-io-sessiondata 1.03
Channel: guix
Location: gnu/packages/perl-web.scm (gnu packages perl-web)
Home page: https://metacpan.org/release/IO-SessionData
Licenses: GPL 1+
Synopsis: Supporting module for SOAP::Lite
Description:

Package extracted from SOAP::Lite. Slightly modified to work on multiple platforms.

perl-cpanel-json-xs 4.30
Propagated dependencies: perl-common-sense@3.75
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Cpanel-JSON-XS
Licenses: GPL 1+
Synopsis: JSON::XS for Cpanel
Description:

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

perl-regexp-pattern 0.2.8
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Regexp-Pattern
Licenses: GPL 1+
Synopsis: Collection of regexp patterns
Description:

Regexp::Pattern is a convention for organizing reusable regexp patterns in modules.

perl-template-timer 1.00
Propagated dependencies: perl-template-toolkit@2.28
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Template-Timer
Licenses: GPL 3 Artistic License 2.0
Synopsis: Profiling for Template Toolkit
Description:

Template::Timer provides inline profiling of the template processing in Perl code.

perl-http-parser-xs 0.17
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-Parser-XS
Licenses: GPL 1+
Synopsis: Fast HTTP request parser
Description:

HTTP::Parser::XS is a fast, primitive HTTP request/response parser.

perl-test-checkdeps 0.010
Propagated dependencies: perl-cpan-meta-check@0.014
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-CheckDeps
Licenses: GPL 1+
Synopsis: Check for presence of dependencies
Description:

This module provides a test that checks all dependencies have been installed properly.

Total results: 939