X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=8f75b54eda6cffcf5f7da7f10514bec38b1edd03;hb=HEAD;hp=e2770b60c64e1df0e151b0eee545768cca2d07b3;hpb=dd48d8a4d2d214c1d23a5e0ae79b7f44993819bf;p=convert-color-hsluv.git diff --git a/Makefile.PL b/Makefile.PL index e2770b6..8f75b54 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -1,12 +1,13 @@ -use 5.014000; +use 5.008009; +use strict; use ExtUtils::MakeMaker; WriteMakefile( - NAME => 'Convert::Color::HUSL', - VERSION_FROM => 'lib/Convert/Color/HUSL.pm', - ABSTRACT => 'Convert between RGB, CIEXYZ, CIELUV, CIELCh, HUSL, HUSLp color spaces', + NAME => 'Convert::Color::HSLuv', + VERSION_FROM => 'lib/Convert/Color/HSLuv.pm', + ABSTRACT => 'Convert between RGB, CIEXYZ, CIELUV, CIELCh, HSLuv, HPLuv color spaces', AUTHOR => 'Marius Gavrilescu ', - MIN_PERL_VERSION => '5.14.0', + MIN_PERL_VERSION => '5.8.9', LICENSE => 'perl', SIGN => 1, PREREQ_PM => { @@ -15,7 +16,7 @@ WriteMakefile( META_MERGE => { dynamic_config => 0, resources => { - repository => 'https://git.ieval.ro/?p=convert-color-husl.git', + repository => 'https://git.ieval.ro/?p=convert-color-hsluv.git', } } );