X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=e2770b60c64e1df0e151b0eee545768cca2d07b3;hb=dd48d8a4d2d214c1d23a5e0ae79b7f44993819bf;hp=d96b065b01d7be1e548c23fb5da4416286fa61ab;hpb=3d128ec5a01fb9c71fc148e246e606e82de92576;p=convert-color-hsluv.git diff --git a/Makefile.PL b/Makefile.PL index d96b065..e2770b6 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,7 +4,7 @@ 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', LICENSE => 'perl',