]> git.imager.perl.org - imager.git/commitdiff
fix some rt URLs
authorTony Cook <tony@develop=help.com>
Sun, 4 Dec 2005 23:37:34 +0000 (23:37 +0000)
committerTony Cook <tony@develop=help.com>
Sun, 4 Dec 2005 23:37:34 +0000 (23:37 +0000)
Changes

diff --git a/Changes b/Changes
index 962bd4cae90e9f709dbaaa7c63497c90cfac7594..ba5b9634e6836061d9e2857529d684b4d58a0beb 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1124,6 +1124,7 @@ Revision history for Perl extension Imager.
 - convert t/t15color.t to Test::More
 - prevent warnings when looking up a GIMP color with no palette
   parameter and $ENV{HOME} not set.
+  Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=13143
 - added VERSION numbers to most .pms
 - convert t/t104ppm.t to Test::More
 - convert t/t107bmp.t to Test::More
@@ -1145,7 +1146,7 @@ Revision history for Perl extension Imager.
 - Imager::Font->new() for the tt (Freetype 1.x) driver now correctly
   handles errors from i_tt_new(), and passed error messages now 
   generated by i_tt_new().
-  Resolves: http://rt.cpan.org/NoAuth/Bug.html?14804
+  Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=14804
 - renamed lib/Imager/Cookbook.pm to lib/Imager/Cookbook.pod - CPANTS
   complains about it not having 'use strict;'
 - add samples/replace_color.pl
@@ -1188,7 +1189,7 @@ Revision history for Perl extension Imager.
   was incorrect.
 - check the correct directory when adding the cygwin Win32 API include
   path (Makefile.PL).  This was a later response to #16094
-  Resolves: http://rt.cpan.org/NoAuth/Bug.html?16094
+  Resolves: http://rt.cpan.org/NoAuth/Bug.html?id=16094
 - add --nolog command-line switch to Makefile.PL to disable logging
 - filled polygons using a complex fill with combine != 0 (none) didn't
   correctly handle polygons that crossed a given scanline more than once.