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 <[email protected]> Submited by: Niko Tyni <[email protected]> Submited by: Adam Prime <[email protected]> Reviewed by: pgollucci Message ID: <[email protected]> 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;
