Initial commit
[data-faker-colour.git] / README
CommitLineData
f14ac6c3
MG
1Data-Faker-Colour version 0.001
2===============================
3
4This module is a plugin for Data::Faker for generating random colours.
5It uses the HSLuv colour space to permit generation of colours with
6specific hue, saturation, or lightness values. One use case would be
7generating colour schemes.
8
9INSTALLATION
10
11To install this module type the following:
12
13 perl Makefile.PL
14 make
15 make test
16 make install
17
18DEPENDENCIES
19
20This module requires these other modules and libraries:
21
22* Convert::Colour::HSLuv
23* Data::Faker
24
25COPYRIGHT AND LICENCE
26
27Copyright (C) 2017 by Marius Gavrilescu
28
29This library is free software; you can redistribute it and/or modify
30it under the same terms as Perl itself, either Perl version 5.24.1 or,
31at your option, any later version of Perl 5 you may have available.
32
33
This page took 0.011435 seconds and 4 git commands to generate.