X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=331dd0cd562a7273ce66ed1c09263a7a86315e9d;hb=a17d2402f10384cb86b2b33118be1b0c2eb47024;hp=d96b065b01d7be1e548c23fb5da4416286fa61ab;hpb=1f72b051c754be821a14b94b1828d71e40631de3;p=convert-color-husl.git diff --git a/Makefile.PL b/Makefile.PL index d96b065..331dd0c 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_FROM => 'lib/Convert/Color/HUSL.pm', + ABSTRACT => 'Convert between RGB, CIEXYZ, CIELUV, CIELCh, HUSL, HUSLp color spaces', AUTHOR => 'Marius Gavrilescu ', - MIN_PERL_VERSION => '5.14.0', + MIN_PERL_VERSION => '5.8.9', LICENSE => 'perl', SIGN => 1, PREREQ_PM => {