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


# 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' => [
                           'bin/dumpfriends'
                         ],
          'PL_FILES' => {}
        )
;