-
-
19 Jun 2020 16:01:39 UTC
- Distribution: ColorThemeBase-Static
- Module version: 0.008
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (2510 / 0 / 0)
- Kwalitee
Bus factor: 1- 79.17% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (16.71KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
ColorThemeBase::Static::FromStructColors - Base class for color theme modules with static list of items (from %THEME)
VERSION
This document describes version 0.008 of ColorThemeBase::Static::FromStructColors (from Perl distribution ColorThemeBase-Static), released on 2020-06-19.
DESCRIPTION
This base class is for color theme modules that only have static list of items, i.e. all from the %THEME package variable, under the key
items
.Note that the item color itself can be dynamic, e.g. return a coderef.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/ColorThemeBase-Static.
SOURCE
Source repository is at https://github.com/perlancar/perl-ColorThemeBase-Static.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=ColorThemeBase-Static
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
ColorThemeBase::Static::FromObjectColors
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2020 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install ColorThemeBase::Static, copy and paste the appropriate command in to your terminal.
cpanm ColorThemeBase::Static
perl -MCPAN -e shell install ColorThemeBase::Static
For more information on module installation, please visit the detailed CPAN module installation guide.