summaryrefslogtreecommitdiffstats
path: root/meta.pl
diff options
context:
space:
mode:
Diffstat (limited to 'meta.pl')
-rwxr-xr-xmeta.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta.pl b/meta.pl
index 76af728..99c02a1 100755
--- a/meta.pl
+++ b/meta.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-
+no autovivification;
use strict;
use warnings;
@@ -30,6 +30,7 @@ use ASM::DB;
use ASM::Fifo;
no if $] >= 5.017011, warnings => 'experimental::smartmatch';
+$|++;
$Data::Dumper::Useqq=1;
$::pass = '';