From: Tony Cook Date: Thu, 29 Oct 2015 22:44:56 +0000 (+1100) Subject: [rt #104896] add Imager::Color::Table to preload X-Git-Tag: v1.004~9 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/a6ab7b59488d0729087d232c26c5a2aba65f1fb9 [rt #104896] add Imager::Color::Table to preload --- diff --git a/Imager.pm b/Imager.pm index db65fee2..905d6842 100644 --- a/Imager.pm +++ b/Imager.pm @@ -4342,6 +4342,7 @@ sub preload { eval { require Imager::Font::W32 }; eval { require Imager::Font::FT2 }; eval { require Imager::Font::T1 }; + eval { require Imager::Color::Table }; } package Imager::IO;