fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2012-03-21 06:20 am

[dw-free] ThemeMetadata.pm actually defines package named StyleMetadata

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

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

Make package name match filename.

Patch by [personal profile] kareila.

Files modified:
  • cgi-bin/DW/Controller/Admin/ThemeMetadata.pm
--------------------------------------------------------------------------------
diff -r 0715ec261628 -r cce33e5e5971 cgi-bin/DW/Controller/Admin/ThemeMetadata.pm
--- a/cgi-bin/DW/Controller/Admin/ThemeMetadata.pm	Wed Mar 21 11:28:48 2012 +0800
+++ b/cgi-bin/DW/Controller/Admin/ThemeMetadata.pm	Wed Mar 21 14:21:52 2012 +0800
@@ -14,7 +14,7 @@
 # 'perldoc perlartistic' or 'perldoc perlgpl'.
 #
 
-package DW::Controller::Admin::StyleMetadata;
+package DW::Controller::Admin::ThemeMetadata;
 
 use strict;
 use warnings;
--------------------------------------------------------------------------------