# Note: this file was auto-generated by Module::Build::Compat version 0.3607 use ExtUtils::MakeMaker; WriteMakefile ( 'test' => { 'TESTS' => 't/*.t' }, 'PL_FILES' => {}, 'INSTALLDIRS' => 'site', 'NAME' => 'Mojolicious::Plugin::Redis', 'EXE_FILES' => [], 'VERSION_FROM' => 'lib/Mojolicious/Plugin/Redis.pm', 'PREREQ_PM' => { 'Try::Tiny' => 0, 'Test::More' => 0, 'Redis' => '0', 'Mojolicious::Lite' => 0, 'Module::Build' => '0.36', 'Mojo::Base' => '0', 'Test::Mojo' => 0 } ) ;