Skip to content

Commit

Permalink
Fix library requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ramprasadn committed Nov 26, 2020
1 parent 235af2a commit d6022e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/MIP/Environment/Container.pm
Expand Up @@ -85,6 +85,7 @@ sub build_container_cmd {
check( $tmpl, $arg_href, 1 ) or croak q{Could not parse arguments!};

use Data::Diver qw{ Dive };
use List::MoreUtils qw { any };

my @container_constant_bind_path = @CONTAINER_BIND_PATHS;
my %container_cmd;
Expand Down

0 comments on commit d6022e8

Please sign in to comment.