Bump version and update Changes
[convert-color-husl.git] / Makefile.PL
index d96b065b01d7be1e548c23fb5da4416286fa61ab..331dd0cd562a7273ce66ed1c09263a7a86315e9d 100644 (file)
@@ -1,12 +1,13 @@
-use 5.014000;
+use 5.008009;
+use strict;
 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',
+       MIN_PERL_VERSION  => '5.8.9',
        LICENSE           => 'perl',
        SIGN              => 1,
        PREREQ_PM         => {
This page took 0.009122 seconds and 4 git commands to generate.