Acme-CPANModules-ColorThemed

 view release on metacpan or  search on metacpan

META.json  view on Meta::CPAN

         "requires" : {
            "File::Spec" : "0",
            "IO::Handle" : "0",
            "IPC::Open3" : "0",
            "Test::More" : "0"
         }
      },
      "x_lists" : {
         "x_lists" : {
            "ColorTheme" : "0",
            "JSON::Color" : "0",
            "Text::ANSITable" : "0"
         }
      },
      "x_mentions" : {
         "x_mentions" : {
            "ColorTheme" : "0",
            "JSON::Color" : "0",
            "Text::ANSITable" : "0"
         }
      }
   },
   "provides" : {
      "Acme::CPANModules::ColorThemed" : {
         "file" : "lib/Acme/CPANModules/ColorThemed.pm",
         "version" : "0.004"
      }
   },

META.json  view on Meta::CPAN

            "class" : "Dist::Zilla::Plugin::CopyrightYearFromGit",
            "name" : "@Author::PERLANCAR/CopyrightYearFromGit",
            "version" : "0.009"
         },
         {
            "class" : "Dist::Zilla::Plugin::IfBuilt",
            "name" : "@Author::PERLANCAR/IfBuilt",
            "version" : "0.03"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaJSON",
            "name" : "@Author::PERLANCAR/MetaJSON",
            "version" : "6.030"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaConfig",
            "name" : "@Author::PERLANCAR/MetaConfig",
            "version" : "6.030"
         },
         {
            "class" : "Dist::Zilla::Plugin::MetaProvides::Package",
            "config" : {

META.json  view on Meta::CPAN

      "zilla" : {
         "class" : "Dist::Zilla::Dist::Builder",
         "config" : {
            "is_trial" : 0
         },
         "version" : "6.030"
      }
   },
   "x_authority" : "cpan:PERLANCAR",
   "x_generated_by_perl" : "v5.38.0",
   "x_serialization_backend" : "Cpanel::JSON::XS version 4.36",
   "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
   "x_static_install" : 1
}

META.yml  view on Meta::CPAN

      version: '0.036'
    -
      class: Dist::Zilla::Plugin::CopyrightYearFromGit
      name: '@Author::PERLANCAR/CopyrightYearFromGit'
      version: '0.009'
    -
      class: Dist::Zilla::Plugin::IfBuilt
      name: '@Author::PERLANCAR/IfBuilt'
      version: '0.03'
    -
      class: Dist::Zilla::Plugin::MetaJSON
      name: '@Author::PERLANCAR/MetaJSON'
      version: '6.030'
    -
      class: Dist::Zilla::Plugin::MetaConfig
      name: '@Author::PERLANCAR/MetaConfig'
      version: '6.030'
    -
      class: Dist::Zilla::Plugin::MetaProvides::Package
      config:
        Dist::Zilla::Plugin::MetaProvides::Package:
          finder_objects:

README  view on Meta::CPAN

    This document describes version 0.004 of Acme::CPANModules::ColorThemed
    (from Perl distribution Acme-CPANModules-ColorThemed), released on
    2023-08-06.

DESCRIPTION
    ColorTheme

    Modules which support color themes and follow the ColorTheme
    specification.

    JSON::Color

    Text::ANSITable

    Others

ACME::CPANMODULES ENTRIES
    ColorTheme
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    JSON::Color
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

    Text::ANSITable
        Author: PERLANCAR <https://metacpan.org/author/PERLANCAR>

FAQ
  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 Acme::CPANModules for more

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

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;

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

=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



( run in 1.536 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )