Bump version and update Changes
[convert-color-husl.git] / lib / Convert / Color / HUSL.pm
index 192f5e2980ee6e723f26794c895e99251543a6db..9ecd20c26a68ea69ddddfdf792ec891577bc7bcd 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/;
@@ -20,7 +20,7 @@ BEGIN {
        *EPS   = *Convert::Color::LUV::EPS;
 }
 
-our $VERSION = '0.001';
+our $VERSION = '1.000';
 
 __PACKAGE__->register_color_space('husl');
 
@@ -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.010466 seconds and 4 git commands to generate.