# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'Net::Social', 'VERSION_FROM' => 'lib/Net/Social.pm', 'PREREQ_PM' => { 'Module::Pluggable' => '3.0', 'Test::More' => '0.62' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ '/usr/home/simon/projects/perl/Net-Social/bin/dumpfriends' ], 'PL_FILES' => {} ) ;