]> git.imager.perl.org - imager.git/commitdiff
- method index didn't include errstr()
authorTony Cook <tony@develop=help.com>
Tue, 14 Dec 2004 11:12:49 +0000 (11:12 +0000)
committerTony Cook <tony@develop=help.com>
Tue, 14 Dec 2004 11:12:49 +0000 (11:12 +0000)
Changes
Imager.pm

diff --git a/Changes b/Changes
index fb47e25b89b6d66bab85a197859482eb5ebb788b..92dc882cf5982f49ac0a4e581f6a0e9427eb7844 100644 (file)
--- a/Changes
+++ b/Changes
@@ -957,6 +957,7 @@ Revision history for Perl extension Imager.
   font.c on FreeBSD.
 - finish off a sentence in the "Producing an image from a CGI script"
   example in Imager::Files
+- method index didn't include errstr()
 
 =================================================================
 
index 83a661e4cefc6c0cd9f7f57cddfd607b1c686397..a87ccc00512006703b9e355ee9fb048d78c34e91 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -2820,7 +2820,8 @@ C<$img-E<gt>errstr()>.
 
 In cases where no image object is associated with an operation
 C<$Imager::ERRSTR> is used to report errors not directly associated
-with an image object.
+with an image object.  You can also call C<Imager->errstr> to get this
+value.
 
 The C<Imager-E<gt>new> method is described in detail in
 L<Imager::ImageTypes>.
@@ -2853,6 +2854,8 @@ deltag() -  L<Imager::ImageTypes> - delete image tags
 
 difference() - L<Imager::Filters/"Image Difference">
 
+errstr() - L<Imager/"Basic Overview">
+
 filter() - L<Imager::Filters>
 
 findcolor() - L<Imager::ImageTypes> - search the image palette, if it