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.3800
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'PL_FILES' => {},
  'INSTALLDIRS' => 'site',
  'NAME' => 'FilmAffinity::UserRating',
  'EXE_FILES' => [
                   'bin/filmaffinity-get-movie-info.pl',
                   'bin/filmaffinity-get-ratings.pl'
                 ],
  'VERSION_FROM' => 'lib/FilmAffinity/UserRating.pm',
  'PREREQ_PM' => {
                   'Test::MockObject' => 0,
                   'Test::LongString' => 0,
                   'IO::All' => 0,
                   'HTML::TreeBuilder::XPath' => 0,
                   'File::Find::Rule' => 0,
                   'LWP::RobotUA' => 0,
                   'HTML::TreeBuilder' => 0,
                   'Text::Trim' => 0,
                   'Encode' => 0,
                   'Test::More' => 0,
                   'MooseX::Privacy' => 0,
                   'JSON' => 0,
                   'Moose' => 0
                 }
)
;