]> git.imager.perl.org - imager.git/commitdiff
document the t1log option to Imager::init()
authorTony Cook <tony@develop=help.com>
Tue, 19 Mar 2002 08:21:59 +0000 (08:21 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 19 Mar 2002 08:21:59 +0000 (08:21 +0000)
lib/Imager/Font/Type1.pm

index 26687d2f247491660ed1f4beab9bb12371f150ef..d0b3260721122e97f8b7d4128a7c9f651d68647a 100644 (file)
@@ -108,6 +108,11 @@ See Imager::Font to see how to use this type.
 This class provides low-level functions that require the caller to
 perform data validation
 
+By default Imager no longer creates the F<t1lib.log> log file.  You
+can re-enable that by calling Imager::init() with the C<t1log> option:
+
+  Imager::init(t1log=>1);
+
 =head1 AUTHOR
 
 Addi, Tony