Bump version and update Changes
[convert-color-husl.git] / Makefile.PL
index e2770b60c64e1df0e151b0eee545768cca2d07b3..331dd0cd562a7273ce66ed1c09263a7a86315e9d 100644 (file)
@@ -1,4 +1,5 @@
-use 5.014000;
+use 5.008009;
+use strict;
 use ExtUtils::MakeMaker;
 
 WriteMakefile(
@@ -6,7 +7,7 @@ WriteMakefile(
        VERSION_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.009485 seconds and 4 git commands to generate.