Skip to content
This repository has been archived by the owner on Jan 23, 2022. It is now read-only.

Commit

Permalink
trim out core deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed May 9, 2019
1 parent 6078582 commit 16b0fa2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -353,17 +353,10 @@ my @podpms = map { $_.".pod", '$(INST_LIBDIR)/PDLA/' . $_ .".pod"}
qw/Bugs/;

my @prereq = (
'Carp' => 0, # Need to run
'Config' => 0, #
'Convert::UU' => 0, # for PDLA::IO::Dumper
'Data::Dumper' => 2.121, # for PDLA::IO::Dumper
'Fcntl' => 0,
'File::Basename' => 0,
'File::Find' => 0,
'File::Map' => 0.57, # test new mmap implementation
'File::Path' => 0,
'File::Spec' => 0.6,
'File::Temp' => 0,
'Filter::Util::Call' => 0, # for PDLA::NiceSlice
'Filter::Simple' => 0.88, # for new PDLA::NiceSlice
'Module::Compile' => 0.23, # for new PDLA::NiceSlice
Expand Down

0 comments on commit 16b0fa2

Please sign in to comment.