Skip to content

Commit

Permalink
replace (imager|tony)@imager.perl.org with tonyc@cpan.org
Browse files Browse the repository at this point in the history
I plan to stop receiving mail on imager.perl.org eventually.  Give
myself a smaller attack surface for spammers.
  • Loading branch information
tonycoz committed Jun 8, 2011
1 parent 88cc3fe commit 5b480b1
Show file tree
Hide file tree
Showing 55 changed files with 61 additions and 57 deletions.
6 changes: 5 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
===========

Expand Down
2 changes: 1 addition & 1 deletion CountColor/CountColor.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Imager, Imager::Filter::DynTest
=head1 AUTHOR
Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>
=cut
Expand Down
2 changes: 1 addition & 1 deletion CountColor/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion DynTest/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion FT2/FT2.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion FT2/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion Flines/Flines.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Flines/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion GIF/GIF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion GIF/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion ICO/ICO.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ICO/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion ICO/msicon.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Imager.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion JPEG/JPEG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion JPEG/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion JPEG/imexif.c
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@ L<Imager>, jpeg.c
=head1 AUTHOR
Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>
=head1 REVISION
Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion Mandelbrot/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion Mandelbrot/Mandelbrot.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion PNG/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion PNG/PNG.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions README
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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.

================================================================

Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion SGI/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion SGI/SGI.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion T1/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion TIFF/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion TIFF/TIFF.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion TIFF/imtiff.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion W32/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}

Expand Down
2 changes: 1 addition & 1 deletion W32/W32.pm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ renamed it.
=head1 AUTHOR
Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion apidocs.perl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ =head1 UNDOCUMENTED
=head1 AUTHOR
Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>
=head1 SEE ALSO
Expand Down
2 changes: 1 addition & 1 deletion hlines.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/Imager/API.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/Imager/APIRef.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ From: File io.c

=head1 AUTHOR

Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>

=head1 SEE ALSO

Expand Down
2 changes: 1 addition & 1 deletion lib/Imager/Draw.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/Imager/ExtUtils.pm
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ __END__
=head1 AUTHOR
Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>
=head1 REVISION
Expand Down
2 changes: 1 addition & 1 deletion lib/Imager/Filters.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/Imager/Handy.pod
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ description directly to the drawing method.

=head1 AUTHOR

Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>

=cut

2 changes: 1 addition & 1 deletion lib/Imager/IO.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/Imager/Inline.pod
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ C<"Imager:" ":Color">.

=head1 AUTHOR

Tony Cook <tony@imager.perl.org>
Tony Cook <tonyc@cpan.org>

=head1 REVISION

Expand Down
Loading

0 comments on commit 5b480b1

Please sign in to comment.