X-Git-Url: http://git.ieval.ro/?a=blobdiff_plain;f=lib%2FConvert%2FColor%2FLCh.pm;h=e12fdc44e98d98b9f5e0400d8306a9a987176ac7;hb=e74bc37c7da43559d7298d1aadf2ddae360263b5;hp=3632729c461f14923bc7d12826f4d5fa2c624f05;hpb=00e063a53708d76f2a54ce1eaf20638681336f03;p=convert-color-husl.git diff --git a/lib/Convert/Color/LCh.pm b/lib/Convert/Color/LCh.pm index 3632729..e12fdc4 100644 --- a/lib/Convert/Color/LCh.pm +++ b/lib/Convert/Color/LCh.pm @@ -1,11 +1,11 @@ package Convert::Color::LCh; -use 5.014000; +use 5.008009; use strict; use warnings; use parent qw/Convert::Color/; -our $VERSION = '0.001'; +our $VERSION = '0.002'; use Convert::Color::LUV; use Math::Trig ':pi';