4 Commits

Author SHA1 Message Date
sthen
95d31a4bd8 bump for search.cpan.org->metacpan.org change 2020-07-03 21:44:29 +00:00
danj
a4577c7171 Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:46:32 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
bluhm
73bef7298c import p5-Graphics-Color 0.31
from Matthias Pitzl; OK sthen@

Comment:
RGB color model for Perl

Description:
Graphics::Color::RGB represents a Color in the sRGB color space.
Individual color channels are expressed as decimal values from 0
to 1, 0 being a lack of that color (or opaque in the case of alpha)
and 1 being full color (or transparent in the case of alpha).  If
no options are provided then new instance of RGB are opaque white,
(that is equivalent to red => 1, green => 1, blue => 1, alpha =>
1).
2017-08-04 09:57:56 +00:00