Skip to content

Commit

Permalink
Add Test::More to prereqs
Browse files Browse the repository at this point in the history
  • Loading branch information
chorny@cpan.org committed Dec 15, 2009
1 parent eaa7868 commit bd0312b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions AutoXS-Header/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ WriteMakefile1(
repository => 'http://svn.ali.as/cpan/trunk/AutoXS-Header',
},
},
#BUILD_REQUIRES => {
#},
BUILD_REQUIRES => {
'Test::More' => 0,
},
NAME => 'AutoXS::Header',
VERSION_FROM => 'lib/AutoXS/Header.pm', # finds $VERSION
PREREQ_PM => {}, # e.g., Module::Name => 1.1
Expand Down

0 comments on commit bd0312b

Please sign in to comment.