various minor documentation changes
authorTony Cook <tony@develop=help.com>
Mon, 14 May 2007 08:31:05 +0000 (08:31 +0000)
committerTony Cook <tony@develop=help.com>
Mon, 14 May 2007 08:31:05 +0000 (08:31 +0000)
Imager.pm
README

index 53f3450435fbf06aa6502aa43724bde1dff8f1f0..31be417051ebe445887d8e51b4ee508b75c1edac 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -4031,14 +4031,47 @@ Please remember to include the versions of Imager, perl, supporting
 libraries, and any relevant code.  If you have specific images that
 cause the problems, please include those too.
 
-=head1 BUGS
+If you don't want to publish your email address on a mailing list you
+can use CPAN::Forum:
 
-Bugs are listed individually for relevant pod pages.
+  http://www.cpanforum.com/dist/Imager
+
+You will need to register to post.
+
+=head1 CONTRIBUTING TO IMAGER
+
+=head2 Feedback
+
+I like feedback.
+
+If you like or dislike Imager, you can add a public review of Imager
+at CPAN Ratings:
+
+  http://cpanratings.perl.org/dist/Imager
+
+This requires a Bitcard Account (http://www.bitcard.org).
+
+You can also send email to the maintainer below.
+
+If you send me a bug report via email, it will be copied to RT.
+
+=head2 Patches
+
+I accept patches, preferably against the main branch in subversion.
+You should include an explanation of the reason for why the patch is
+needed or useful.
+
+Your patch should include regression tests where possible, otherwise
+it will be delayed until I get a chance to write them.
 
 =head1 AUTHOR
 
-Arnar M. Hrafnkelsson and Tony Cook (tony@imager.perl.org) among
-others. See the README for a complete list.
+Tony Cook <tony@imager.perl.org> is the current maintainer for Imager.
+
+Arnar M. Hrafnkelsson is the original author of Imager.
+
+Many others have contributed to Imager, please see the README for a
+complete list.
 
 =head1 SEE ALSO
 
diff --git a/README b/README
index 17fde2fe18884769c00829867df742a5bf39d1f6..f11a2872b15e9fc672645d0b2db70c824b87564f 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ================================================================
 Copyright (c) 1999-2004 Arnar M. Hrafnkelsson. All rights reserved.
-Copyright (c) 2004-2006 Anthony Cook.
+Copyright (c) 2004-2007 Anthony Cook.
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
 ================================================================
@@ -141,6 +141,9 @@ To see which directories should be in the include path, try:
 
   freetype-config --cflags
 
+Ideally, freetype-config should be in the PATH when building Imager
+with freetype 2.x support.
+
 
 Macintosh dfont and suitcase font support
 -----------------------------------------
@@ -273,6 +276,9 @@ b) the version of GCC enabled by default on OS X 10.4 generates
 
    This problem exhibits itself as test failures in t/t20fill.t
 
+   Imager 0.56 includes a workaround for this problem, but I wasn't
+   able to test it.
+
 c) if you want to build GCC 4.0 from scratch and use that you will
    need to adjust the command-line supplied during the link stage, so
    that there is some other option before the -bundle option.