/usr/local/CPAN/Net-SocialGraph/Makefile.PL


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