projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f6d1a9
)
[rt #104896] add Imager::Color::Table to preload
author
Tony Cook
<tony@develop-help.com>
Thu, 29 Oct 2015 22:44:56 +0000
(09:44 +1100)
committer
Tony Cook
<tony@develop-help.com>
Thu, 29 Oct 2015 22:44:56 +0000
(09:44 +1100)
Imager.pm
patch
|
blob
|
blame
|
history
diff --git
a/Imager.pm
b/Imager.pm
index db65fee291624353ad4264753192e4ade6ea0691..905d68428905c816c32cff3652b43c6f23d4b600 100644
(file)
--- 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;