diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2009-10-04 06:18:19 +0900 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2009-10-04 06:18:19 +0900 |
commit | 95aef5ce57c6b21aaca89963b58b4cd8d853189a (patch) | |
tree | 7b16ad86be92f8604525cf850d28f069b6c33977 /dist | |
parent | 9a7a32438a22120f101549550488e3b7d0ce9cf6 (diff) | |
download | perl-95aef5ce57c6b21aaca89963b58b4cd8d853189a.tar.gz |
'make distclean now results in an actually-clean tree.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/XSLoader/Makefile.PL | 2 |
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 |