autodie on everything.
This commit is contained in:
parent
5936b5eec5
commit
dcbf4bac2c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
use autodie qw(open close opendir);
|
||||
use autodie qw(:all);
|
||||
|
||||
use Getopt::Long;
|
||||
use File::Spec;
|
||||
|
|
Loading…
Reference in a new issue