Improve abstract
authorMarius Gavrilescu <marius@ieval.ro>
Sun, 21 Jun 2015 07:50:15 +0000 (10:50 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sun, 21 Jun 2015 07:50:15 +0000 (10:50 +0300)
Makefile.PL

index d96b065b01d7be1e548c23fb5da4416286fa61ab..e2770b60c64e1df0e151b0eee545768cca2d07b3 100644 (file)
@@ -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 <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.14.0',
        LICENSE           => 'perl',
This page took 0.010708 seconds and 4 git commands to generate.