diff options
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 = ''; |
