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.4211
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'W3C::SOAP::WADL',
  'VERSION_FROM' => 'lib/W3C/SOAP/WADL.pm',
  'PREREQ_PM' => {
                   'File::ShareDir' => '1.00',
                   'JSON' => 0,
                   'List::Util' => 0,
                   'Mojolicious' => 5,
                   'Mojolicious::Lite' => 0,
                   'Moose' => 0,
                   'Moose::Meta::Method' => '2.1206',
                   'Moose::Role' => 0,
                   'Moose::Util::TypeConstraints' => 0,
                   'MooseX::Types::Moose' => 0,
                   'Path::Class' => 0,
                   'Scalar::Util' => 0,
                   'Template' => 0,
                   'Test::More' => '0.88',
                   'Test::Warnings' => 0,
                   'TryCatch' => 0,
                   'W3C::SOAP::Client' => '0.08',
                   'W3C::SOAP::Parser' => '0.08',
                   'W3C::SOAP::Utils' => '0.08',
                   'W3C::SOAP::XSD' => '0.08',
                   'W3C::SOAP::XSD::Document' => '0.08',
                   'W3C::SOAP::XSD::Parser' => '0.08',
                   'WWW::Mechanize' => 0,
                   'XML::Rabbit' => 0,
                   'XML::Rabbit::Root' => 0,
                   'namespace::autoclean' => 0,
                   'version' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/wadl-parser'
                 ],
  'PL_FILES' => {}
)
;