add initial known depends

This commit is contained in:
Zane C. B-H 2019-01-22 05:33:40 -06:00
parent c2d16c87e0
commit 4478f58c53
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ WriteMakefile(
'Test::More' => '0',
},
PREREQ_PM => {
#'ABC' => '1.6',
#'Foo::Bar::Module' => '5.0401',
'DBI' => '1.642',
'Error::Helper' => '1.0.0',
'GQRX::Remote' => '0',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
clean => { FILES => 'GQRX-Scanner-*' },