X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=Makefile.PL;h=8f75b54eda6cffcf5f7da7f10514bec38b1edd03;hb=d192eff48feed45b10dadcc7135c6d1cc58250ca;hp=331dd0cd562a7273ce66ed1c09263a7a86315e9d;hpb=a17d2402f10384cb86b2b33118be1b0c2eb47024;p=convert-color-hsluv.git diff --git a/Makefile.PL b/Makefile.PL index 331dd0c..8f75b54 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 ', 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', } } );