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.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Authen::Simple::NIS',
          'VERSION_FROM' => 'lib/Authen/Simple/NIS.pm',
          'PREREQ_PM' => {
                           'Authen::Simple' => '0.3',
                           'Net::NIS' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'PL_FILES' => {}
        )
;