_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-xml-libxml-simple 1.01
Propagated dependencies: perl-file-slurp-tiny@0.004 perl-xml-libxml@2.0134
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-LibXML-Simple
Licenses: GPL 1+
Build system: perl
Synopsis: XML::LibXML based XML::Simple clone
Description:

This package provides the same API as XML::Simple but is based on XML::LibXML.

perl-test-pod-coverage 1.10
Propagated dependencies: perl-pod-coverage@0.23
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Pod-Coverage
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Check for pod coverage
Description:

This module adds a test to your Perl distribution which checks for pod coverage of all appropriate files.

perl-extutils-cppguess 0.20
Propagated dependencies: perl-capture-tiny@0.48
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-CppGuess
Licenses: GPL 1+
Build system: perl
Synopsis: Tool for guessing C++ compiler and flags
Description:

ExtUtils::CppGuess attempts to guess the C++ compiler that is compatible with the C compiler used to build perl.

perl-class-methodmaker 2.24
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-MethodMaker
Licenses: GPL 1+
Build system: perl
Synopsis: Create generic methods for OO Perl
Description:

This module solves the problem of having to continually write accessor methods for your objects that perform standard tasks.

perl-proc-processtable 0.59
Channel: small-guix
Location: small-guix/packages/ocsinventory-agent.scm (small-guix packages ocsinventory-agent)
Home page: https://metacpan.org/release/Proc-ProcessTable
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Perl extension to access the unix process table
Description:

This package provides the Proc::ProcessTable module, a first crack at providing a consistent interface to Unix process table information.

perl-tie-handle-offset 0.004
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Tie-Handle-Offset
Licenses: ASL 2.0
Build system: perl
Synopsis: Special file handle that hides the beginning of a file
Description:

This module provides a file handle that hides the beginning of a file, by modifying the seek() and tell() calls.

perl-proc-invokeeditor 1.13
Propagated dependencies: perl-carp-assert@0.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Proc-InvokeEditor
Licenses: GPL 1+
Build system: perl
Synopsis: Interface to external editor from Perl
Description:

This module provides the ability to supply some text to an external text editor, have it edited by the user, and retrieve the results.

perl-list-moreutils-xs 0.430
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/List-MoreUtils-XS
Licenses: ASL 2.0
Build system: perl
Synopsis: Provide the stuff missing in List::Util in XS
Description:

List::MoreUtils::XS provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.

perl-html-tableextract 2.13
Propagated dependencies: perl-html-element-extended@1.18 perl-html-parser@3.72
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-TableExtract
Licenses: GPL 1+
Build system: perl
Synopsis: Extract contents from HTML tables
Description:

HTML::TableExtract is a Perl module for extracting the content contained in tables within an HTML document, either as text or encoded element trees.

perl-lingua-pt-stemmer 0.02
Channel: guix
Location: gnu/packages/language.scm (gnu packages language)
Home page: https://metacpan.org/release/Lingua-PT-Stemmer
Licenses: GPL 1+
Build system: perl
Synopsis: Portuguese language stemming
Description:

This module implements a Portuguese stemming algorithm proposed in the paper A Stemming Algorithm for the Portuguese Language by Moreira, V. and Huyck, C.

perl-file-desktopentry 0.22
Propagated dependencies: perl-file-basedir@0.09 perl-uri@5.05
Channel: guix
Location: gnu/packages/freedesktop.scm (gnu packages freedesktop)
Home page: https://metacpan.org/release/File-DesktopEntry
Licenses: GPL 1+
Build system: perl
Synopsis: Handle @file{.desktop} files
Description:

File::DesktopEntry parses .desktop files defined by the Freedesktop.org Desktop Entry specification. It can also run the applications define in those files.

perl-universal-require 0.19
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/UNIVERSAL-require
Licenses: GPL 1+
Build system: perl
Synopsis: Require modules from a variable
Description:

This module lets you require other modules where the module name is in a variable, something you can't do with the require built-in.

perl-contextual-return 0.004014
Propagated dependencies: perl-want@0.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Contextual-Return
Licenses: GPL 1+
Build system: perl
Synopsis: Create context-sensitive return values
Description:

This module provides a collection of named blocks that allow a return statement to return different values depending on the context in which it is called.

perl-text-neattemplate 0.1101
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-NeatTemplate
Licenses: GPL 1+
Build system: perl
Synopsis: Fast, middleweight template engine
Description:

Text::NeatTemplate provides a simple, middleweight but fast template engine, for when you need speed rather than complex features, yet need more features than simple variable substitution.

perl-list-someutils-xs 0.58
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/List-SomeUtils-XS
Licenses: Artistic License 2.0
Build system: perl
Synopsis: XS implementation for @code{List::SomeUtils}
Description:

List::SomeUtils::XS is a XS implementation for List::SomeUtils. There are no user-facing parts here. See List::SomeUtils for API details.

perl-libtime-parsedate 2015.103
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-ParseDate
Licenses: non-copyleft
Build system: perl
Synopsis: Collection of Perl modules for time/date manipulation
Description:

Provides several perl modules for date/time manipulation: Time::CTime.pm, Time::JulianDay.pm, Time::ParseDate.pm, Time::Timezone.pm, and Time::DaysInMonth.pm.

perl-unicode-linebreak 2019.001
Propagated dependencies: perl-mime-charset@1.012.2
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Unicode-LineBreak
Licenses: GPL 1+
Build system: perl
Synopsis: Unicode line breaking algorithm
Description:

Unicode::LineBreak implements the line breaking algorithm described in Unicode Standard Annex #14. The East_Asian_Width property defined by Annex #11 is used to determine breaking positions.

perl-extutils-manifest 1.73
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-Manifest
Licenses: GPL 1+
Build system: perl
Synopsis: Utilities to write and check a MANIFEST file
Description:

This package contains functions to manipulate a MANIFEST file. The package exports no functions by default. The following are exported on request: mkmanifest, manifind, manicheck, filecheck, fullcheck, skipcheck, maniread, maniskip, manicopy, maniadd.

perl-memoize-expirelru 0.56
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Memoize-ExpireLRU
Licenses: GPL 1+
Build system: perl
Synopsis: Expiry plug-in for Memoize that adds LRU cache expiration
Description:

This module implements an expiry policy for Memoize that follows LRU semantics, that is, the last n results, where n is specified as the argument to the CACHESIZE parameter, will be cached.

perl-eval-withlexicals 1.003006
Dependencies: bash-minimal@5.2.37 perl-term-readline-gnu@1.36
Propagated dependencies: perl-moo@1.007000 perl-strictures@1.005005
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Eval-WithLexicals
Licenses: GPL 1+
Build system: perl
Synopsis: Lexical scope evaluation library for Perl
Description:

The Eval::WithLexicals Perl library provides support for lexical scope evaluation. This package also includes the tinyrepl command, which can be used as a minimal Perl read-eval-print loop (REPL).

perl-term-readline-gnu 1.36
Dependencies: readline@8.2.13 ncurses@6.2.20210619
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Term-ReadLine-Gnu
Licenses: GPL 1+
Build system: perl
Synopsis: GNU Readline/History Library interface for Perl
Description:

This module implements an interface to the GNU Readline library. It gives you input line editing facilities, input history management facilities, completion facilities, etc. Term::ReadLine::Gnu is upwards compatible with Term::ReadLine.

perl-lingua-en-inflect 1.903
Channel: guix
Location: gnu/packages/language.scm (gnu packages language)
Home page: https://metacpan.org/release/Lingua-EN-Inflect
Licenses: GPL 1+
Build system: perl
Synopsis: Convert singular to plural
Description:

Lingua::EN::Inflect provides plural inflections, "a"/"an" selection for English words, and manipulation of numbers as words. Plural forms of all nouns, most verbs, and some adjectives are provided. Where appropriate, "classical" variants (for example: "brother" -> "brethren", "dogma" -> "dogmata", etc.) are also provided.

perl-test-memory-cycle 1.06
Dependencies: perl-padwalker@2.3
Propagated dependencies: perl-devel-cycle@1.12
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Memory-Cycle
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Verifies code hasn't left circular references
Description:

Test::Memory::Cycle is built on top of Devel::Cycle to give you an easy way to check for these circular references.

use Test::Memory::Cycle;

my $object = new MyObject;
# Do stuff with the object.
memory_cycle_ok( $object );
perl6-grammar-debugger 1.0.1-1.0375008
Propagated dependencies: perl6-terminal-ansicolor@0.5
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/jnthn/grammar-debugger
Licenses: Artistic License 2.0
Build system: rakudo
Synopsis: Simple tracing and debugging support for Raku grammars
Description:

This module provides a simple debugger for grammars. Just use it: use Grammar::Debugger; and any grammar in the lexical scope of the use statement will automatically have debugging enabled. The debugger will break execution when you first enter the grammar, and provide a prompt.

Total results: 1030