Navigation Menu

Skip to content

Commit

Permalink
Make PDL::Graphics::PGPLOT and PDL::Slatec recommends, not depends
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Sep 17, 2015
1 parent 83bbccd commit 92ebce8
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Makefile.PL
Expand Up @@ -22,31 +22,30 @@ WriteMakefile(
: ()),
PREREQ_PM => {
'PDL::Core' => 2.008,
'PDL::Graphics::PGPLOT' => 0,
'PGPLOT' => 0,
'PDL::Slatec' => 0,
},
CONFIGURE_REQUIRES => {
'PDL::Core' => 2.008,
},
BUILD_REQUIRES => {
'PDL::Core' => 2.008,
'PDL::Graphics::PGPLOT' => 0,
'PGPLOT' => 0,
'PDL::Slatec' => 0,
},
TEST_REQUIRES => {
'PDL::Core' => 2.008,
'Test::More' => 0,
'PDL::Graphics::PGPLOT' => 0,
'PGPLOT' => 0,
'PDL::Slatec' => 0,
},
DIR => ['Basic', 'Distr', 'GLM', 'Kmeans', 'GSL', 'TS'],
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => ['PDL-Stats-*'] },
META_MERGE => {
"meta-spec" => { version => 2 },
prereqs => {
runtime => {
recommends => {
'PDL::Graphics::PGPLOT' => 0,
'PDL::Slatec' => 0,
},
},
},
resources => {
repository => {
type => 'git',
Expand Down

0 comments on commit 92ebce8

Please sign in to comment.