File: Makefile.PL

package info (click to toggle)
libxml-feed-perl 0.65%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: perl: 1,162; xml: 682; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 1,215 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Note: this file was auto-generated by Module::Build::Compat version 0.4234
require 5.010000;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'XML::Feed',
  'VERSION_FROM' => 'lib/XML/Feed.pm',
  'PREREQ_PM' => {
                   'Class::ErrorHandler' => 0,
                   'DateTime' => 0,
                   'DateTime::Format::Flexible' => 0,
                   'DateTime::Format::ISO8601' => 0,
                   'DateTime::Format::Mail' => 0,
                   'DateTime::Format::Natural' => 0,
                   'DateTime::Format::W3CDTF' => 0,
                   'Feed::Find' => 0,
                   'HTML::Entities' => 0,
                   'HTML::TokeParser' => 0,
                   'LWP::UserAgent' => 0,
                   'List::Util' => 0,
                   'Module::Pluggable' => 0,
                   'Scalar::Util' => 0,
                   'Test::More' => 0,
                   'URI' => 0,
                   'URI::Fetch' => 0,
                   'XML::Atom' => '0.38',
                   'XML::LibXML' => '1.66',
                   'XML::RSS' => '1.47',
                   'XML::XPath' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;