[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
fu.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=1726
Remove newly unnecessary BEGIN.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
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'); } --------------------------------------------------------------------------------