]> git.imager.perl.org - imager.git/commitdiff
- finish off a sentence in the "Producing an image from a CGI script"
authorTony Cook <tony@develop=help.com>
Tue, 14 Dec 2004 00:22:41 +0000 (00:22 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 14 Dec 2004 00:22:41 +0000 (00:22 +0000)
  example in Imager::Files

Changes
lib/Imager/Files.pod

diff --git a/Changes b/Changes
index 063788c6fb23ac0f6348ee90709b6f7e18270394..fb47e25b89b6d66bab85a197859482eb5ebb788b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -955,6 +955,8 @@ Revision history for Perl extension Imager.
   locations first, so that those directories are searched before
   the freetype1 directories.  This prevents problems compiling
   font.c on FreeBSD.
+- finish off a sentence in the "Producing an image from a CGI script"
+  example in Imager::Files
 
 =================================================================
 
index fe748bcbe06ae241defa4ed22c97397e597046be..be18eef98d7e0151f07eb38888048d026c9d2047 100644 (file)
@@ -599,7 +599,8 @@ put STDOUT into binmode
 =item 4.
 
 call write() with the C<fd> or C<fh> parameter.  You will need to
-provide the C<type> parameter since 
+provide the C<type> parameter since Imager can't use the extension to
+guess the file format you want.
 
 =back