]> mj.ucw.cz Git - libucw.git/blob - lib/perl/Ulimit/Makefile.PL
Perl module for setting ulimits.
[libucw.git] / lib / perl / Ulimit / Makefile.PL
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'              => 'Sherlock::Ulimit',
6     'MAKEFILE'          => 'Makefile.tmp',
7     'VERSION_FROM'      => 'Ulimit.pm',
8     'INST_LIB'          => 'lib',
9     'INST_ARCHLIB'      => 'arch',
10     #'PREFIX'  => '.',
11 );