Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dep on PDL::Core not PDL, v0.04
  • Loading branch information
mohawk2 committed Jun 17, 2015
1 parent ae4b97b commit b706b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FFTW3.pd
Expand Up @@ -10,7 +10,7 @@
# I generate code for up to 10-dimensional FFTs
my $maxrank = 10;

our $VERSION = '0.03';
our $VERSION = '0.04';

pp_addpm( {At => 'Top'}, slurp('README.pod') );

Expand Down
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -72,7 +72,7 @@ $descriptor{depend} = { 'FFTW3.pm' => join(' ', qw(template_complex.c template_r

# This Alien::FFTW3 requirement is actually optional. pkg-config is used if this
# isn't available
$descriptor{PREREQ_PM} = {'PDL'=>2.001};
$descriptor{PREREQ_PM} = {'PDL::Core'=>2.001};
$descriptor{CONFIGURE_REQUIRES} = {
'PDL::Core::Dev' =>0,
'IPC::Run' =>0,
Expand Down

0 comments on commit b706b91

Please sign in to comment.