Skip to content

Commit

Permalink
added prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
typester committed Jul 13, 2009
1 parent f8a0182 commit bfe3269
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.PL
Expand Up @@ -2,7 +2,11 @@ use inc::Module::Install;
name 'AnyEvent-JSONRPC-Lite';
all_from 'lib/AnyEvent/JSONRPC/Lite.pm';

requires 'AnyEvent' => '4.80';

test_requires 'Test::More';
test_requires 'Test::TCP';

use_test_base;
auto_include;
WriteAll;

0 comments on commit bfe3269

Please sign in to comment.