]> git.imager.perl.org - imager.git/blobdiff - Imager.pm
add a test for the preload method
[imager.git] / Imager.pm
index ea10328f04bcc058f1f812c772bcfd08842f141d..cc4ecb23b2ad2558c8e7612d8fff0e2c6bddd2eb 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -144,7 +144,7 @@ BEGIN {
   if ($ex_version < 5.57) {
     @ISA = qw(Exporter);
   }
-  $VERSION = '1.002';
+  $VERSION = '1.003';
   require XSLoader;
   XSLoader::load(Imager => $VERSION);
 }
@@ -4342,6 +4342,9 @@ sub preload {
   eval { require Imager::Font::W32 };
   eval { require Imager::Font::FT2 };
   eval { require Imager::Font::T1 };
+  eval { require Imager::Color::Table };
+
+  1;
 }
 
 package Imager::IO;