/[Apache-SVN]/perl/modperl/trunk/t/conf/extra.last.conf.in
ViewVC logotype

Diff of /perl/modperl/trunk/t/conf/extra.last.conf.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- perl/modperl/trunk/t/conf/extra.last.conf.in	2005/03/02 03:52:51	155868
+++ perl/modperl/trunk/t/conf/extra.last.conf.in	2005/03/02 04:03:15	155869
@@ -15,8 +15,8 @@ $Location{'/perl_sections'} = {
 
 <Perl >
 #Test tied %Location
-use ModPerl::TestTiePerlSection ();
-tie %Location, 'ModPerl::TestTiePerlSection';
+use TestCommon::TiePerlSection ();
+tie %Location, 'TestCommon::TiePerlSection';
 $Location{'/tied'} = 'test_tied';
 
 $Apache::PerlSections::Save = 1;

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26