Skip to content

Commit

Permalink
Better dep list
Browse files Browse the repository at this point in the history
  • Loading branch information
sartak committed Oct 24, 2010
1 parent d9c50d1 commit 074101f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile.PL
Expand Up @@ -4,10 +4,11 @@ name 'Path-Dispatcher';
all_from 'lib/Path/Dispatcher.pm';
repository 'http://github.com/bestpractical/path-dispatcher';

requires 'Any::Moose';
requires 'Try::Tiny';
requires 'Any::Moose' => '0.12';
requires 'Try::Tiny' => '0.02';

build_requires 'Test::Exception';
test_requires 'Test::More' => '0.88';
test_requires 'Test::Exception' => '0.27';

WriteAll;

0 comments on commit 074101f

Please sign in to comment.