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.4211
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'SNMP::LogParser',
  'VERSION_FROM' => 'lib/SNMP/LogParser.pm',
  'PREREQ_PM' => {
                   'Config::Properties::Simple' => '0.14',
                   'Data::Dumper' => 0,
                   'Fcntl' => 0,
                   'File::Spec' => 0,
                   'File::Temp' => 0,
                   'File::stat' => 0,
                   'FindBin' => 0,
                   'Getopt::Long' => 0,
                   'IPC::Run3' => 0,
                   'Log::Dispatch::FileRotate' => 0,
                   'Log::Log4perl' => 0,
                   'POSIX' => 0,
                   'Pod::Usage' => 0,
                   'Proc::ProcessTable' => 0,
                   'Statistics::Descriptive' => 0,
                   'Storable' => 0,
                   'Test::More' => 0,
                   'Test::Pod' => '1.14',
                   'Test::Pod::Coverage' => '1.04',
                   'Test::SharedFork' => 0,
                   'constant' => 0,
                   'lib' => 0,
                   'parent' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/logparser'
                 ],
  'PL_FILES' => {}
)
;