Drop minimum perl version from 5.14.0 to 5.8.9
[convert-color-husl.git] / lib / Convert / Color / HUSL.pm
index 192f5e2980ee6e723f26794c895e99251543a6db..46a888be41ff3459b3b111d3ad355220195baeeb 100644 (file)
@@ -1,6 +1,6 @@
 package Convert::Color::HUSL;
 
-use 5.014000;
+use 5.008009;
 use strict;
 use warnings;
 use parent qw/Convert::Color/;
@@ -119,7 +119,7 @@ Convert::Color::HUSL - a color value in the HUSL color space
 
 =head1 DESCRIPTION
 
-Objects of this class represent colors in the HUSL color space, revision 3.
+Objects of this class represent colors in the HUSL color space, revision 4.
 
 Methods:
 
This page took 0.009908 seconds and 4 git commands to generate.