You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-commits@perl.apache.org by ph...@apache.org on 2009/04/18 23:00:22 UTC

svn commit: r766393 - /perl/Apache-Test/trunk/Changes

Author: phred
Date: Sat Apr 18 21:00:21 2009
New Revision: 766393

URL: http://svn.apache.org/viewvc?rev=766393&view=rev
Log:
Add closing > mailto tag

Modified:
    perl/Apache-Test/trunk/Changes

Modified: perl/Apache-Test/trunk/Changes
URL: http://svn.apache.org/viewvc/perl/Apache-Test/trunk/Changes?rev=766393&r1=766392&r2=766393&view=diff
==============================================================================
--- perl/Apache-Test/trunk/Changes (original)
+++ perl/Apache-Test/trunk/Changes Sat Apr 18 21:00:21 2009
@@ -11,13 +11,13 @@
 Prevent infinite loop when no default apxs or httpd is present and repeated
 attempts to run the test suite under an automated harness (such as a cpan 
 smoke test).  Issue reported by CORION and ANDK, PR: 12911
-[Fred Moyer <fred@redhotpenguin.com]
+[Fred Moyer <ph...@apache.org>]
 
 Use need_module('mod_cgi.c') and need_module('mod_cgid.c') in 
 t/next_available_port.t instead of need_cgi.  On case insensitive file
 systems such as OS X, need_cgi will fulfill the requirement with cgi.pm,
 when mod_cgi.c is the desired requirement.
-[Fred Moyer <fred@redhotpenguin.com]
+[Fred Moyer <ph...@apache.org>]
 
 Fix overriden get_basic_credentials test when using NTLM authentication
 [Rick Frankel <cp...@rickster.com>]