]> Sergey Matveev's repositories - public-inbox.git/commit
www: avoid BEGIN block for config loading
authorEric Wong <e@80x24.org>
Sun, 30 Aug 2015 10:12:54 +0000 (10:12 +0000)
committerEric Wong <e@80x24.org>
Sun, 30 Aug 2015 10:12:54 +0000 (10:12 +0000)
commit7c9ece10460f53e37f457e85d6d71eaa0c3c86ee
treeef8bde3a8ac178bd0874affbd75955bdef8902d3
parentab8bdfe79cd0b6cac57b4f1cae538c51e8f9c317
www: avoid BEGIN block for config loading

It fails the syntax check if a user does not have
~/.public-inbox/config setup.  Anyways we can safely
use ||= on a global since we do not support threads.
lib/PublicInbox/WWW.pm