Acme-CPANModules-ColorThemed
view release on metacpan or search on metacpan
lib/Acme/CPANModules/ColorThemed.pm view on Meta::CPAN
package Acme::CPANModules::ColorThemed;
use strict;
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2023-08-06'; # DATE
our $DIST = 'Acme-CPANModules-ColorThemed'; # DIST
our $VERSION = '0.004'; # VERSION
use strict;
use Acme::CPANModulesUtil::Misc;
our $LIST = {
summary => "Lists of modules that have color theme support",
description => <<'_',
**ColorTheme**
Modules which support color themes and follow the <pm:ColorTheme> specification.
<pm:JSON::Color>
<pm:Text::ANSITable>
**Others**
_
};
Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
1;
# ABSTRACT: Lists of modules that have color theme support
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::ColorThemed - Lists of modules that have color theme support
=head1 VERSION
This document describes version 0.004 of Acme::CPANModules::ColorThemed (from Perl distribution Acme-CPANModules-ColorThemed), released on 2023-08-06.
=head1 DESCRIPTION
B<ColorTheme>
Modules which support color themes and follow the L<ColorTheme> specification.
L<JSON::Color>
L<Text::ANSITable>
B<Others>
=head1 ACME::CPANMODULES ENTRIES
=over
=item L<ColorTheme>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<JSON::Color>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=item L<Text::ANSITable>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
=back
=head1 FAQ
=head2 What is an Acme::CPANModules::* module?
An Acme::CPANModules::* module, like this module, contains just a list of module
names that share a common characteristics. It is a way to categorize modules and
document CPAN. See L<Acme::CPANModules> for more details.
=head2 What are ways to use this Acme::CPANModules module?
Aside from reading this Acme::CPANModules module's POD documentation, you can
install all the listed modules (entries) using L<cpanm-cpanmodules> script (from
L<App::cpanm::cpanmodules> distribution):
% cpanm-cpanmodules -n ColorThemed
Alternatively you can use the L<cpanmodules> CLI (from L<App::cpanmodules>
distribution):
% cpanmodules ls-entries ColorThemed | cpanm -n
( run in 1.539 second using v1.01-cache-2.11-cpan-39bf76dae61 )