-
Notifications
You must be signed in to change notification settings - Fork 60
/
Makefile.PL
36 lines (36 loc) · 1.2 KB
/
Makefile.PL
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
36
# Note: this file was auto-generated by Module::Build::Compat version 0.4224
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
'NAME' => 'Crypt::LE',
'VERSION_FROM' => 'lib/Crypt/LE.pm',
'EXE_FILES' => [
'script/le.pl'
],
'PREREQ_PM' => {
'Time::Piece' => '1.27',
'HTTP::Tiny' => '0.042',
'Log::Log4perl' => '1.27',
'Scalar::Util' => 0,
'MIME::Base64' => '3.11',
'Time::Seconds' => 0,
'JSON::MaybeXS' => '1.003005',
'File::Temp' => 0,
'Getopt::Long' => '2.33',
'Net::SSLeay' => '1.55',
'Crypt::OpenSSL::Bignum' => '0.06',
'Storable' => '2.51',
'Encode' => 0,
'Digest::SHA' => 0,
'Crypt::OpenSSL::RSA' => '0.28',
'IO::File' => '1.13',
'Module::Load' => '0.28',
'IO::Socket::SSL' => '1.42',
'Convert::ASN1' => '0.2',
'Test::More' => 0
},
'PL_FILES' => {},
'INSTALLDIRS' => 'site'
)
;