X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FConvert%2FColor%2FLUV.pm;h=bc4d8549392900b5b7a28cb5b5e535b596e758f3;hb=6bf4f934c8fb4150c09a13ea6d4147ce579c25df;hp=76d9b8f45832c9d1eb9118d5d05842dc7389bda9;hpb=af9d49f1d8e98ba73e8dca0287c7a73cab1c2eb1;p=convert-color-husl.git diff --git a/lib/Convert/Color/LUV.pm b/lib/Convert/Color/LUV.pm index 76d9b8f..bc4d854 100644 --- a/lib/Convert/Color/LUV.pm +++ b/lib/Convert/Color/LUV.pm @@ -1,13 +1,13 @@ package Convert::Color::LUV; -use 5.014000; +use 5.008009; use strict; use warnings; use parent qw/Convert::Color/; use Convert::Color::XYZ; -our $VERSION = '0.001'; +our $VERSION = '0.002'; use constant +{ ## no critic (Capitalization) KAPPA => (29/3) ** 3,