Skip to content

Commit

Permalink
Update makefile for new prerequisites
Browse files Browse the repository at this point in the history
  • Loading branch information
ambs committed Oct 13, 2014
1 parent 1e8be0b commit ee82ab5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Dancer2/Makefile.PL
Expand Up @@ -12,9 +12,12 @@ WriteMakefile(
: ()),
PL_FILES => {},
PREREQ_PM => {
'Test::More' => 0,
'Dancer2' => '0.151000',
'Dancer::Plugin::Database::Core' => '0.08',
'Dancer2' => '0.09',
},
TEST_REQUIRES => {
'Test::More' => 0,
'Plack::Test' => '1.0032',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'Dancer2-Plugin-Database-*' },
Expand Down

0 comments on commit ee82ab5

Please sign in to comment.