# Note: this file was auto-generated by Module::Build::Compat version 0.3800 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'TMDB', 'VERSION_FROM' => 'lib/TMDB.pm', 'PREREQ_PM' => { 'Encode' => 0, 'HTTP::Tiny' => '0.16', 'JSON::Any' => '1.23', 'Locale::Codes' => '3.20', 'Object::Tiny' => '1.03', 'Params::Validate' => '1.03', 'Test::More' => 0, 'URI::Encode' => '0.05', 'version' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;