_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-file-sharedir-install 0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ShareDir-Install
Licenses: GPL 1+
Synopsis: Install shared files
Description:

File::ShareDir::Install allows you to install read-only data files from a distribution. It is a companion module to File::ShareDir, which allows you to locate these files after installation.

perl-net-dns-resolver-mock 1.20171219
Dependencies: perl-net-dns@1.31
Channel: guix
Location: gnu/packages/networking.scm (gnu packages networking)
Home page: https://metacpan.org/release/Net-DNS-Resolver-Mock
Licenses: GPL 1+
Synopsis: Mock DNS Resolver object for testing
Description:

Net::DNS::Resolver::Mock is a subclass of Net::DNS::Resolver, but returns static data from any provided DNS zone file instead of querying the network. It is intended primarily for use in testing.

perl-test-requiresinternet 0.05
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-RequiresInternet
Licenses: GPL 1+
Synopsis: Easily test network connectivity when running tests
Description:

This Perl module is intended to easily test network connectivity to non-local Internet resources before functional tests begin. If the sockets cannot connect to the specified hosts and ports, the exception is caught and reported, and the tests skipped.

perl-datetime-format-mysql 0.0701
Propagated dependencies: perl-datetime@1.54 perl-datetime-format-builder@0.82
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Format-MySQL
Licenses: GPL 1+
Synopsis: Parse and format MySQL dates and times
Description:

This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.

perl-module-implementation 0.09
Propagated dependencies: perl-module-runtime@0.016 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Implementation
Licenses: Artistic License 2.0
Synopsis: Loads alternate underlying implementations for a module
Description:

This module abstracts out the process of choosing one of several underlying implementations for a module. This can be used to provide XS and pure Perl implementations of a module, or it could be used to load an implementation for a given OS or any other case of needing to provide multiple implementations.

perl-xml-filter-buffertext 1.01
Propagated dependencies: perl-xml-sax-base@1.09
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Filter-BufferText
Licenses: GPL 1+
Synopsis: Filter to put all characters() in one event
Description:

This is a very simple filter. One common cause of grief (and programmer error) is that XML parsers aren't required to provide character events in one chunk. They can, but are not forced to, and most don't. This filter does the trivial but oft-repeated task of putting all characters into a single event.

perl-filesys-notify-simple 0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Filesys-Notify-Simple
Licenses: GPL 1+
Synopsis: Simple and dumb file system watcher
Description:

Filesys::Notify::Simple is a simple but unified interface to get notifications of changes to a given file system path. It uses inotify2 on Linux, fsevents on OS X, kqueue on FreeBSD, and FindFirstChangeNotification on Windows if they're installed, and falls back to a full directory scan if none of these are available.

perl-email-mime-contenttype 1.022
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Email-MIME-ContentType
Licenses: GPL 1+
Synopsis: Parse MIME Content-Type headers
Description:

Email::MIME::ContentType parses a MIME Content-Type header.

perl-spreadsheet-parseexcel 0.66
Propagated dependencies: perl-crypt-rc4@2.02 perl-digest-perl-md5@1.9 perl-io-stringy@2.111 perl-ole-storage-lite@0.20 perl-scalar-list-utils@1.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Spreadsheet-ParseExcel
Licenses: GPL 1+
Synopsis: Read information from an Excel file
Description:

This Spreadsheet::ParseExcel module parses Microsoft Excel95, 97 and 2000 format files.

perl-webservice-musicbrainz 1.0.5
Propagated dependencies: perl-mojolicious@9.17
Channel: guix
Location: gnu/packages/music.scm (gnu packages music)
Home page: https://metacpan.org/release/WebService-MusicBrainz
Licenses: GPL 1+
Synopsis: Web service API to the MusicBrainz database
Description:

This module searches the MusicBrainz database through their web service at musicbrainz.org.

perl-moosex-params-validate 0.21
Propagated dependencies: perl-devel-caller@2.06 perl-moose@2.2015 perl-params-validate@1.29 perl-sub-exporter@0.988
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooseX-Params-Validate
Licenses: GPL 1+
Synopsis: Extension of Params::Validate using Moose's types
Description:

This module fills a gap in Moose by adding method parameter validation to Moose.

perl-class-accessor-grouped 0.10014
Propagated dependencies: perl-class-xsaccessor@1.19 perl-module-runtime@0.016 perl-sub-name@0.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Accessor-Grouped
Licenses: GPL 1+
Synopsis: Build groups of accessors
Description:

This class lets you build groups of accessors that will call different getters and setters.

perl-html-tokeparser-simple 3.16
Propagated dependencies: perl-html-parser@3.72 perl-html-tagset@3.20 perl-sub-override@0.10
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-TokeParser-Simple
Licenses: GPL 1+
Synopsis: Easy to use parsing interface
Description:

Provides HTML::TokeParser::Simple, a simpler interface to HTML::TokeParser for parsing HTML.

perl-class-c3-componentised 1.001002
Propagated dependencies: perl-class-c3@0.35 perl-class-inspector@1.36 perl-mro-compat@0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-C3-Componentised
Licenses: GPL 1+
Synopsis: Load mix-ins or components to your C3-based class
Description:

This module will inject base classes to your module using the Class::C3 method resolution order.

perl-regexp-pattern-defhash 0.001
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Regexp-Pattern-DefHash
Licenses: GPL 1+
Synopsis: Regexp patterns related to DefHash
Description:

Regexp patterns related to DefHash, a convention to define things more precisely and uniformly using a hash.

perl-html-treebuilder-xpath 0.14
Propagated dependencies: perl-html-tree@5.07 perl-xml-xpathengine@0.14
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-TreeBuilder-XPath
Licenses: GPL 1+
Synopsis: XPath support for @code{HTML::TreeBuilder}
Description:

This module implements HTML::TreeBuilder::XPath for HTML::TreeBuilder, making it easy to parse documents using XPath.

perl-log-any-adapter-screen 0.140
Propagated dependencies: perl-log-any@1.707
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Log-Any-Adapter-Screen
Licenses: GPL 1+
Synopsis: Send logs to screen, with colors and some other features
Description:

This module provides a Log::Any adapter to send log messages to screen, with colors and some other features.

perl-text-markdown-discount 0.11
Dependencies: discount@2.2.7
Channel: guix
Location: gnu/packages/markup.scm (gnu packages markup)
Home page: https://metacpan.org/release/Text-Markdown-Discount
Licenses: GPL 1+
Synopsis: Fast function for converting Markdown to HTML using Discount
Description:

Text::Markdown::Discount is a Perl extension to the Discount markdown implementation.

  use Text::Markdown::Discount;
  my $html = markdown($text)
perl-regexp-pattern-license 3.11.0
Channel: guix
Location: gnu/packages/license.scm (gnu packages license)
Home page: https://metacpan.org/release/Regexp-Pattern-License
Licenses: GPL 3+
Synopsis: Regular expressions for legal licenses
Description:

Regexp::Pattern::License provides a hash of regular expression patterns related to legal software licenses.

Regexp::Pattern is a convention for organizing reusable regex patterns.

perl-moox-strictconstructor 0.010
Propagated dependencies: perl-class-method-modifiers@2.13 perl-moo@1.007000 perl-strictures@1.005005
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-StrictConstructor
Licenses: GPL 1+
Synopsis: Make Moo-based object constructors blow up on unknown attributes
Description:

Loading MooX::StrictConstructor makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it dies.

perl-unicode-eastasianwidth 12.0
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Unicode-EastAsianWidth
Licenses: CC0
Synopsis: East Asian Width properties
Description:

This module provides user-defined Unicode properties that deal with width status of East Asian characters, as specified in UnicodeĀ® Standard Annex #11.

perl-catalyst-view-download 0.09
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-View-Download
Licenses: GPL 1+
Synopsis: Download data in many formats
Description:

The purpose of this module is to provide a method for downloading data into many supportable formats. For example, downloading a table based report in a variety of formats (CSV, HTML, etc.).

perl-class-accessor-chained 0.01
Propagated dependencies: perl-class-accessor@0.51
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Accessor-Chained
Licenses: GPL 1+
Synopsis: Faster, but less expandable, chained accessors
Description:

A chained accessor is one that always returns the object when called with parameters (to set), and the value of the field when called with no arguments. This module subclasses Class::Accessor in order to provide the same mk_accessors interface.

perl-datetime-format-sqlite 0.11
Propagated dependencies: perl-datetime@1.54 perl-datetime-format-builder@0.82
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Format-SQLite
Licenses: GPL 1+
Synopsis: Parse and format SQLite dates and times
Description:

This module understands the formats used by SQLite for its date, datetime and time functions. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a timestring accepted by SQLite.

Total results: 978