X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Makefile.PL;h=cf1da637c0d444da9c86297b591f362ab2c435f4;hb=605feb1508d21fe241615a0204e28de4aa4a122e;hp=979d78b85911cc14430a393d71ca29d6f820ec1a;hpb=aeb4782b4d78bdce2873eef541f5759dd9dcae42;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/Makefile.PL b/Makefile.PL index 979d78b..cf1da63 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -10,8 +10,13 @@ WriteMakefile( ABSTRACT_FROM => 'lib/Linux/SysInfo.pm', PL_FILES => {}, PREREQ_PM => { + 'Exporter' => 0, 'Test::More' => 0, + 'XSLoader' => 0, + }, + dist => { + PREOP => 'pod2text lib/Linux/SysInfo.pm > $(DISTVNAME)/README', + COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, - dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', }, clean => { FILES => 'Linux-SysInfo-*' }, );