-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathMakefile.PL
More file actions
26 lines (26 loc) · 762 Bytes
/
Makefile.PL
File metadata and controls
26 lines (26 loc) · 762 Bytes
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
# Note: this file was auto-generated by Module::Build::Compat version 0.4205
require 5.008000;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'XML::Stream',
'VERSION_FROM' => 'lib/XML/Stream.pm',
'PREREQ_PM' => {
'Authen::SASL' => 0,
'Carp' => 0,
'Encode' => 0,
'FileHandle' => 0,
'IO::Select' => 0,
'IO::Socket' => 0,
'MIME::Base64' => 0,
'POSIX' => 0,
'Scalar::Util' => 0,
'Sys::Hostname' => 0,
'Test::More' => '0.92',
'utf8' => 0
},
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {}
)
;