]> git.imager.perl.org - imager.git/commitdiff
replace (imager|tony)@imager.perl.org with tonyc@cpan.org
authorTony Cook <tony@develop-help.com>
Wed, 8 Jun 2011 09:10:08 +0000 (19:10 +1000)
committerTony Cook <tony@develop-help.com>
Wed, 8 Jun 2011 09:10:08 +0000 (19:10 +1000)
I plan to stop receiving mail on imager.perl.org eventually.  Give
myself a smaller attack surface for spammers.

55 files changed:
Changes
CountColor/CountColor.pm
CountColor/Makefile.PL
DynTest/Makefile.PL
FT2/FT2.pm
FT2/Makefile.PL
Flines/Flines.pm
Flines/Makefile.PL
GIF/GIF.pm
GIF/Makefile.PL
ICO/ICO.pm
ICO/Makefile.PL
ICO/msicon.c
Imager.pm
JPEG/JPEG.pm
JPEG/Makefile.PL
JPEG/imexif.c
Makefile.PL
Mandelbrot/Makefile.PL
Mandelbrot/Mandelbrot.pm
PNG/Makefile.PL
PNG/PNG.pm
README
SGI/Makefile.PL
SGI/SGI.pm
T1/Makefile.PL
TIFF/Makefile.PL
TIFF/TIFF.pm
TIFF/imtiff.c
W32/Makefile.PL
W32/W32.pm
apidocs.perl
hlines.c
lib/Imager/API.pod
lib/Imager/APIRef.pod
lib/Imager/Draw.pod
lib/Imager/ExtUtils.pm
lib/Imager/Filters.pod
lib/Imager/Handy.pod
lib/Imager/IO.pod
lib/Imager/Inline.pod
lib/Imager/LargeSamples.pod
lib/Imager/Preprocess.pm
lib/Imager/Transformations.pod
lib/Imager/Tutorial.pod
pnm.c
samples/align-string.pl
samples/anaglyph.pl
samples/gifscale.pl
samples/inline_capture2image.pl
samples/interleave.pl
samples/samp-scale.cgi
samples/samp-tags.cgi
samples/slant_text.pl
samples/tk-photo.pl

diff --git a/Changes b/Changes
index 4f5495096ba710450468d8d27927485a490a693f..0d1d52222828bbea5d890e526d8f1d586b2f97c7 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
 Imager release history.  Older releases can be found in Changes.old
 
-Imager 0.84 (** update GIF version!)
+Imager 0.84 (** update GIF, TIFF, W32, PNG, JPEG, FT2 versions!)
 ===========
 
  - Imager no longer inherits from Exporter (unless you're running an
@@ -32,6 +32,10 @@ Bug fixes:
    confusing at best.
    https://rt.cpan.org/Ticket/Display.html?id=67912
 
+ - replace (imager|tony)@imager.perl.org in the doc, since I don't
+   plan to continue receiving mail at that address.
+   https://rt.cpan.org/Ticket/Display.html?id=68591
+
 Imager 0.83 - 21 May 2011
 ===========
 
index 514bc7f9526084200a0eae1492bed05d22de5d5c..b59a0693e2254e0c53fc3f45fe05684b9dbc372e 100644 (file)
@@ -49,7 +49,7 @@ Imager, Imager::Filter::DynTest
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut
 
index ada8e45adfbbe5051d09a189d4fd7941b3f981de..785ca8808993062c87be7de3cb811f4807179f04 100644 (file)
@@ -11,7 +11,7 @@ my %opts =
   );
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
   $opts{ABSTRACT} = 'Color Count an Imager image';
 }
 
index ff537ce33ed960e1497d30e11c486414b3b6256d..f5d59679f8d0474c77c8fda27ed581f42ac9d6e2 100644 (file)
@@ -11,7 +11,7 @@ my %opts =
   );
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
   $opts{ABSTRACT} = 'Demo Imager filter extension';
 }
 
index 034ee905dd65882f959e806757f26d4158cd53f1..fc964e271a74a05f1ea726910387d1dbc13f8e16 100644 (file)
@@ -218,7 +218,7 @@ supported font files, so I've renamed it.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 3f680a9ec4357cea24e5236e18e27331f46fbd48..a900a55df61ca1025e1d9f3c48a8646ac862769f 100644 (file)
@@ -106,7 +106,7 @@ if ($probe_res) {
     if $probe_res->{LDDLFLAGS};
 
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'FreeType 2 font driver for Imager';
   }
   
index dda3bd4b6905bb13927af2181d3ae15f34dec6f7..e7049d90be81eae76581620f67690efb34c35958 100644 (file)
@@ -48,7 +48,7 @@ This filter has no parameters.
 
 Original by Arnar M. Hrafnkelsson.
 
-Adapted by Tony Cook <tony@imager.perl.org>
+Adapted by Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index e8e107f281f08cc2c2223369d06d291035b1db8d..10822878a3fd208b23893bcaa07d1c8979240c8f 100644 (file)
@@ -11,7 +11,7 @@ my %opts =
   );
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
   $opts{ABSTRACT} = 'Flines Imager filter extension';
 }
 
index b6a1ea874f72a344425ce588b390015611f1387d..85e4b5ac8147b8609b5ff4490ca4461a5db53d45 100644 (file)
@@ -121,7 +121,7 @@ Imager's GIF support is documented in L<Imager::Files>.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 884c27c430283c6928ac41179150ef5d6dd709e0..452f22bc6751e0498eaac6cdf684db5db6d70f04 100644 (file)
@@ -92,7 +92,7 @@ if ($probe_res) {
   $opts{INC} = "@inc";
   
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'GIF Image file support';
   }
   
index 56ee231a0161591a6a10cf4b325d9dd3d551c8f3..cd0382a26a266a30985d6d5ecef701746f220e86 100644 (file)
@@ -167,7 +167,7 @@ Imager's MS Icon support is documented in L<Imager::Files>.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 217c39c86c2a9cf831e7291bd3e4120f00758535..559a2457b4c984f2f8fff9497b9f5d9b3277c3df 100644 (file)
@@ -12,7 +12,7 @@ my %opts =
   );
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
   $opts{ABSTRACT} = 'Icon Image file support';
 }
 
index 0b878be2dfe1d2f2aaa92997259b6e28b14b93fa..b59b5b3d4ad62824798e3b9838fb336520a44ecd 100644 (file)
@@ -1533,7 +1533,7 @@ write_mask(i_io_glue_t *ig, ico_image_t const *image, int *error) {
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index 8af81e914794b5bb8ca96380e1aa7c4ad01fe91c..769f09bf106743a1b9c65ea71853aa0ea7e4da4e 100644 (file)
--- a/Imager.pm
+++ b/Imager.pm
@@ -4768,7 +4768,7 @@ it will be delayed until I get a chance to write them.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org> is the current maintainer for Imager.
+Tony Cook <tonyc@cpan.org> is the current maintainer for Imager.
 
 Arnar M. Hrafnkelsson is the original author of Imager.
 
index dca00ffd4d94e00e0bf90a2f8cf446f827580b03..8e7a8813101973a8a96e1e05936e6e3e9e1a39d7 100644 (file)
@@ -80,7 +80,7 @@ Imager's JPEG support is documented in L<Imager::Files>.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 002045511f0f30c5dcdf55fc75ad81208934310b..7c82b153fd75631e6fafeee77bd208d90a545642 100644 (file)
@@ -92,7 +92,7 @@ if ($probe_res) {
   $opts{INC} = "@inc";
   
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'JPEG Image file support';
   }
   
index 648e2de8ba71d01ad51de2fb4daafc428f8c9852..9b184a9ba9ae479a85ee7769979a4a7b512a65c3 100644 (file)
@@ -1576,7 +1576,7 @@ http://www.exif.org/
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index 71f5092acb64e8dc5c6586059ad308ace9508fa5..c981e4b0c92c5ed8cb66828affccd802dd129f37 100644 (file)
@@ -192,7 +192,7 @@ if ($coverage) {
 # eval to prevent warnings about versions with _ in them
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson';
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>, Arnar M. Hrafnkelsson';
   $opts{ABSTRACT} = 'Perl extension for Generating 24 bit Images';
 }
 
index 7269726ee30278a83574aca9210546b64c557a45..1b27577c4cc11da662639b08baacb038e173a5e4 100644 (file)
@@ -11,7 +11,7 @@ my %opts =
   );
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
   $opts{ABSTRACT} = 'Mandelbrot Imager filter extension';
 }
 
index d47546cac2085b4f44054652bc6197721cd1c958..0351f41c449b92831ac50a221d172ae8b690f1dc 100644 (file)
@@ -82,7 +82,7 @@ if the sequence tend towards infinity.
 
 Original by Arnar M. Hrafnkelsson.
 
-Adapted and expanded by Tony Cook <tony@imager.perl.org>
+Adapted and expanded by Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index daedbe3516c0d2b81770a03c5e8c89e1a95e8e54..f4eb8cdb35cc6572bcc2f13f266ce84139339855 100644 (file)
@@ -112,7 +112,7 @@ if ($probe_res) {
   $opts{INC} = "@inc";
   
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'PNG Image file support';
   }
   
index 9d52dceb63e38c11637d1dd26ff788adbb9a9de0..d637875fe825114af58c51da5b84ea4fc6646343 100644 (file)
@@ -74,7 +74,7 @@ Imager's PNG support is documented in L<Imager::Files>.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
diff --git a/README b/README
index f2d568118b96e48241c116251a6642beb495d219..3fd95f49e763d9f40ae185495d0ec710036e0a25 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 ================================================================
 Copyright (c) 1999-2004 Arnar M. Hrafnkelsson. All rights reserved.
-Copyright (c) 2004-2010 Anthony Cook.
+Copyright (c) 2004-2011 Anthony Cook.
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
 
@@ -11,7 +11,7 @@ copyrighted by Adobe.  See adobe.txt for license information.
 >> THIS SOFTWARE COMES WITH ABSOLUTELY NO WARRANTY WHATSOEVER <<
 
 If you like or hate Imager, please let me know by sending mail 
-to imager@imager.perl.org - I love feedback.
+to tonyc@cpan.org - I love feedback.
 
 ================================================================
 
@@ -75,7 +75,7 @@ If either fails do take a peek at the file errep.perl.  It's creates a
 file report.txt.  This is some information which will help me discover
 where the problem is so I can try to fix it in future releases.  If
 you find running it ok (just remember - no warranty!) please send the
-report.txt via email to imager@imager.perl.org.
+report.txt via email to tonyc@cpan.org.
 
 Troubleshooting tips:
 
index 0c06b4756f074e216b8f4f6f49987cd2c9c8d558..ea80c69f2ca4b1c2d3255b573febef7fa452198c 100644 (file)
@@ -12,7 +12,7 @@ my %opts =
   );
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
-  $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+  $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
   $opts{ABSTRACT} = 'SGI Image file support';
 }
 
index 67cc6a9babb8e2dc2a90f725a461d08b8cb2e27e..3378d2d92887bd4ee98595d761ddebaff6a5944d 100644 (file)
@@ -80,7 +80,7 @@ Imager's MS Icon support is documented in L<Imager::Files>.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index e58be2e9306f1286c5f035341d63fe28306b5e6d..2cf0de2f651ca6ee853841e9e7c8ceb24c16adec 100644 (file)
@@ -93,7 +93,7 @@ if ($probe_res) {
   $opts{INC} = "@inc";
 
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'T1Lib font driver for Imager';
   }
   
index 1667458535329043ccaef6779b6917b87bcb9af3..703aaefffd85e67e12777606f4613da7eafcc0bb 100644 (file)
@@ -92,7 +92,7 @@ if ($probe_res) {
   $opts{INC} = "@inc";
 
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'TIFF image file support for Imager';
   }
   
index af49dd0847393d852502880874d0c457f5dbb78d..956adc3fdd5075d991f2918e469fe76e02b8fb00 100644 (file)
@@ -131,7 +131,7 @@ Imager's TIFF support is documented in L<Imager::Files>.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 814823b320860130cd821c73e9c0bc7c501be5a8..75d824408bcc808d7d02e3fe63f51598e99f3db6 100644 (file)
@@ -2550,7 +2550,7 @@ myTIFFIsCODECConfigured(uint16 scheme) {
 
 =head1 AUTHOR
 
-Arnar M. Hrafnkelsson <addi@umich.edu>, Tony Cook <tony@imager.perl.org>
+Arnar M. Hrafnkelsson <addi@umich.edu>, Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 8ed4245cdf73b7e2203cee353f9c835bbfb97817..a16832fa77697d72ea8ae072965d76ac58b10796 100644 (file)
@@ -92,7 +92,7 @@ if ($probe_res) {
   $opts{INC} = "@inc";
 
   if ($MM_ver > 6.06) {
-    $opts{AUTHOR} = 'Tony Cook <tony@imager.perl.org>';
+    $opts{AUTHOR} = 'Tony Cook <tonyc@cpan.org>';
     $opts{ABSTRACT} = 'Win32 font file support for Imager';
   }
   
index e25216db4904fa5063711ba4a6d7e3248ebbba88..b2fbfbeadf4be7f262bcb237b14d9fd2eb9b4646 100644 (file)
@@ -85,7 +85,7 @@ renamed it.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 7a8e593ebd17ff5ccefb822ff8c7173352fdc2ae..67f108f3159c0e6e9d52cac42ea130efa0a5b63b 100644 (file)
@@ -162,7 +162,7 @@ print OUT <<'EOS';
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 6fc3c04e32c06e3438c33bc48deb536b19f4e1c7..68b811314f4a18898830990a6c086c07e1f7631e 100644 (file)
--- a/hlines.c
+++ b/hlines.c
@@ -353,7 +353,7 @@ i_int_hlines_fill_fill(i_img *im, i_int_hlines *hlines, i_fill_t *fill) {
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index 93720a5e6bfef7dfb6eddd3a02104c6e1bf27730..1096be3dfaf78d8bc5fd8179a1ffa7d91e396796 100644 (file)
@@ -252,7 +252,7 @@ should include Imager in your configure_requires:
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 1f26e774e2f5f3fa4477101b03b9f067ab5e40a1..0efe76fc24fa0618ee90073c6572f81cfa1eb904 100644 (file)
@@ -1618,7 +1618,7 @@ From: File io.c
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 29eb9b70481f4920517fb52d2b89e36bc1c80725..8de680d91c7ee4b41495939998b202ebe12202ae 100644 (file)
@@ -1186,7 +1186,7 @@ unified yet.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson.
+Tony Cook <tonyc@cpan.org>, Arnar M. Hrafnkelsson.
 
 =head1 SEE ALSO
 
index a43a7bc418da5828db76f19955f6e5ee56785891..61caa07239d608ab7e0c536776508d88b542673b 100644 (file)
@@ -122,7 +122,7 @@ __END__
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index 55db398d34a84c517614b79ca26f3324862fcf04..fa7e7002bfa543bcb78ca39537b46ce8f29c7393 100644 (file)
@@ -748,7 +748,7 @@ For large sample images this is scaled down to the range 0 .. 1.
 
 =head1 AUTHOR
 
-Arnar M. Hrafnkelsson, Tony Cook <tony@imager.perl.org>.
+Arnar M. Hrafnkelsson, Tony Cook <tonyc@cpan.org>.
 
 =head1 SEE ALSO
 
index 93f47dd72b45807cd274e628b9763059990e2219..8f2cda862aff19674aa9eef1535f8d4ef84e1185 100644 (file)
@@ -51,7 +51,7 @@ description directly to the drawing method.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut
 
index 23658e15d10b2542e371d0f8a203bf5257c69e76..ec2b618f005dcce6d4f4f9ef9ad2c631170dd7a4 100644 (file)
@@ -99,7 +99,7 @@ Returns 0 on success, -1 on failure.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index 0896efcc298532a128a53ba9d34a37dcb32eed3e..da90bad4ac3630e4d175daffef9a79508d8d472f 100644 (file)
@@ -62,7 +62,7 @@ C<"Imager:" ":Color">.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index 5e462299e240e40d38e0c002e85e8d2012b00582..f01093a409257d63807359ec70755a93290d9207 100644 (file)
@@ -107,7 +107,7 @@ of the image, using filled => 1 and color works at 8-bits/sample
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut
 
index 6be497e2b2754e51e8672d8be2e1c25de618f8d2..7c56b33a608ffe8db5591f12d3d94c61c9e07760 100644 (file)
@@ -319,6 +319,6 @@ Other types, functions and values may be added in the future.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut
index 63250df2b12d407daaf99cfcb15d0540403e6f67..1cc794fdc6af51cb52e529f9c097e62743fd60cb 100644 (file)
@@ -963,7 +963,7 @@ L<Imager>, L<Imager::Engines>
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>, Arnar M. Hrafnkelsson
+Tony Cook <tonyc@cpan.org>, Arnar M. Hrafnkelsson
 
 =head1 REVISION
 
index b6d196e748172f6736f80098bf16505945b41638..a66cd8d906e253fe2c689a5161d8698f76d67484 100644 (file)
@@ -173,7 +173,7 @@ so the complete program is:
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
diff --git a/pnm.c b/pnm.c
index 54bbef08d7e6e34a449d88cd9e85b30446cf513f..906ab5e2ed51bb5941902d02c8148053ff57bb8b 100644 (file)
--- a/pnm.c
+++ b/pnm.c
@@ -955,7 +955,7 @@ i_writeppm_wiol(i_img *im, io_glue *ig) {
 
 =head1 AUTHOR
 
-Arnar M. Hrafnkelsson <addi@umich.edu>, Tony Cook<tony@imager.perl.org>,
+Arnar M. Hrafnkelsson <addi@umich.edu>, Tony Cook <tonyc@cpan.org>,
 Philip Gwyn <gwyn@cpan.org>.
 
 =head1 SEE ALSO
index 6a3696bbbcb2604567de17730c715df7d9cdc86b..57ced23e9f51ec7a22a5a40df719da6c0a46b0cd 100644 (file)
@@ -81,7 +81,7 @@ of the effect of the different alignments.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 SEE ALSO
 
index e2c4e67654f9d4373e2c8c97747ec498135f9016..fe43f21086c6fbb4d354aa21d75d834d405b098a 100644 (file)
@@ -145,7 +145,7 @@ Using JPEG as the output format is not recommended.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =for stopwords Oppenheim
 
index 2991f99058b95c19ee4aa96199cee1f05ee3ccb2..4ced830b9eb4c839c616174470ec7b6d8785e41c 100644 (file)
@@ -89,6 +89,6 @@ scale factor.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut
index 0efc0e00cd665d8285fe2654946b91bdf5779292..e7509a5d3f8db82267d4bc77cab429f5b54ac49b 100644 (file)
@@ -86,7 +86,7 @@ http://www.perlmonks.org/?node_id=539316
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index bfa3b2da63f862d48d30b78641ac1ce702b65d9f..8f74599247b77fed23dafc45ca30e079ead7ad35 100644 (file)
@@ -122,7 +122,7 @@ might be useful.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =for stopwords Oppenheim
 
index 411cb5e980184e11871b7090bf89faab4fb08a07..dc7aec451243cd832d2dc0d45ea4c6121c6f8889 100755 (executable)
@@ -78,7 +78,7 @@ cautions and explanations.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index abd775e48bbad00869608fb55c83de4383e3cdaf..0cb6501367bf585214cf3025b0bbf830d8fecfd0 100755 (executable)
@@ -68,7 +68,7 @@ cautions and explanations.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index 1a1f1d3ccafc7ef889433257194455867d4bca3d..39f5d8e9299a14d8cec047e470676952ac2607cb 100644 (file)
@@ -205,7 +205,7 @@ cases the actual text will not be touching these boundaries.
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =head1 REVISION
 
index 06c3f6d4c16994be088e12132111bbcb041a4582..1d4e508738611356418f1dde12f46df9315a09cb 100644 (file)
@@ -64,6 +64,6 @@ $Revision$
 
 =head1 AUTHOR
 
-Tony Cook <tony@imager.perl.org>
+Tony Cook <tonyc@cpan.org>
 
 =cut