diff options
| author | 2016-01-12 15:05:56 -0700 | |
|---|---|---|
| committer | 2016-01-12 15:05:56 -0700 | |
| commit | 3f75fd1d9273dd744e3d0ec98968401db7e3ae1a (patch) | |
| tree | acd48cc64ab5a726b818160878e098ae2ae1a017 /meta.pl | |
| parent | b89a5058c2e3737e1e51f77062333eb5cbbb9953 (diff) | |
Disable Autovivification in all the things, enable autoflush on STDOUT, fix some things in accountsToNicks
Diffstat (limited to 'meta.pl')
| -rwxr-xr-x | meta.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 = ''; |
