# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::FireEagle', 'VERSION_FROM' => 'lib/Net/FireEagle.pm', 'PREREQ_PM' => { 'JSON::Any' => '0', 'Net::OAuth::Simple' => '1.2', 'Test::More' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'bin/fireeagle' ], 'PL_FILES' => {} ) ;