fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2011-04-28 04:47 am

[dw-free] Tweak bar graphs generated by DW::Graphs

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

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

Remove redundant package line.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/DW/Controller/Graphs.pm
--------------------------------------------------------------------------------
diff -r 6fe3db4ec3e5 -r 98cc7a5bf242 cgi-bin/DW/Controller/Graphs.pm
--- a/cgi-bin/DW/Controller/Graphs.pm	Thu Apr 28 12:45:31 2011 +0800
+++ b/cgi-bin/DW/Controller/Graphs.pm	Thu Apr 28 12:46:55 2011 +0800
@@ -30,8 +30,6 @@ DW::Controller::Graphs - Controller modu
     use DW::Controller::Graphs;
 
 =cut
-
-package DW::Controller::Graphs;
 
 package DW::Controller::Graphs;
 
--------------------------------------------------------------------------------