]> mj.ucw.cz Git - libucw.git/blob - ucw/perl/Ulimit/Makefile.PL
Released as 6.5.16.
[libucw.git] / ucw / perl / Ulimit / Makefile.PL
1 # Makefile for Perl MakeMaker  (c) 2003 Tomas Valla <tom@ucw.cz>
2
3 use ExtUtils::MakeMaker;
4 WriteMakefile(
5     'NAME'              => 'UCW::Ulimit',
6     'VERSION_FROM'      => 'Ulimit.pm',
7     'INST_LIB'          => 'lib',
8     'INST_ARCHLIB'      => 'arch',
9 );