X-Git-Url: http://git.ieval.ro/?p=convert-color-husl.git;a=blobdiff_plain;f=lib%2FConvert%2FColor%2FLCh.pm;h=f52ee458c3e2a37eed1ada60d0a5cad4b5e1e12f;hp=3632729c461f14923bc7d12826f4d5fa2c624f05;hb=4e59696a82a1dceb7bf28416d0cb2ce58cf351bd;hpb=dd48d8a4d2d214c1d23a5e0ae79b7f44993819bf diff --git a/lib/Convert/Color/LCh.pm b/lib/Convert/Color/LCh.pm index 3632729..f52ee45 100644 --- a/lib/Convert/Color/LCh.pm +++ b/lib/Convert/Color/LCh.pm @@ -1,6 +1,6 @@ package Convert::Color::LCh; -use 5.014000; +use 5.008009; use strict; use warnings; use parent qw/Convert::Color/;