summaryrefslogtreecommitdiff
path: root/dist/XSLoader
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-10-04 06:18:19 +0900
committerJesse Vincent <jesse@bestpractical.com>2009-10-04 06:18:19 +0900
commit95aef5ce57c6b21aaca89963b58b4cd8d853189a (patch)
tree7b16ad86be92f8604525cf850d28f069b6c33977 /dist/XSLoader
parent9a7a32438a22120f101549550488e3b7d0ce9cf6 (diff)
downloadperl-95aef5ce57c6b21aaca89963b58b4cd8d853189a.tar.gz
'make distclean now results in an actually-clean tree.
Diffstat (limited to 'dist/XSLoader')
-rw-r--r--dist/XSLoader/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/XSLoader/Makefile.PL b/dist/XSLoader/Makefile.PL
index 0383532e15..a06d7ccc12 100644
--- a/dist/XSLoader/Makefile.PL
+++ b/dist/XSLoader/Makefile.PL
@@ -40,7 +40,7 @@ WriteMakefile(
'Test::More' => '0.62',
},
dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
- clean => { FILES => 'XSLoader-*' },
+ clean => { FILES => 'XSLoader-* XSLoader.pm' },
);
# Unlink the .pm file included with the distribution