1Graphics::ColorNames::WWW
2
3  The "Graphics:ColorNames::WWW" module provides the full list of
4  color names from various Web specifications and implementations.
5
6INSTALLATION
7
8  To install this module type the following:
9
10     perl Build.PL
11     ./Build
12     ./Build test
13     ./Build install
14
15DEPENDENCIES
16
17  This module requires these other modules and libraries:
18
19     - Graphics::ColorNames
20
21AUTHOR
22
23  Claus Färber <CFAERBER@cpan.org>
24
25  Based on C<Graphics::ColorNames::HTML> by Robert Rothenberg.
26
27LICENSE
28
29  Copyright © 2005-2019 Claus Färber.
30
31  Copyright © 2001-2004 Robert Rothenberg.
32
33  All rights reserved.  This program is free software; you can redistribute it
34  and/or modify it under the same terms as Perl itself.
35