Initial Import. Ver 0.1
This commit is contained in:
18
Makefile.PL
Normal file
18
Makefile.PL
Normal file
@@ -0,0 +1,18 @@
|
||||
# SNMP::Info - Makefile.PL
|
||||
use ExtUtils::MakeMaker;
|
||||
WriteMakefile(
|
||||
'NAME' => 'SNMP::Info',
|
||||
'VERSION_FROM' => 'Info.pm',
|
||||
'PREREQ_PM' => {'SNMP' => '4'},
|
||||
($] >= 5.005 ?
|
||||
(ABSTRACT_FROM => 'Info.pm',
|
||||
AUTHOR => 'Max Baker <max@warped.org>')
|
||||
: ()
|
||||
),
|
||||
'PMLIBDIRS' => ['Info','$(BASEEXT)'],
|
||||
);
|
||||
|
||||
sub MY::postamble { "
|
||||
.PHONY: readme
|
||||
readme:
|
||||
pod2text -l Info.pm > README" }
|
||||
Reference in New Issue
Block a user