diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-12-19 15:22:24 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-12-19 15:22:24 +0000 |
commit | 55612000cd37c01e85735053fc9ab5f44e8e524c (patch) | |
tree | d9c4ff1dddf5b118782550e926c42ea8580e9a79 /ext/Errno | |
parent | 21f7822eb25d3876bea04f38bd329da926f3da86 (diff) | |
download | perl-55612000cd37c01e85735053fc9ab5f44e8e524c.tar.gz |
Proper cleanup for Errno.pm
p4raw-id: //depot/perl@29595
Diffstat (limited to 'ext/Errno')
-rw-r--r-- | ext/Errno/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Makefile.PL b/ext/Errno/Makefile.PL index 527f700dba..9f5b3e77b6 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', |