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.4004
require 5.010000;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'PL_FILES' => {},
          'INSTALLDIRS' => 'site',
          'NAME' => 'Catmandu::MediaMosa',
          'EXE_FILES' => [],
          'VERSION_FROM' => 'lib/Catmandu/Importer/MediaMosa.pm',
          'PREREQ_PM' => {
                           'Test::Exception' => 0,
                           'URI::Escape' => 0,
                           'Digest::SHA1' => 0,
                           'Moo' => '0.009011',
                           'XML::Simple' => 0,
                           'Data::Util' => 0,
                           'Data::UUID' => 0,
                           'Catmandu' => '0.06',
                           'Carp' => 0,
                           'Test::More' => 0,
                           'LWP::UserAgent' => 0,
                           'Software::License' => 0
                         }
        )
;