The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Net::Social::Service::Vox',
          'VERSION_FROM' => 'lib/Net/Social/Service/Vox.pm',
          'PREREQ_PM' => {
                           'IO::Scalar' => '0',
                           'LWP::Simple' => '0',
                           'Net::Social' => '0',
                           'Test::More' => '0.62',
                           'XML::XPath' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;