summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta.pl b/meta.pl
index 1d79973..9a4cf2f 100755
--- a/meta.pl
+++ b/meta.pl
@@ -79,6 +79,7 @@ $::pendingsync = 0;
%::watchRegged = ();
$::lastline = "";
%::sn = (); %::sc = (); tie %::sc, 'Tie::CPHash'; tie %::sn, 'Tie::CPHash';
+%::sa = (); tie %::sa, 'Tie::CPHash';
$SIG{__WARN__} = sub {
$Data::Dumper::Useqq=1;