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.39_01
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::WWW::Mechanize::Mojo',
  'VERSION_FROM' => 'lib/Test/WWW/Mechanize/Mojo.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Encode' => 0,
                   'HTML::Entities' => 0,
                   'LWP' => '5.816',
                   'Mojolicious' => '1.01',
                   'Mojolicious::Lite' => 0,
                   'Test::WWW::Mechanize' => '1.14',
                   'WWW::Mechanize' => '1.50',
                   'base' => 0,
                   'strict' => 0,
                   'utf8' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;