From 3f75fd1d9273dd744e3d0ec98968401db7e3ae1a Mon Sep 17 00:00:00 2001 From: William Heimbigner Date: Tue, 12 Jan 2016 15:05:56 -0700 Subject: Disable Autovivification in all the things, enable autoflush on STDOUT, fix some things in accountsToNicks --- meta.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta.pl') 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 = ''; -- cgit v1.2.3