From cc5be82b8b7cfe3b679d8ba4f0d62e0894d9f964 Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 9 Mar 2009 00:16:39 +0100 Subject: [PATCH] revert exposing of %backlinks and $backlinks_calculated This change was introduced in 85f865b5d98e0122934d11e3f3eb6703e4f4c620 and c3af3840a295780e0f32df398f2dc7d34653e75e ; it may be necessary for the meta-po integration, but the po branch alone is supposed to work without it. Signed-off-by: intrigeri --- IkiWiki/Render.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IkiWiki/Render.pm b/IkiWiki/Render.pm index 8e4c8af71..adae9f0d5 100644 --- a/IkiWiki/Render.pm +++ b/IkiWiki/Render.pm @@ -7,8 +7,8 @@ use strict; use IkiWiki; use Encode; -our %backlinks=(); -our $backlinks_calculated=0; +my %backlinks; +my $backlinks_calculated=0; sub calculate_backlinks () { return if $backlinks_calculated; -- 2.39.2