]> git.deb.at Git - deb/packages.git/commit - cgi-bin/dispatcher.pl
Move $debug_allowed to CGI as a real constant and modify all debug() calls
authorFrank Lichtenheld <frank@lichtenheld.de>
Wed, 22 Feb 2006 20:20:37 +0000 (20:20 +0000)
committerFrank Lichtenheld <frank@lichtenheld.de>
Wed, 22 Feb 2006 20:20:37 +0000 (20:20 +0000)
commitf27f1fcc5bffc0696f694e962eb40dbb0c554855
tree9110733408a6b4297464e2f5fbb26848dcf0ab16
parent0490df1e4f11514d016bdbc418321e8d800682e5
Move $debug_allowed to CGI as a real constant and modify all debug() calls
with a if DEBUG so that perl can possibly optimise them away completly
cgi-bin/dispatcher.pl
lib/Packages/CGI.pm
lib/Packages/Config.pm
lib/Packages/DB.pm
lib/Packages/DoSearch.pm
lib/Packages/DoSearchContents.pm
lib/Packages/DoShow.pm
lib/Packages/HTML.pm
lib/Packages/Page.pm
lib/Packages/Search.pm
lib/Packages/SrcPage.pm