brmd: Convert modes,markup from our to my, local to Alphasign

This commit is contained in:
Petr Baudis 2011-08-30 03:13:10 +02:00
parent ec3cabebf0
commit 91b2c16e69

View file

@ -815,7 +815,7 @@ sub rawtext {
} }
} }
our %modes; my %modes;
BEGIN { BEGIN {
tie(%modes, 'Tie::IxHash', tie(%modes, 'Tie::IxHash',
'hold' => 'b', 'hold' => 'b',
@ -856,7 +856,7 @@ tie(%modes, 'Tie::IxHash',
sub mode_list { sub mode_list {
return keys %modes; return keys %modes;
} }
our %markup; my %markup;
BEGIN { BEGIN {
tie(%markup, 'Tie::IxHash', tie(%markup, 'Tie::IxHash',
red => ["\x1C1", "\x1C1"], red => ["\x1C1", "\x1C1"],