Rename to HSLuv
[convert-color-hsluv.git] / Makefile.PL
index 331dd0cd562a7273ce66ed1c09263a7a86315e9d..8f75b54eda6cffcf5f7da7f10514bec38b1edd03 100644 (file)
@@ -3,9 +3,9 @@ use strict;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
-       NAME              => 'Convert::Color::HUSL',
-       VERSION_FROM      => 'lib/Convert/Color/HUSL.pm',
-       ABSTRACT          => 'Convert between RGB, CIEXYZ, CIELUV, CIELCh, HUSL, HUSLp color spaces',
+       NAME              => 'Convert::Color::HSLuv',
+       VERSION_FROM      => 'lib/Convert/Color/HSLuv.pm',
+       ABSTRACT          => 'Convert between RGB, CIEXYZ, CIELUV, CIELCh, HSLuv, HPLuv color spaces',
        AUTHOR            => 'Marius Gavrilescu <marius@ieval.ro>',
        MIN_PERL_VERSION  => '5.8.9',
        LICENSE           => 'perl',
@@ -16,7 +16,7 @@ WriteMakefile(
        META_MERGE        => {
                dynamic_config => 0,
                resources      => {
-                       repository => 'https://git.ieval.ro/?p=convert-color-husl.git',
+                       repository => 'https://git.ieval.ro/?p=convert-color-hsluv.git',
                }
        }
 );
This page took 0.009548 seconds and 4 git commands to generate.