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