Skip to content

Commit

Permalink
Archive::Extract added
Browse files Browse the repository at this point in the history
  • Loading branch information
Chad Laing committed Nov 25, 2016
1 parent b599ce2 commit 1d0ab9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Build.PL
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ my $build=Module::Build->new(
'File::Basename'=>0,
'Tie::Log4perl'=>0,
'Archive::Zip'=>0,
'Archive::Extract'=>0,
'Test2::Bundle::Extended'=>0,
'Test2::Suite'=>0,
'Getopt::Long'=>0,
Expand Down
2 changes: 1 addition & 1 deletion lib/Interface/scripts/processSubmit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use File::Path qw/make_path/;
use File::Copy;
use Net::FTP;
use Archive::Zip;
use Archive::Extract;
use Carp;

my $cgi = CGI->new();
Expand Down

0 comments on commit 1d0ab9d

Please sign in to comment.