diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/install2.pm | 1 | ||||
-rw-r--r-- | perl-install/install/pkgs.pm | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/install2.pm b/perl-install/install/install2.pm index c45a46d33..b894b6b8b 100644 --- a/perl-install/install/install2.pm +++ b/perl-install/install/install2.pm @@ -25,6 +25,7 @@ use run_program; use any; use log; use fs; +use fs::any; #-####################################################################################### diff --git a/perl-install/install/pkgs.pm b/perl-install/install/pkgs.pm index fcb7b9d8a..2c733ef6f 100644 --- a/perl-install/install/pkgs.pm +++ b/perl-install/install/pkgs.pm @@ -19,6 +19,7 @@ use run_program; use detect_devices; use log; use fs; +use fs::any; use fs::loopback; use c; |