Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move test dependencies to TEST_REQUIRES section
  • Loading branch information
zmughal committed Mar 5, 2015
1 parent 43a44b3 commit eb07f84
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.PL
Expand Up @@ -404,9 +404,6 @@ my @prereq = (
'Pod::Select' => 0, # version TBD for PDL::Doc
'Storable' => 1.03, # for PDL::IO::Storable
'Text::Balanced' => 1.89, # for PDL::NiceSlice
'Test::Warn' => 0, # for t/pptest.t
'Test::Exception' => 0,
'Test::Deep' => 0,
);

# add OpenGL version dependency for CPAN to follow
Expand Down Expand Up @@ -442,7 +439,10 @@ my %makefile_hash = (
'ExtUtils::MakeMaker' => 6.56,
},
TEST_REQUIRES => {
'CPAN::Meta' => '2.120900',
'CPAN::Meta' => '2.120900',
'Test::Warn' => 0, # for t/pptest.t
'Test::Exception' => 0,
'Test::Deep' => 0,
},
BUILD_REQUIRES => {
'ExtUtils::MakeMaker' => 0,
Expand Down

0 comments on commit eb07f84

Please sign in to comment.