summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJakub Narebski <jnareb@gmail.com>2006-12-27 23:00:52 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-28 08:57:31 (GMT)
commitb1f5f64fc831eb9f90bd07dc708279a921410bb2 (patch)
tree3c54a00639ef470460af80c495c7894b36c0d383 /Documentation
parent45c9a7583c68ad5d150f40162dab65800124caf2 (diff)
downloadgit-b1f5f64fc831eb9f90bd07dc708279a921410bb2.zip
git-b1f5f64fc831eb9f90bd07dc708279a921410bb2.tar.gz
git-b1f5f64fc831eb9f90bd07dc708279a921410bb2.tar.bz2
gitweb: Precompile CGI routines for mod_perl
Following advice from CGI(3pm) man page, precompile all CGI routines for mod_perl, in the BEGIN block. If you want to compile without importing use the compile() method instead: use CGI(); CGI->compile(); This is particularly useful in a mod_perl environment, in which you might want to precompile all CGI routines in a startup script, and then import the functions individually in each mod_perl script. Signed-off-by: Jakub Narebski <jnareb@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions