use strict; use 5.005; use ExtUtils::MakeMaker; use Config; my @scripts = qw(ls2nocddb); my $usrbin = "/usr/bin"; my $installscript = $Config{installscript}; print STDERR < 'CDDB::Fake', VERSION_FROM => 'lib/CDDB/Fake.pm', PREREQ_PM => { 'Getopt::Long' => 2.00, 'Test::More' => 0.00, }, EXE_FILES => [ map { "script/$_" } @scripts ], ($] >= 5.005 ? ## Add these new keywords supported since 5.005 (ABSTRACT_FROM => 'lib/CDDB/Fake.pm', # retrieve abstract from module AUTHOR => 'Johan Vromans ') : ()), );