# Note: this file was auto-generated by Module::Build::Compat version 0.3607 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::OAuth::Simple', 'VERSION_FROM' => 'lib/Net/OAuth/Simple.pm', 'PREREQ_PM' => { 'CGI' => 0, 'Crypt::SSLeay' => 0, 'LWP::UserAgent' => 0, 'Net::OAuth' => '0.27', 'Test::More' => '0.06', 'URI' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;