-
Notifications
You must be signed in to change notification settings - Fork 2
/
Makefile.PL
25 lines (25 loc) · 930 Bytes
/
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
# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'Net::LastFM::Submission',
'EXE_FILES' => [],
'VERSION_FROM' => 'lib/Net/LastFM/Submission.pm',
'PREREQ_PM' => {
'Test::Exception' => 0,
'Exporter' => 0,
'HTTP::Request::Common' => 0,
'Encode' => 0,
'Carp' => 0,
'Test::More' => 0,
'LWP::UserAgent' => 0,
'HTTP::Response' => 0,
'Digest::MD5' => 0,
'POE::Component::Client::HTTP' => 0,
'POE' => 0
}
)
;