Skip to content

Commit

Permalink
v0.02 - BUILD_REQUIRES -> CONFIGURE_REQUIRES
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Mar 14, 2015
1 parent eba7c56 commit bce22a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -36,7 +36,7 @@ WriteMakefile(
NAME => 'Alien::HDF4',
VERSION => $version,
MIN_PERL_VERSION => '5.010',
BUILD_REQUIRES => {
CONFIGURE_REQUIRES => {
'IO::All' => 0,
'ExtUtils::Depends' => '0.402',
},
Expand Down
2 changes: 1 addition & 1 deletion common.pl
Expand Up @@ -3,7 +3,7 @@
use Config;
use IO::All;

my $version = '0.01';
my $version = '0.02';

# Look for HDF4 includes/libs
# default locations:
Expand Down

0 comments on commit bce22a2

Please sign in to comment.