Acme-CPANModules-ColorThemedModules

 view release on metacpan or  search on metacpan

lib/Acme/CPANModules/ColorThemedModules.pm  view on Meta::CPAN

package Acme::CPANModules::ColorThemedModules;

our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY
our $DATE = '2020-06-09'; # DATE
our $DIST = 'Acme-CPANModules-ColorThemedModules'; # DIST
our $VERSION = '0.001'; # VERSION

use strict;
use Acme::CPANModulesUtil::Misc;

our $LIST = {
    summary => "Modules that has 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: Modules that has color theme support

__END__

=pod

=encoding UTF-8

=head1 NAME

Acme::CPANModules::ColorThemedModules - Modules that has color theme support

=head1 VERSION

This document describes version 0.001 of Acme::CPANModules::ColorThemedModules (from Perl distribution Acme-CPANModules-ColorThemedModules), released on 2020-06-09.

=head1 DESCRIPTION

B<ColorTheme>

Modules which support color themes and follow the L<ColorTheme> specification.

L<JSON::Color>

L<Text::ANSITable>

B<Others>

=head1 INCLUDED MODULES

=over

=item * L<ColorTheme>

=item * L<JSON::Color>

=item * L<Text::ANSITable>

=back

=head1 FAQ

=head2 What are ways to use this module?

Aside from reading it, you can install all the listed modules using
L<cpanmodules>:

    % cpanmodules ls-entries ColorThemedModules | cpanm -n

or L<Acme::CM::Get>:

    % perl -MAcme::CM::Get=ColorThemedModules -E'say $_->{module} for @{ $LIST->{entries} }' | cpanm -n

This module also helps L<lcpan> produce a more meaningful result for C<lcpan
related-mods> when it comes to finding related modules for the modules listed
in this Acme::CPANModules module.

=head1 HOMEPAGE

Please visit the project's homepage at L<https://metacpan.org/release/Acme-CPANModules-ColorThemedModules>.

=head1 SOURCE

Source repository is at L<https://github.com/perlancar/perl-Acme-CPANModules-ColorThemedModules>.

=head1 BUGS



( run in 1.864 second using v1.01-cache-2.11-cpan-e93a5daba3e )