Makefile.PL
上传用户:wxp200602
上传日期:2007-10-30
资源大小:4028k
文件大小:0k
源码类别:

SNMP编程

开发平台:

Unix_Linux

  1. use ExtUtils::MakeMaker;
  2. # See lib/ExtUtils/MakeMaker.pm for details of how to influence
  3. # the contents of the Makefile that is written.
  4. WriteMakefile(
  5.     'NAME' => 'AnyData::SNMP',
  6.     'VERSION_FROM' => 'Storage.pm', # finds $VERSION
  7.     'PREREQ_PM' => {# SNMP => 5.0,
  8.     AnyData => 0}, # e.g., Module::Name => 1.1
  9.     'PM'                => { 
  10. 'Format.pm' => '$(INST_LIBDIR)/Format/SNMP.pm',
  11. 'Storage.pm' => '$(INST_LIBDIR)/Storage/SNMP.pm',
  12.     },
  13.     'EXE_FILES'         => [qw(netsh)]
  14. );