projects
/
gitmo/Role-Tiny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bb26b40
)
"make realclean" also cleans Distar dir
Karen Etheridge [Sat, 26 Apr 2014 20:36:32 +0000 (13:36 -0700)]
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
90481b3
..
c8b32fd
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-51,6
+51,7
@@
my %MM_ARGS = (
PREREQ_PM => {
($] >= 5.010 ? () : ('MRO::Compat' => 0)),
}
+ realclean => { FILES => 'Distar/' },
);
##############################################################################