From dd48d8a4d2d214c1d23a5e0ae79b7f44993819bf Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sun, 21 Jun 2015 10:50:15 +0300 Subject: [PATCH] Improve abstract --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.30.2