[dw-free] DW.pm (cgi-bin/DW.pm) has some boilerplate/template code left
[commit: http://hg.dwscoalition.org/dw-free/rev/d453470fbf0e]
http://bugs.dwscoalition.org/show_bug.cgi?id=3787
Replace boilerplate comments with module-specific comments.
Patch by
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=3787
Replace boilerplate comments with module-specific comments.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- cgi-bin/DW.pm
-------------------------------------------------------------------------------- diff -r 58d75431c896 -r d453470fbf0e cgi-bin/DW.pm --- a/cgi-bin/DW.pm Wed Aug 03 05:05:24 2011 +0800 +++ b/cgi-bin/DW.pm Wed Aug 03 06:00:01 2011 +0800 @@ -1,9 +1,8 @@ #!/usr/bin/perl # -# DW::Setting::AwesomeNewFeature +# DW # -# This file is the accompanying settings package for AwesomeNewFeature. It allows users to set and -# clear their setting choices. +# This file contains basic information which is always required when running Dreamwidth # # Authors: # Gabor Szabo <szabgab@gmail.com> --------------------------------------------------------------------------------