Add dependencies.
This commit is contained in:
parent
2d54621dce
commit
9d864172e5
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ use ExtUtils::MakeMaker;
|
|||
WriteMakefile(
|
||||
NAME => 'Supporters',
|
||||
VERSION_FROM => 'lib/Supporters.pm', # finds $VERSION, requires EU::MM from perl >= 5.5
|
||||
PREREQ_PM => {}, # e.g., Module::Name => 1.1
|
||||
PREREQ_PM => { DBI => 1.6, 'Test::Exception' => 0.35}, # e.g., Module::Name => 1.1
|
||||
ABSTRACT_FROM => 'lib/Supporters.pm', # retrieve abstract from module
|
||||
AUTHOR => 'Bradley M. Kuhn <bkuhn@>',
|
||||
#LICENSE => 'perl',
|
||||
|
|
Loading…
Reference in a new issue