# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::Dopplr', 'VERSION_FROM' => 'lib/Net/Dopplr.pm', 'PREREQ_PM' => { 'JSON::Any' => '0', 'LWP::UserAgent' => '0', 'Net::Google::AuthSub' => '0.3', 'Test::More' => '0.62', 'URI' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/dopplr' ], 'PL_FILES' => {} ) ;