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

[dw-free] move cgi-bin/lj*.pl files into proper modules (in cgi-bin/LJ)

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

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

Remove newly unnecessary BEGIN.

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/DW/Worker/DistributeInvites.pm
--------------------------------------------------------------------------------
diff -r 460effc534a4 -r 66024fba0e5d cgi-bin/DW/Worker/DistributeInvites.pm
--- a/cgi-bin/DW/Worker/DistributeInvites.pm	Tue Oct 18 18:41:33 2011 +0800
+++ b/cgi-bin/DW/Worker/DistributeInvites.pm	Tue Oct 18 18:45:52 2011 +0800
@@ -27,8 +27,7 @@
 use LJ::User;
 use LJ::Lang;
 use LJ::Sysban;
-
-BEGIN { use LJ::Sendmail; }
+use LJ::Sendmail;
 
 sub schwartz_capabilities { return ('DW::Worker::DistributeInvites'); }
 
--------------------------------------------------------------------------------