From: Rafael Garcia-Suarez Date: Tue, 19 Dec 2006 15:22:24 +0000 (+0000) Subject: Proper cleanup for Errno.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=55612000cd37c01e85735053fc9ab5f44e8e524c;p=p5sagit%2Fp5-mst-13.2.git Proper cleanup for Errno.pm p4raw-id: //depot/perl@29595 --- diff --git a/ext/Errno/Makefile.PL b/ext/Errno/Makefile.PL index 527f700..9f5b3e7 100644 --- a/ext/Errno/Makefile.PL +++ b/ext/Errno/Makefile.PL @@ -27,7 +27,7 @@ WriteMakefile( 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',