add test dependencies to Makefile.PL

This commit is contained in:
Oliver Gorwits
2014-08-13 11:41:29 +01:00
parent 7f768b544f
commit a93a9dd26d
3 changed files with 7 additions and 1 deletions

View File

@@ -3,6 +3,9 @@ use inc::Module::Install;
name 'App-Netdisco';
license 'bsd';
all_from 'lib/App/Netdisco.pm';
test_requires 'Test::More' => 0.88;
test_requires 'Env::Path' => 0;
requires 'Algorithm::Cron' => 0.07;
requires 'AnyEvent' => 7.05;