1# $Id: Makefile.PL 626 2005-12-11 19:53:32Z sungo $
2use inc::Module::Install;
3
4name         ('POE-Component-RSS');
5author       ('Matt Cashner (sungo@pobox.com)');
6version_from ('VERSION');
7license      ('bsd');
8
9requires ('POE');
10requires ('XML::RSS');
11requires ('Test::More');
12requires ('Params::Validate');
13
14build_requires  ('Test::Distribution');
15build_requires  ('Test::Pod::Coverage');
16
17WriteAll();
18
19