Bump version and update Changes
[convert-color-husl.git] / lib / Convert / Color / HUSLp.pm
index b8cc1865e032134b15fc4a30b5ebfd0292d82363..4f9df360e3d6903a83641199d430b6e18e1234a1 100644 (file)
@@ -1,6 +1,6 @@
 package Convert::Color::HUSLp;
 
-use 5.014000;
+use 5.008009;
 use strict;
 use warnings;
 use parent qw/Convert::Color::HUSL/;
@@ -15,7 +15,7 @@ BEGIN {
        *_get_bounds = *Convert::Color::HUSL::_get_bounds; ## no critic (ProtectPrivate)
 }
 
-our $VERSION = '0.001';
+our $VERSION = '1.000';
 
 __PACKAGE__->register_color_space('huslp');
 
@@ -63,7 +63,7 @@ Convert::Color::HUSLp - a color value in the HUSLp color space
 
 =head1 DESCRIPTION
 
-Objects of this class represent colors in the HUSLp color space, revision 3.
+Objects of this class represent colors in the HUSLp color space, revision 4.
 
 Methods:
 
This page took 0.009336 seconds and 4 git commands to generate.