The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.32
require 5.6.0;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'AudioFile::Info::MP3::Tag',
          'VERSION_FROM' => 'lib/AudioFile/Info/MP3/Tag.pm',
          'PREREQ_PM' => {
                           'AudioFile::Info' => 0,
                           'MP3::Tag' => 0,
                           'Module::Build' => 0,
                           'YAML' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => []
        )
;