gitweb: Always use three argument form of open
commit34122b57eca747022336f5a3dc1aa80377d1ce56
authorJakub Narebski <jnareb@gmail.com>
Mon, 11 May 2009 01:29:40 +0000 (11 03:29 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 May 2009 04:19:03 +0000 (10 21:19 -0700)
tree3ed94ad2c0d6e725ff6370f9fa598e0ae653e551
parentdff2b6d4842eef0a03a3c8b3761f72e2b55b609e
gitweb: Always use three argument form of open

From 94638fb6edf3ea693228c680a6a30271ccd77522 Mon Sep 17 00:00:00 2001
From: Jakub Narebski <jnareb@gmail.com>
Date: Mon, 11 May 2009 03:25:55 +0200
Subject: [PATCH] gitweb: Localize magic variable $/

Instead of undefining and then restoring magic variable $/ (input
record separator) for 'slurp mode', localize it.

While at it, state explicitely that "local $/;" makes it undefined, by
using explicit  "local $/ = undef;".

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl