Skip to content

Commit

Permalink
added requires
Browse files Browse the repository at this point in the history
  • Loading branch information
sekimura committed Jul 24, 2009
1 parent c1486ad commit 52203af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ use inc::Module::Install;
name 'AnyEvent-Gmail-Feed';
all_from 'lib/AnyEvent/Gmail/Feed.pm';

requires 'AnyEvent';
requires 'AnyEvent::HTTP';
requires 'Net::SSLeay';
requires 'XML::Atom::Feed';

build_requires 'Test::More';
use_test_base;
auto_include_deps;
Expand Down

0 comments on commit 52203af

Please sign in to comment.