diff options
| author | 2016-01-12 15:05:56 -0700 | |
|---|---|---|
| committer | 2016-01-12 15:05:56 -0700 | |
| commit | 3f75fd1d9273dd744e3d0ec98968401db7e3ae1a (patch) | |
| tree | acd48cc64ab5a726b818160878e098ae2ae1a017 /lib/ASM/Event.pm | |
| parent | b89a5058c2e3737e1e51f77062333eb5cbbb9953 (diff) | |
Disable Autovivification in all the things, enable autoflush on STDOUT, fix some things in accountsToNicks
Diffstat (limited to 'lib/ASM/Event.pm')
| -rw-r--r-- | lib/ASM/Event.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ASM/Event.pm b/lib/ASM/Event.pm index f057582..525bd9d 100644 --- a/lib/ASM/Event.pm +++ b/lib/ASM/Event.pm @@ -1,4 +1,5 @@ package ASM::Event; +no autovivification; use warnings; use strict; |
