diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 14:35:02 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-14 14:35:02 +0100 |
commit | 1f3b02a71cac5476cbf5ac1c01bf8cd19ff264b5 (patch) | |
tree | 76c3636c1c008c88945daefa3fd9d27415e8b88d | |
parent | 0250fbe1b35e04f1b59089b5bd4235b652b9df18 (diff) | |
download | sbotools2-1f3b02a71cac5476cbf5ac1c01bf8cd19ff264b5.tar.xz |
Missed open_read import in sboconfig
-rwxr-xr-x | sboconfig | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ use 5.16.0; use strict; use warnings FATAL => 'all'; -use SBO::Lib qw/ usage_error script_error $tempdir open_fh %config $conf_dir $conf_file /; +use SBO::Lib qw/ usage_error script_error $tempdir open_read open_fh %config $conf_dir $conf_file /; use File::Basename; use Getopt::Long; use File::Copy; |