Skip to content

Commit

Permalink
Add some missing modules to DEPENDENCIES
Browse files Browse the repository at this point in the history
Thanks to Luis Mochan for the report.
  • Loading branch information
devel-chm committed May 17, 2017
1 parent c324b94 commit b52197a
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions DEPENDENCIES
Expand Up @@ -30,6 +30,8 @@ or if you don't have the cpan script try
PDL (all) perl >= 5.10.x PDL requires at least this version
of perl to build and run.

Devel::CheckLib >= 1.01

File::Spec >= 0.6 perl5 core module.
File::Temp >= 0 perl5 core module.
Pod::Parser >= 0 perl5 core module.
Expand All @@ -40,6 +42,8 @@ PDL (all) perl >= 5.10.x PDL requires at least this version
This version of EU::MM is the first
with support for CONFIGURE_REQUIRES.

Test::Exception >= 0 Needed for test suite.


PDL::NiceSlice Text::Balanced >= 1.89 A nicer way to index piddles.
Filter::Util::Call
Expand Down Expand Up @@ -83,9 +87,9 @@ pdl2 (shell) Devel::REPL >= 1.003011
or Term::ReadLine::Gnu

Devel::REPL requires Data::Dump::Streamer
to support pdl2. This may need to be
hand-installed if you are doing a manual
PDL build.
and Sys::SigAction to support pdl2. They
may need to be hand-installed if you are
doing a manual PDL build.

perldl (shell) Term::ReadLine::Perl
or Term::ReadLine::Gnu
Expand Down

0 comments on commit b52197a

Please sign in to comment.