Skip to content

Commit

Permalink
Adding build dependencies on test modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nelhage committed Jan 24, 2007
1 parent b4b44fc commit ac77478
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ version_from('lib/Data/SExpression.pm');
requires('Class::Accessor::Fast');
requires('Parse::Yapp');

build_requires('Test::More');
build_requires('Test::Deep');

requires_external_bin('yapp');

system('yapp -m Data::SExpression::Parser -o lib/Data/SExpression/Parser.pm lib/Data/SExpression/Parser.yp')
Expand Down

0 comments on commit ac77478

Please sign in to comment.