| line |
stmt |
bran |
cond |
sub |
pod |
time |
code |
|
1
|
|
|
|
|
|
|
package HashData::Color::CMYK::JohnDecemberCom; |
|
2
|
|
|
|
|
|
|
|
|
3
|
1
|
|
|
1
|
|
464706
|
use strict; |
|
|
1
|
|
|
|
|
2
|
|
|
|
1
|
|
|
|
|
48
|
|
|
4
|
1
|
|
|
1
|
|
606
|
use Role::Tiny::With; |
|
|
1
|
|
|
|
|
13998
|
|
|
|
1
|
|
|
|
|
4246
|
|
|
5
|
|
|
|
|
|
|
with 'HashDataRole::Source::LinesInDATA'; |
|
6
|
|
|
|
|
|
|
#with 'Role::TinyCommons::Collection::FindItem::Iterator'; # add find_item() (has_item already added above) |
|
7
|
|
|
|
|
|
|
#with 'Role::TinyCommons::Collection::PickItems::RandomSeekLines'; # add pick_items() that uses binary search |
|
8
|
|
|
|
|
|
|
|
|
9
|
|
|
|
|
|
|
our $AUTHORITY = 'cpan:PERLANCAR'; # AUTHORITY |
|
10
|
|
|
|
|
|
|
our $DATE = '2024-05-06'; # DATE |
|
11
|
|
|
|
|
|
|
our $DIST = 'HashData-Color-CMYK-JohnDecemberCom'; # DIST |
|
12
|
|
|
|
|
|
|
our $VERSION = '0.001'; # VERSION |
|
13
|
|
|
|
|
|
|
|
|
14
|
|
|
|
|
|
|
# STATS |
|
15
|
|
|
|
|
|
|
|
|
16
|
|
|
|
|
|
|
1; |
|
17
|
|
|
|
|
|
|
# ABSTRACT: CMYK color names (from johndecember.com) |
|
18
|
|
|
|
|
|
|
|
|
19
|
|
|
|
|
|
|
=pod |
|
20
|
|
|
|
|
|
|
|
|
21
|
|
|
|
|
|
|
=encoding UTF-8 |
|
22
|
|
|
|
|
|
|
|
|
23
|
|
|
|
|
|
|
=head1 NAME |
|
24
|
|
|
|
|
|
|
|
|
25
|
|
|
|
|
|
|
HashData::Color::CMYK::JohnDecemberCom - CMYK color names (from johndecember.com) |
|
26
|
|
|
|
|
|
|
|
|
27
|
|
|
|
|
|
|
=head1 VERSION |
|
28
|
|
|
|
|
|
|
|
|
29
|
|
|
|
|
|
|
This document describes version 0.001 of HashData::Color::CMYK::JohnDecemberCom (from Perl distribution HashData-Color-CMYK-JohnDecemberCom), released on 2024-05-06. |
|
30
|
|
|
|
|
|
|
|
|
31
|
|
|
|
|
|
|
=head1 DESCRIPTION |
|
32
|
|
|
|
|
|
|
|
|
33
|
|
|
|
|
|
|
CMKY value are in this format: I,I,I,I. Where each C/M/Y/K value is |
|
34
|
|
|
|
|
|
|
an integer from 0 to 100. |
|
35
|
|
|
|
|
|
|
|
|
36
|
|
|
|
|
|
|
=head1 HOMEPAGE |
|
37
|
|
|
|
|
|
|
|
|
38
|
|
|
|
|
|
|
Please visit the project's homepage at L. |
|
39
|
|
|
|
|
|
|
|
|
40
|
|
|
|
|
|
|
=head1 SOURCE |
|
41
|
|
|
|
|
|
|
|
|
42
|
|
|
|
|
|
|
Source repository is at L. |
|
43
|
|
|
|
|
|
|
|
|
44
|
|
|
|
|
|
|
=head1 SEE ALSO |
|
45
|
|
|
|
|
|
|
|
|
46
|
|
|
|
|
|
|
Source: L |
|
47
|
|
|
|
|
|
|
|
|
48
|
|
|
|
|
|
|
=head1 AUTHOR |
|
49
|
|
|
|
|
|
|
|
|
50
|
|
|
|
|
|
|
perlancar |
|
51
|
|
|
|
|
|
|
|
|
52
|
|
|
|
|
|
|
=head1 CONTRIBUTING |
|
53
|
|
|
|
|
|
|
|
|
54
|
|
|
|
|
|
|
|
|
55
|
|
|
|
|
|
|
To contribute, you can send patches by email/via RT, or send pull requests on |
|
56
|
|
|
|
|
|
|
GitHub. |
|
57
|
|
|
|
|
|
|
|
|
58
|
|
|
|
|
|
|
Most of the time, you don't need to build the distribution yourself. You can |
|
59
|
|
|
|
|
|
|
simply modify the code, then test via: |
|
60
|
|
|
|
|
|
|
|
|
61
|
|
|
|
|
|
|
% prove -l |
|
62
|
|
|
|
|
|
|
|
|
63
|
|
|
|
|
|
|
If you want to build the distribution (e.g. to try to install it locally on your |
|
64
|
|
|
|
|
|
|
system), you can install L, |
|
65
|
|
|
|
|
|
|
L, |
|
66
|
|
|
|
|
|
|
L, and sometimes one or two other |
|
67
|
|
|
|
|
|
|
Dist::Zilla- and/or Pod::Weaver plugins. Any additional steps required beyond |
|
68
|
|
|
|
|
|
|
that are considered a bug and can be reported to me. |
|
69
|
|
|
|
|
|
|
|
|
70
|
|
|
|
|
|
|
=head1 COPYRIGHT AND LICENSE |
|
71
|
|
|
|
|
|
|
|
|
72
|
|
|
|
|
|
|
This software is copyright (c) 2024 by perlancar . |
|
73
|
|
|
|
|
|
|
|
|
74
|
|
|
|
|
|
|
This is free software; you can redistribute it and/or modify it under |
|
75
|
|
|
|
|
|
|
the same terms as the Perl 5 programming language system itself. |
|
76
|
|
|
|
|
|
|
|
|
77
|
|
|
|
|
|
|
=head1 BUGS |
|
78
|
|
|
|
|
|
|
|
|
79
|
|
|
|
|
|
|
Please report any bugs or feature requests on the bugtracker website L |
|
80
|
|
|
|
|
|
|
|
|
81
|
|
|
|
|
|
|
When submitting a bug or request, please include a test-file or a |
|
82
|
|
|
|
|
|
|
patch to an existing test-file that illustrates the bug or desired |
|
83
|
|
|
|
|
|
|
feature. |
|
84
|
|
|
|
|
|
|
|
|
85
|
|
|
|
|
|
|
=cut |
|
86
|
|
|
|
|
|
|
|
|
87
|
|
|
|
|
|
|
__DATA__ |