Drop minimum perl version from 5.14.0 to 5.8.9
[convert-color-husl.git] / lib / Convert / Color / HUSLp.pm
index b8cc1865e032134b15fc4a30b5ebfd0292d82363..f790af63777959c291c8e564f1b00836593c105d 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/;
@@ -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.009618 seconds and 4 git commands to generate.