File: Makefile.PL

package info (click to toggle)
libemail-outlook-message-perl 0.917-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 252 kB
  • ctags: 58
  • sloc: perl: 811; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 983 bytes parent folder | download | duplicates (2)
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
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Email::Outlook::Message',
  'VERSION_FROM' => 'lib/Email/Outlook/Message.pm',
  'PREREQ_PM' => {
                   'Carp' => '0',
                   'Email::MIME' => '1.923',
                   'Email::MIME::ContentType' => '1.014',
                   'Email::Sender' => '1.3',
                   'Email::Simple' => '2.102',
                   'Encode' => '0',
                   'File::Basename' => '0',
                   'Getopt::Long' => '0',
                   'IO::All' => '0',
                   'IO::String' => '0',
                   'OLE::Storage_Lite' => '0.14',
                   'POSIX' => '0',
                   'Pod::Usage' => '0',
                   'Test::More' => '0'
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'script/msgconvert'
                 ],
  'PL_FILES' => {}
)
;