/[XML-Feed]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Mar 16 19:47:49 2008 UTC (16 years ago) by dpavlin
File MIME type: text/plain
File size: 702 byte(s)
import XML::Feed 0.12 from CPAN

1 # $Id: Makefile.PL 1955 2006-08-02 05:59:58Z btrott $
2
3 use inc::Module::Install;
4
5 name('XML-Feed');
6 abstract('XML Syndication Feed Support');
7 author('Six Apart <cpan@sixapart.com>');
8 version_from('lib/XML/Feed.pm');
9 license('perl');
10 no_index(directory => 't');
11 sign(1);
12
13 include('ExtUtils::AutoInstall');
14
15 requires('Class::ErrorHandler');
16 requires('Feed::Find');
17 requires('URI::Fetch');
18 requires('XML::RSS' => 1.01);
19 requires('XML::Atom' => 0.08);
20 requires('DateTime');
21 requires('DateTime::Format::Mail');
22 requires('DateTime::Format::W3CDTF');
23 requires('List::Util');
24 build_requires('LWP');
25 build_requires('HTML::TokeParser');
26 build_requires('Test::More');
27
28 auto_include();
29 auto_install();
30
31 &WriteAll;

  ViewVC Help
Powered by ViewVC 1.1.26