From: Dennis Stosberg Date: Wed, 21 Jun 2006 13:07:08 +0000 (+0200) Subject: gitweb: Declare global variables with "our" X-Git-Tag: v1.4.2-rc1~81^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4a87b43e374626a95c14362f21c9ca1023638a2c?hp=4a87b43e374626a95c14362f21c9ca1023638a2c gitweb: Declare global variables with "our" Variables declared with "my" in the file scope cannot be accessed from subroutines with mod_perl. Signed-off-by: Junio C Hamano ---