/usr/local/CPAN/MP3-Cut-Gapless/Makefile.PL
# This Makefile.PL for was generated by Dist::Zilla.
# Don't edit it but the dist.ini used to construct it.
use strict;
use warnings;
use ExtUtils::MakeMaker 6.31;
my %WriteMakefileArgs = (
'ABSTRACT' => 'Split an MP3 file without gaps (based on pcutmp3)',
'AUTHOR' => 'Andy Grundman <andy@hybridized.org>',
'BUILD_REQUIRES' => {},
'CONFIGURE_REQUIRES' => {
'ExtUtils::MakeMaker' => '6.31'
},
'DEFINE' => '',
'DISTNAME' => 'MP3-Cut-Gapless',
'EXE_FILES' => [],
'INC' => '-I. -I.. -Isrc -Iinclude',
'LIBS' => '',
'LICENSE' => 'gpl',
'NAME' => 'MP3::Cut::Gapless',
'PREREQ_PM' => {
'Audio::Cuefile::Parser' => '0',
'Digest::MD5' => '0',
'File::Path' => '0',
'File::Spec' => '0'
},
'VERSION' => '0.02',
'depend' => {
'Gapless.c' => 'include/buffer.h include/common.h include/mp3cut.h include/pinttypes.h include/ppport.h include/pstdint.h src/buffer.c src/common.c src/mp3cut.c'
},
'test' => {
'TESTS' => 't/*.t'
}
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.56) } ) {
my $br = delete $WriteMakefileArgs{BUILD_REQUIRES};
my $pp = $WriteMakefileArgs{PREREQ_PM};
for my $mod ( keys %$br ) {
if ( exists $pp->{$mod} ) {
$pp->{$mod} = $br->{$mod} if $br->{$mod} > $pp->{$mod};
}
else {
$pp->{$mod} = $br->{$mod};
}
}
}
delete $WriteMakefileArgs{CONFIGURE_REQUIRES}
unless eval { ExtUtils::MakeMaker->VERSION(6.52) };
WriteMakefile(%WriteMakefileArgs);