# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::Social::Service::Facebook', 'VERSION_FROM' => 'lib/Net/Social/Service/Facebook.pm', 'PREREQ_PM' => { 'Net::Social' => '0', 'Test::More' => '0.62', 'WWW::Facebook::API' => '0.4.4' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;