projects
/
p5sagit/strictures.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6b8881a
)
clean everything in "make realclean"
Karen Etheridge [Mon, 12 May 2014 21:42:11 +0000 (14:42 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
1189236
..
d8b2195
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-54,6
+54,7
@@
my %MM_ARGS = (
PREREQ_PM => {
($] >= 5.008004 && $have_compiler ? %extra_prereqs : () )
},
+ realclean => { FILES => [ 'Distar/', 'MANIFEST*' ] },
);
sub parse_args {