The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4216
use ExtUtils::MakeMaker;
WriteMakefile
(
  'VERSION_FROM' => 'lib/SNA/Network.pm',
  'EXE_FILES' => [],
  'INSTALLDIRS' => 'site',
  'PREREQ_PM' => {
                   'Test::Memory::Cycle' => 0,
                   'Test::More' => 0,
                   'Module::List::Pluggable' => 0,
                   'List::Util' => 0,
                   'Object::Tiny::XS' => 0,
                   'List::MoreUtils' => 0,
                   'Carp' => 0
                 },
  'PL_FILES' => {},
  'NAME' => 'SNA::Network'
)
;