From: Marius Gavrilescu Date: Sun, 21 Jun 2015 07:50:15 +0000 (+0300) Subject: Improve abstract X-Git-Tag: 0.002~2 X-Git-Url: http://git.ieval.ro/?p=convert-color-husl.git;a=commitdiff_plain;h=dd48d8a4d2d214c1d23a5e0ae79b7f44993819bf Improve abstract --- 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',