X-Git-Url: http://git.ieval.ro/?p=convert-color-husl.git;a=blobdiff_plain;f=lib%2FConvert%2FColor%2FLCh.pm;fp=lib%2FConvert%2FColor%2FLCh.pm;h=106098f226e1a9737aea1b395546d32d8fb0d290;hp=e12fdc44e98d98b9f5e0400d8306a9a987176ac7;hb=a9cfbc8975e760a945648a83070383decdefdc36;hpb=e74bc37c7da43559d7298d1aadf2ddae360263b5 diff --git a/lib/Convert/Color/LCh.pm b/lib/Convert/Color/LCh.pm index e12fdc4..106098f 100644 --- a/lib/Convert/Color/LCh.pm +++ b/lib/Convert/Color/LCh.pm @@ -5,7 +5,7 @@ use strict; use warnings; use parent qw/Convert::Color/; -our $VERSION = '0.002'; +our $VERSION = '0.002001'; use Convert::Color::LUV; use Math::Trig ':pi';