From 5b480b148d845bb3f54411cfa58ddff554cb981e Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 8 Jun 2011 19:10:08 +1000 Subject: [PATCH] replace (imager|tony)@imager.perl.org with tonyc@cpan.org I plan to stop receiving mail on imager.perl.org eventually. Give myself a smaller attack surface for spammers. --- Changes | 6 +++++- CountColor/CountColor.pm | 2 +- CountColor/Makefile.PL | 2 +- DynTest/Makefile.PL | 2 +- FT2/FT2.pm | 2 +- FT2/Makefile.PL | 2 +- Flines/Flines.pm | 2 +- Flines/Makefile.PL | 2 +- GIF/GIF.pm | 2 +- GIF/Makefile.PL | 2 +- ICO/ICO.pm | 2 +- ICO/Makefile.PL | 2 +- ICO/msicon.c | 2 +- Imager.pm | 2 +- JPEG/JPEG.pm | 2 +- JPEG/Makefile.PL | 2 +- JPEG/imexif.c | 2 +- Makefile.PL | 2 +- Mandelbrot/Makefile.PL | 2 +- Mandelbrot/Mandelbrot.pm | 2 +- PNG/Makefile.PL | 2 +- PNG/PNG.pm | 2 +- README | 6 +++--- SGI/Makefile.PL | 2 +- SGI/SGI.pm | 2 +- T1/Makefile.PL | 2 +- TIFF/Makefile.PL | 2 +- TIFF/TIFF.pm | 2 +- TIFF/imtiff.c | 2 +- W32/Makefile.PL | 2 +- W32/W32.pm | 2 +- apidocs.perl | 2 +- hlines.c | 2 +- lib/Imager/API.pod | 2 +- lib/Imager/APIRef.pod | 2 +- lib/Imager/Draw.pod | 2 +- lib/Imager/ExtUtils.pm | 2 +- lib/Imager/Filters.pod | 2 +- lib/Imager/Handy.pod | 2 +- lib/Imager/IO.pod | 2 +- lib/Imager/Inline.pod | 2 +- lib/Imager/LargeSamples.pod | 2 +- lib/Imager/Preprocess.pm | 2 +- lib/Imager/Transformations.pod | 2 +- lib/Imager/Tutorial.pod | 2 +- pnm.c | 2 +- samples/align-string.pl | 2 +- samples/anaglyph.pl | 2 +- samples/gifscale.pl | 2 +- samples/inline_capture2image.pl | 2 +- samples/interleave.pl | 2 +- samples/samp-scale.cgi | 2 +- samples/samp-tags.cgi | 2 +- samples/slant_text.pl | 2 +- samples/tk-photo.pl | 2 +- 55 files changed, 61 insertions(+), 57 deletions(-) diff --git a/Changes b/Changes index 4f549509..0d1d5222 100644 --- 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 =========== diff --git a/CountColor/CountColor.pm b/CountColor/CountColor.pm index 514bc7f9..b59a0693 100644 --- a/CountColor/CountColor.pm +++ b/CountColor/CountColor.pm @@ -49,7 +49,7 @@ Imager, Imager::Filter::DynTest =head1 AUTHOR -Tony Cook +Tony Cook =cut diff --git a/CountColor/Makefile.PL b/CountColor/Makefile.PL index ada8e45a..785ca880 100644 --- a/CountColor/Makefile.PL +++ b/CountColor/Makefile.PL @@ -11,7 +11,7 @@ my %opts = ); my $MM_ver = eval $ExtUtils::MakeMaker::VERSION; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'Color Count an Imager image'; } diff --git a/DynTest/Makefile.PL b/DynTest/Makefile.PL index ff537ce3..f5d59679 100644 --- a/DynTest/Makefile.PL +++ b/DynTest/Makefile.PL @@ -11,7 +11,7 @@ my %opts = ); my $MM_ver = eval $ExtUtils::MakeMaker::VERSION; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'Demo Imager filter extension'; } diff --git a/FT2/FT2.pm b/FT2/FT2.pm index 034ee905..fc964e27 100644 --- a/FT2/FT2.pm +++ b/FT2/FT2.pm @@ -218,7 +218,7 @@ supported font files, so I've renamed it. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/FT2/Makefile.PL b/FT2/Makefile.PL index 3f680a9e..a900a55d 100644 --- a/FT2/Makefile.PL +++ b/FT2/Makefile.PL @@ -106,7 +106,7 @@ if ($probe_res) { if $probe_res->{LDDLFLAGS}; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'FreeType 2 font driver for Imager'; } diff --git a/Flines/Flines.pm b/Flines/Flines.pm index dda3bd4b..e7049d90 100644 --- a/Flines/Flines.pm +++ b/Flines/Flines.pm @@ -48,7 +48,7 @@ This filter has no parameters. Original by Arnar M. Hrafnkelsson. -Adapted by Tony Cook +Adapted by Tony Cook =head1 SEE ALSO diff --git a/Flines/Makefile.PL b/Flines/Makefile.PL index e8e107f2..10822878 100644 --- a/Flines/Makefile.PL +++ b/Flines/Makefile.PL @@ -11,7 +11,7 @@ my %opts = ); my $MM_ver = eval $ExtUtils::MakeMaker::VERSION; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'Flines Imager filter extension'; } diff --git a/GIF/GIF.pm b/GIF/GIF.pm index b6a1ea87..85e4b5ac 100644 --- a/GIF/GIF.pm +++ b/GIF/GIF.pm @@ -121,7 +121,7 @@ Imager's GIF support is documented in L. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/GIF/Makefile.PL b/GIF/Makefile.PL index 884c27c4..452f22bc 100644 --- a/GIF/Makefile.PL +++ b/GIF/Makefile.PL @@ -92,7 +92,7 @@ if ($probe_res) { $opts{INC} = "@inc"; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'GIF Image file support'; } diff --git a/ICO/ICO.pm b/ICO/ICO.pm index 56ee231a..cd0382a2 100644 --- a/ICO/ICO.pm +++ b/ICO/ICO.pm @@ -167,7 +167,7 @@ Imager's MS Icon support is documented in L. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/ICO/Makefile.PL b/ICO/Makefile.PL index 217c39c8..559a2457 100644 --- a/ICO/Makefile.PL +++ b/ICO/Makefile.PL @@ -12,7 +12,7 @@ my %opts = ); my $MM_ver = eval $ExtUtils::MakeMaker::VERSION; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'Icon Image file support'; } diff --git a/ICO/msicon.c b/ICO/msicon.c index 0b878be2..b59b5b3d 100644 --- a/ICO/msicon.c +++ b/ICO/msicon.c @@ -1533,7 +1533,7 @@ write_mask(i_io_glue_t *ig, ico_image_t const *image, int *error) { =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/Imager.pm b/Imager.pm index 8af81e91..769f09bf 100644 --- 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 is the current maintainer for Imager. +Tony Cook is the current maintainer for Imager. Arnar M. Hrafnkelsson is the original author of Imager. diff --git a/JPEG/JPEG.pm b/JPEG/JPEG.pm index dca00ffd..8e7a8813 100644 --- a/JPEG/JPEG.pm +++ b/JPEG/JPEG.pm @@ -80,7 +80,7 @@ Imager's JPEG support is documented in L. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/JPEG/Makefile.PL b/JPEG/Makefile.PL index 00204551..7c82b153 100644 --- a/JPEG/Makefile.PL +++ b/JPEG/Makefile.PL @@ -92,7 +92,7 @@ if ($probe_res) { $opts{INC} = "@inc"; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'JPEG Image file support'; } diff --git a/JPEG/imexif.c b/JPEG/imexif.c index 648e2de8..9b184a9b 100644 --- a/JPEG/imexif.c +++ b/JPEG/imexif.c @@ -1576,7 +1576,7 @@ http://www.exif.org/ =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/Makefile.PL b/Makefile.PL index 71f5092a..c981e4b0 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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 , Arnar M. Hrafnkelsson'; + $opts{AUTHOR} = 'Tony Cook , Arnar M. Hrafnkelsson'; $opts{ABSTRACT} = 'Perl extension for Generating 24 bit Images'; } diff --git a/Mandelbrot/Makefile.PL b/Mandelbrot/Makefile.PL index 7269726e..1b27577c 100644 --- a/Mandelbrot/Makefile.PL +++ b/Mandelbrot/Makefile.PL @@ -11,7 +11,7 @@ my %opts = ); my $MM_ver = eval $ExtUtils::MakeMaker::VERSION; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'Mandelbrot Imager filter extension'; } diff --git a/Mandelbrot/Mandelbrot.pm b/Mandelbrot/Mandelbrot.pm index d47546ca..0351f41c 100644 --- a/Mandelbrot/Mandelbrot.pm +++ b/Mandelbrot/Mandelbrot.pm @@ -82,7 +82,7 @@ if the sequence tend towards infinity. Original by Arnar M. Hrafnkelsson. -Adapted and expanded by Tony Cook +Adapted and expanded by Tony Cook =head1 SEE ALSO diff --git a/PNG/Makefile.PL b/PNG/Makefile.PL index daedbe35..f4eb8cdb 100644 --- a/PNG/Makefile.PL +++ b/PNG/Makefile.PL @@ -112,7 +112,7 @@ if ($probe_res) { $opts{INC} = "@inc"; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'PNG Image file support'; } diff --git a/PNG/PNG.pm b/PNG/PNG.pm index 9d52dceb..d637875f 100644 --- a/PNG/PNG.pm +++ b/PNG/PNG.pm @@ -74,7 +74,7 @@ Imager's PNG support is documented in L. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/README b/README index f2d56811..3fd95f49 100644 --- 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: diff --git a/SGI/Makefile.PL b/SGI/Makefile.PL index 0c06b475..ea80c69f 100644 --- a/SGI/Makefile.PL +++ b/SGI/Makefile.PL @@ -12,7 +12,7 @@ my %opts = ); my $MM_ver = eval $ExtUtils::MakeMaker::VERSION; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'SGI Image file support'; } diff --git a/SGI/SGI.pm b/SGI/SGI.pm index 67cc6a9b..3378d2d9 100644 --- a/SGI/SGI.pm +++ b/SGI/SGI.pm @@ -80,7 +80,7 @@ Imager's MS Icon support is documented in L. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/T1/Makefile.PL b/T1/Makefile.PL index e58be2e9..2cf0de2f 100644 --- a/T1/Makefile.PL +++ b/T1/Makefile.PL @@ -93,7 +93,7 @@ if ($probe_res) { $opts{INC} = "@inc"; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'T1Lib font driver for Imager'; } diff --git a/TIFF/Makefile.PL b/TIFF/Makefile.PL index 16674585..703aaeff 100644 --- a/TIFF/Makefile.PL +++ b/TIFF/Makefile.PL @@ -92,7 +92,7 @@ if ($probe_res) { $opts{INC} = "@inc"; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'TIFF image file support for Imager'; } diff --git a/TIFF/TIFF.pm b/TIFF/TIFF.pm index af49dd08..956adc3f 100644 --- a/TIFF/TIFF.pm +++ b/TIFF/TIFF.pm @@ -131,7 +131,7 @@ Imager's TIFF support is documented in L. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/TIFF/imtiff.c b/TIFF/imtiff.c index 814823b3..75d82440 100644 --- a/TIFF/imtiff.c +++ b/TIFF/imtiff.c @@ -2550,7 +2550,7 @@ myTIFFIsCODECConfigured(uint16 scheme) { =head1 AUTHOR -Arnar M. Hrafnkelsson , Tony Cook +Arnar M. Hrafnkelsson , Tony Cook =head1 SEE ALSO diff --git a/W32/Makefile.PL b/W32/Makefile.PL index 8ed4245c..a16832fa 100644 --- a/W32/Makefile.PL +++ b/W32/Makefile.PL @@ -92,7 +92,7 @@ if ($probe_res) { $opts{INC} = "@inc"; if ($MM_ver > 6.06) { - $opts{AUTHOR} = 'Tony Cook '; + $opts{AUTHOR} = 'Tony Cook '; $opts{ABSTRACT} = 'Win32 font file support for Imager'; } diff --git a/W32/W32.pm b/W32/W32.pm index e25216db..b2fbfbea 100644 --- a/W32/W32.pm +++ b/W32/W32.pm @@ -85,7 +85,7 @@ renamed it. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/apidocs.perl b/apidocs.perl index 7a8e593e..67f108f3 100644 --- a/apidocs.perl +++ b/apidocs.perl @@ -162,7 +162,7 @@ print OUT <<'EOS'; =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/hlines.c b/hlines.c index 6fc3c04e..68b81131 100644 --- 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 Cook =head1 REVISION diff --git a/lib/Imager/API.pod b/lib/Imager/API.pod index 93720a5e..1096be3d 100644 --- a/lib/Imager/API.pod +++ b/lib/Imager/API.pod @@ -252,7 +252,7 @@ should include Imager in your configure_requires: =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/lib/Imager/APIRef.pod b/lib/Imager/APIRef.pod index 1f26e774..0efe76fc 100644 --- a/lib/Imager/APIRef.pod +++ b/lib/Imager/APIRef.pod @@ -1618,7 +1618,7 @@ From: File io.c =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/lib/Imager/Draw.pod b/lib/Imager/Draw.pod index 29eb9b70..8de680d9 100644 --- a/lib/Imager/Draw.pod +++ b/lib/Imager/Draw.pod @@ -1186,7 +1186,7 @@ unified yet. =head1 AUTHOR -Tony Cook , Arnar M. Hrafnkelsson. +Tony Cook , Arnar M. Hrafnkelsson. =head1 SEE ALSO diff --git a/lib/Imager/ExtUtils.pm b/lib/Imager/ExtUtils.pm index a43a7bc4..61caa072 100644 --- a/lib/Imager/ExtUtils.pm +++ b/lib/Imager/ExtUtils.pm @@ -122,7 +122,7 @@ __END__ =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/lib/Imager/Filters.pod b/lib/Imager/Filters.pod index 55db398d..fa7e7002 100644 --- a/lib/Imager/Filters.pod +++ b/lib/Imager/Filters.pod @@ -748,7 +748,7 @@ For large sample images this is scaled down to the range 0 .. 1. =head1 AUTHOR -Arnar M. Hrafnkelsson, Tony Cook . +Arnar M. Hrafnkelsson, Tony Cook . =head1 SEE ALSO diff --git a/lib/Imager/Handy.pod b/lib/Imager/Handy.pod index 93f47dd7..8f2cda86 100644 --- a/lib/Imager/Handy.pod +++ b/lib/Imager/Handy.pod @@ -51,7 +51,7 @@ description directly to the drawing method. =head1 AUTHOR -Tony Cook +Tony Cook =cut diff --git a/lib/Imager/IO.pod b/lib/Imager/IO.pod index 23658e15..ec2b618f 100644 --- a/lib/Imager/IO.pod +++ b/lib/Imager/IO.pod @@ -99,7 +99,7 @@ Returns 0 on success, -1 on failure. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/lib/Imager/Inline.pod b/lib/Imager/Inline.pod index 0896efcc..da90bad4 100644 --- a/lib/Imager/Inline.pod +++ b/lib/Imager/Inline.pod @@ -62,7 +62,7 @@ C<"Imager:" ":Color">. =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/lib/Imager/LargeSamples.pod b/lib/Imager/LargeSamples.pod index 5e462299..f01093a4 100644 --- a/lib/Imager/LargeSamples.pod +++ b/lib/Imager/LargeSamples.pod @@ -107,7 +107,7 @@ of the image, using filled => 1 and color works at 8-bits/sample =head1 AUTHOR -Tony Cook +Tony Cook =cut diff --git a/lib/Imager/Preprocess.pm b/lib/Imager/Preprocess.pm index 6be497e2..7c56b33a 100644 --- a/lib/Imager/Preprocess.pm +++ b/lib/Imager/Preprocess.pm @@ -319,6 +319,6 @@ Other types, functions and values may be added in the future. =head1 AUTHOR -Tony Cook +Tony Cook =cut diff --git a/lib/Imager/Transformations.pod b/lib/Imager/Transformations.pod index 63250df2..1cc794fd 100644 --- a/lib/Imager/Transformations.pod +++ b/lib/Imager/Transformations.pod @@ -963,7 +963,7 @@ L, L =head1 AUTHOR -Tony Cook , Arnar M. Hrafnkelsson +Tony Cook , Arnar M. Hrafnkelsson =head1 REVISION diff --git a/lib/Imager/Tutorial.pod b/lib/Imager/Tutorial.pod index b6d196e7..a66cd8d9 100644 --- a/lib/Imager/Tutorial.pod +++ b/lib/Imager/Tutorial.pod @@ -173,7 +173,7 @@ so the complete program is: =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/pnm.c b/pnm.c index 54bbef08..906ab5e2 100644 --- a/pnm.c +++ b/pnm.c @@ -955,7 +955,7 @@ i_writeppm_wiol(i_img *im, io_glue *ig) { =head1 AUTHOR -Arnar M. Hrafnkelsson , Tony Cook, +Arnar M. Hrafnkelsson , Tony Cook , Philip Gwyn . =head1 SEE ALSO diff --git a/samples/align-string.pl b/samples/align-string.pl index 6a3696bb..57ced23e 100644 --- a/samples/align-string.pl +++ b/samples/align-string.pl @@ -81,7 +81,7 @@ of the effect of the different alignments. =head1 AUTHOR -Tony Cook +Tony Cook =head1 SEE ALSO diff --git a/samples/anaglyph.pl b/samples/anaglyph.pl index e2c4e676..fe43f210 100644 --- a/samples/anaglyph.pl +++ b/samples/anaglyph.pl @@ -145,7 +145,7 @@ Using JPEG as the output format is not recommended. =head1 AUTHOR -Tony Cook +Tony Cook =for stopwords Oppenheim diff --git a/samples/gifscale.pl b/samples/gifscale.pl index 2991f990..4ced830b 100644 --- a/samples/gifscale.pl +++ b/samples/gifscale.pl @@ -89,6 +89,6 @@ scale factor. =head1 AUTHOR -Tony Cook +Tony Cook =cut diff --git a/samples/inline_capture2image.pl b/samples/inline_capture2image.pl index 0efc0e00..e7509a5d 100644 --- a/samples/inline_capture2image.pl +++ b/samples/inline_capture2image.pl @@ -86,7 +86,7 @@ http://www.perlmonks.org/?node_id=539316 =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/samples/interleave.pl b/samples/interleave.pl index bfa3b2da..8f745992 100644 --- a/samples/interleave.pl +++ b/samples/interleave.pl @@ -122,7 +122,7 @@ might be useful. =head1 AUTHOR -Tony Cook +Tony Cook =for stopwords Oppenheim diff --git a/samples/samp-scale.cgi b/samples/samp-scale.cgi index 411cb5e9..dc7aec45 100755 --- a/samples/samp-scale.cgi +++ b/samples/samp-scale.cgi @@ -78,7 +78,7 @@ cautions and explanations. =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/samples/samp-tags.cgi b/samples/samp-tags.cgi index abd775e4..0cb65013 100755 --- a/samples/samp-tags.cgi +++ b/samples/samp-tags.cgi @@ -68,7 +68,7 @@ cautions and explanations. =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/samples/slant_text.pl b/samples/slant_text.pl index 1a1f1d3c..39f5d8e9 100644 --- a/samples/slant_text.pl +++ b/samples/slant_text.pl @@ -205,7 +205,7 @@ cases the actual text will not be touching these boundaries. =head1 AUTHOR -Tony Cook +Tony Cook =head1 REVISION diff --git a/samples/tk-photo.pl b/samples/tk-photo.pl index 06c3f6d4..1d4e5087 100644 --- a/samples/tk-photo.pl +++ b/samples/tk-photo.pl @@ -64,6 +64,6 @@ $Revision$ =head1 AUTHOR -Tony Cook +Tony Cook =cut -- 2.39.2