forked from riemann42/Music-Tag-Amazon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.PL
17 lines (16 loc) · 796 Bytes
/
Makefile.PL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
use ExtUtils::MakeMaker;
WriteMakefile( NAME => "Music::Tag::Amazon",
VERSION_FROM => "lib/Music/Tag/Amazon.pm",
ABSTRACT_FROM => "lib/Music/Tag/Amazon.pm",
AUTHOR => 'Edward Allen (ealleniii _at_ cpan _dot_ org)',
LICENSE => 'perl',
PREREQ_PM => { 'Music::Tag' => 0.4101,
'Cache::Cache' => 1.05,
'Data::Dumper' => 2.0,
'Digest::SHA1' => 2.11,
'LWP' => 5.805,
'Net::Amazon' => 0.62,
'Test::More' => 0,
'File::Copy' => 0,
},
);