X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FErrno%2FMakefile.PL;h=cc45afbfa22eed8e6eef148648b1bd2788bba5b6;hb=d22862789d0938361a070647ab6fe995d674f77c;hp=527f700dba52ccc9a2e1efacebe884a4c068f71c;hpb=90ec05cef95275d090438d677bea4199a5df35b5;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Errno/Makefile.PL b/ext/Errno/Makefile.PL index 527f700..cc45afb 100644 --- a/ext/Errno/Makefile.PL +++ b/ext/Errno/Makefile.PL @@ -1,8 +1,6 @@ use ExtUtils::MakeMaker; use Config; -@VMS = ($^O eq 'VMS') ? (MAN3PODS => {}) : (); - my $arch = "$Config{'archname'}-$Config{'osvers'}"; my $got = ""; if (-e 'arch.txt') { @@ -24,16 +22,14 @@ if ($got ne $arch) { WriteMakefile( NAME => 'Errno', VERSION_FROM => 'Errno_pm.PL', - MAN3PODS => {}, # Pods will be built by installman. PL_FILES => {'Errno_pm.PL'=>'Errno.pm'}, PM => {'Errno.pm' => '$(INST_LIBDIR)/Errno.pm'}, - 'clean' => {FILES => 'Errno.pm'}, + 'clean' => {FILES => 'Errno.pm arch.txt'}, 'dist' => { COMPRESS => 'gzip -9f', SUFFIX => '.gz', DIST_DEFAULT => 'd/Errno.pm tardist', }, - @VMS, ); sub MY::postamble {