Author: pgollucci
Date: Tue Dec 23 17:03:11 2008
New Revision: 729185

URL: http://svn.apache.org/viewvc?rev=729185&view=rev
Log:
Fix broken tests due to a bug in libwww-perl 5.820.

Reported by: Gunnar Wolf <gw...@gwolf.org>
Submited by: Niko Tyni <nt...@debian.org>
Submited by: Adam Prime <adam.pr...@utoronto.ca>
Reviewed by: pgollucci

Message ID: <49510b72.80...@utoronto.ca>

Modified:
    perl/modperl/branches/1.x/t/internal/auth.t

Modified: perl/modperl/branches/1.x/t/internal/auth.t
URL: 
http://svn.apache.org/viewvc/perl/modperl/branches/1.x/t/internal/auth.t?rev=729185&r1=729184&r2=729185&view=diff
==============================================================================
--- perl/modperl/branches/1.x/t/internal/auth.t (original)
+++ perl/modperl/branches/1.x/t/internal/auth.t Tue Dec 23 17:03:11 2008
@@ -28,6 +28,7 @@
 @creds = qw(dougm mod_perl);  
 
 sub get_basic_credentials { shift->creds }
+sub credentials { shift->creds }
 
 sub creds {
     shift;


Reply via email to