Skip to content

Commit

Permalink
Require current trunk version of ExtUtils::XSpp
Browse files Browse the repository at this point in the history
  • Loading branch information
tsee committed Jun 18, 2010
1 parent ce62350 commit cf51d5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -5,7 +5,7 @@ use File::Spec;

my $CC = 'g++';

WriteConstants(
WriteConstants( # NOTE: keep this in sync with lib/ZeroMQ.pm
NAME => 'ZeroMQ',
NAMES => [
# socket types
Expand Down Expand Up @@ -47,7 +47,7 @@ WriteMakefile(
NAME => 'ZeroMQ',
VERSION_FROM => 'lib/ZeroMQ.pm', # finds $VERSION
PREREQ_PM => {
'ExtUtils::XSpp' => '0.11',
'ExtUtils::XSpp' => '0.11_02',
'Storable' => '0',
},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
Expand Down

0 comments on commit cf51d5b

Please sign in to comment.