]> git.imager.perl.org - imager.git/commitdiff
refer to the right test
authorTony Cook <tony@develop=help.com>
Wed, 16 May 2001 13:27:21 +0000 (13:27 +0000)
committerTony Cook <tony@develop=help.com>
Wed, 16 May 2001 13:27:21 +0000 (13:27 +0000)
Changes
README

diff --git a/Changes b/Changes
index 14be52487087d99db75a30ac241e72f3dc24a107..1e040b026b9f281c13693aa1580ea6042835a0f2 100644 (file)
--- a/Changes
+++ b/Changes
@@ -414,6 +414,8 @@ Revision history for Perl extension Imager.
        - added tests for the OO interface for tiff, added an option to
          choose the resolution for fax tiffs, removed some unused code,
          fixed minor problems with Imager::write() handling of image types
+        - changed README note on libgif bug to refer to t105gif.t instead
+         of t10formats.t
 
 ~~~~~~~~~~~~~^ ^ ^~~~~~~~~~~~~~
 
diff --git a/README b/README
index 5bdbc4e94404bd8dda75aa8267c94eff3dbba8b4..b1734f234c6b756de6e3f7b35e7e9b0286442e34 100644 (file)
--- a/README
+++ b/README
@@ -84,10 +84,10 @@ included since libgif has been linked with it).
 
 Also note that libgif has a few bugs: You can run something like
 
-$ perl -Iblib/lib -Iblib/arch t/t10formats.t
+$ perl -Iblib/lib -Iblib/arch t/t105gif.t
 
 This way you can see what comments the test script prints out.
-t/t10formats.t checks for an bug in libgiff and prints out a patch
+t/t105gif.t checks for an bug in libgif and prints out a patch
 if that bug is present, note that this bug only affects the more
 "advanced" features of libgif.