fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-10-29 05:56 am

[dw-free] DW/Controller/Admin.pm fails 00-compile.t

[commit: http://hg.dwscoalition.org/dw-free/rev/e8fd7995c10e]

http://bugs.dwscoalition.org/show_bug.cgi?id=3182

Fix for compile test.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/DW/Routing.pm
--------------------------------------------------------------------------------
diff -r 45b3c265fe97 -r e8fd7995c10e cgi-bin/DW/Routing.pm
--- a/cgi-bin/DW/Routing.pm	Fri Oct 29 13:47:24 2010 +0800
+++ b/cgi-bin/DW/Routing.pm	Fri Oct 29 13:56:42 2010 +0800
@@ -38,7 +38,7 @@ my $default_content_types = {
     'png' => "image/png",
 };
 
-LJ::ModuleLoader->require_subclasses( "DW::Controller" )
+LJ::ModuleLoader->autouse_subclasses( "DW::Controller" )
     unless $DW::Routing::DONT_LOAD;  # for testing
 
 =head1 NAME
--------------------------------------------------------------------------------